Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cmd buttons invisible but active after report
Message
De
25/11/1997 11:14:39
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00061971
Message ID:
00062168
Vues:
32
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform