Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I know is the refresh method is with code?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00361618
Message ID:
00361817
Vues:
21
>You could run a little PRG to open the SCXs to look for refresh procedures:
>
>lnRetVal = adir(laForms, '*.SCX')
>for i = 1 to lnRetVal
>    lcForm = laForms[i, 1]
>    use (lcForm)
>    locate for 'PROCEDURE REFRESH' $upper(methods)
>    if !eof()
>       * found a refresh method. put code here
>       use
>       compile form (lcForm)
>    endif
>    use
>endfor
>
>
That's what I'm looking for! I imagine I can do in a similar way for VCX's

Thanks Mark
Pablo Roca
Clavo Congelados, S.A. (La Coruna - Spain)
Sysop of PortalFox

Join MasFoxPro campaign
http://www.masfoxpro.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform