Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I know is the refresh method is with code?
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00361618
Message ID:
00361817
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform