Hello everyone,
This is regarding Baan IV c4.
I have created a windows and several DsCfield objects on that window.
Now in EVTKEYPRESS event, how can I check on which DsCfield object the user pressed the key (say ENTER key).
Also, when I am calling zoo,.to() when user presses enter key, it is not returning any value value even if i am selecting a value in clicking on OK button in zoom session tcmcs0523s000. Code is as given below:
case EVTKEYPRESS:
hold.citg = zoom.to$( "tcmcs0523s000", Z.SESSION,
"tccom3gltest", tcmcs023.citg,0 )
update.object(scrollwin)
Can anybody guide me regarding above two issues ?
Vishal
This is regarding Baan IV c4.
I have created a windows and several DsCfield objects on that window.
Now in EVTKEYPRESS event, how can I check on which DsCfield object the user pressed the key (say ENTER key).
Also, when I am calling zoo,.to() when user presses enter key, it is not returning any value value even if i am selecting a value in clicking on OK button in zoom session tcmcs0523s000. Code is as given below:
case EVTKEYPRESS:
hold.citg = zoom.to$( "tcmcs0523s000", Z.SESSION,
"tccom3gltest", tcmcs023.citg,0 )
update.object(scrollwin)
Can anybody guide me regarding above two issues ?
Vishal