I know, we should not use read cycle any more, but I have legacy code that I have to maintain.
The UI worked ok in VFP6 but under VFP 8 the text in the screen disappears as I move my mouse over it.
Here is sample of code:
@nl+15,25 get m.doprint picture "@*C Print output" valid checkprt()
@nl+16,29 get m.okCancel function '*HT \!\<Ok;\?\<Cancel' size 1,8,1 ;
valid dateok()
read cycle timeout 300 && Five minute timeout
Any ideas why text disappears in VFP8 and not 6?
Thanks
Mike Pastore
Hats off to (Roy) Harper
The UI worked ok in VFP6 but under VFP 8 the text in the screen disappears as I move my mouse over it.
Here is sample of code:
@nl+15,25 get m.doprint picture "@*C Print output" valid checkprt()
@nl+16,29 get m.okCancel function '*HT \!\<Ok;\?\<Cancel' size 1,8,1 ;
valid dateok()
read cycle timeout 300 && Five minute timeout
Any ideas why text disappears in VFP8 and not 6?
Thanks
Mike Pastore
Hats off to (Roy) Harper