Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cmd buttons invisible but active after report
Message
 
To
25/11/1997 11:14:39
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00061971
Message ID:
00062170
Views:
36
>Hi, Timothy. I suggest that you restore the data state after running the report and before refreshing. It sounds like when the form is refreshed, the buttons are set to match the state of the data--and after the report I'd guess you're at EOF, but you're expecting that it looks like it looked before calling the report? HTH.
>
>>use &wd:&thefile
>>set filt to isalp(left(method,1)) .and. subs(method,2,1)='9' .and. jon = '4600'
>>b='z'+sys(2)+'.idx'
>>inde on jon to &b
>>thisform.hide
>>repo form jean prev
>>thisform.show
>>whatsaid="Send the Listing to printer?"
>> ha= yesno(whatsaid, "Print?")
>>thisform.refresh()
>>
>>if ha=1
>> thisform.hide
>> repo form jean noconsole to prin
>> thisform.refresh()
>> * clea
>> * thisform.show
>> endi
>>*thisform.lockscreen=.t.
>>set inde to
>>delete file &b
>>thisform.refresh()
>>AT THIS point the cmd buttons are invisible but they still work, you have to guess where they are.

How do I access the 'data state' ?
Thanks
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform