> I am attempting to write a variable to the screen > from an eep. I use > the screen restore off before exiting the eep. The > variable appears on > the R> screen but not on my form. Does anyone have > a way around this?
You don't mention whether you are working in RBDos or RBWin, so you should be aware that this technique of writing a variable with WRITE only works in RBDos. To get the same effect in RBWin you need to declare a variable intially set to NULL, place it on your form and then, in the EEP, assign a value to the variable. Then call RECALC VARIABLES and when your EEP returns to the form, the variable value will display where you placed the variable on the form. (This same technique will also work in RBDos, and therefore is more "forward looking" even if you are currently working only in DOS). -- Larry __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com

