Hello everybody,
I'm interested in this one too. To get the text box on top, could I do something like this, and where would I put the code?
define window w_testbox from 2,14 to 4,54 ;
in screen ;
system ;
float ;
title ' SELECT VENDOR'
activate window w_textbox
?? ' Vendor ID..................'
@ 0,29 get lcVendorID picture '@!'
read
deactivate window w_textbox
release window w_textbox
This would create the text box at run time instead of design time. This would work on a browse window or a form but don't know about a grid. Is there a way to do this that is a little more object oriented? (When you read this, you will probably figure out how old the program is I got it from.)
Thanks
WJS