azamaht
5th October 2004, 17:16
Greetings
how can i get formfield window id ? i need it for some reason ... something like get coordinates of this field, change its parameters through *.object functions
i think function display("") do this but do not know how :(
pconde
5th October 2004, 18:18
Hello,
AFAIK the only id that you can have is the main windows id. The id for the formfields are maintained by the windows program (bw.exe) and are not send back to the baan system
Regards
Philippe
azamaht
6th October 2004, 09:10
i tried to do query.object for whole main window but it hang up and i could not get no one object .... strange
pconde
6th October 2004, 10:55
Hello,
I never tested but this is what i found :
Get your script in debug and after form initialisation type "L" ==> list filled data.:
1) there are dummy table maintained in the script ttgfd300 and ttgfd350; The following fields are filled ttgfd300.mwin, ttgfd350.bbar and ttgfd350.form
2) these fields are filled:
single.occ.objects(i) ( 1 by field?)
Good luck
Philippe