mallee
Programmer
- Nov 7, 2000
- 116
Hello all,
I am still fighting this FPW 2.6a app in VFP6.
I have a program that works fine in fpw 2.6 but goes into a
loop on an @ get xxx va;id clause . The code simply does
a browse in a new window and returns .t. when the browse is
exited. something like :
def wind aaaa
acti wind aaaa
@ 2,2 get xyz valid _showfile()
read modal
xxxx
xxxx
procedure _showfile
def wind bbb
acti wind bbb
browse fields xxxxx,yyyy
deacti wind bbb
acti wind aaaa
return .t.
The program seems to be looping in the read clause, it
does not respond to the escape or enter keys, just loops
between the two screens.
Thanks for any help.
I am still fighting this FPW 2.6a app in VFP6.
I have a program that works fine in fpw 2.6 but goes into a
loop on an @ get xxx va;id clause . The code simply does
a browse in a new window and returns .t. when the browse is
exited. something like :
def wind aaaa
acti wind aaaa
@ 2,2 get xyz valid _showfile()
read modal
xxxx
xxxx
procedure _showfile
def wind bbb
acti wind bbb
browse fields xxxxx,yyyy
deacti wind bbb
acti wind aaaa
return .t.
The program seems to be looping in the read clause, it
does not respond to the escape or enter keys, just loops
between the two screens.
Thanks for any help.