Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
? Coding for refreshing text boxes on page frame
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00009480
Message ID:
00009964
Views:
31
Hi , I don't think that the code got through in my previous message and so, here it is. Another way of doing the same is by defining a method that loops through the pages in a page frame and refreshes all the pages. The following code sample illustrates this method. Code Sample * Call this method ,and pass the name of the page frame as a * parameter. * For example, * Thisform.RefreshAllPages('PageFrame1') * PROCEDURE RefreshAllPages PARAMETER tcPageFrameName oRef=EVAL('thisform.'+tcPageFrameName) FOR I=1 TO oRef.PageCount oRef.Pages(I).Refresh ENDFOR Thisform.Refresh Hope This Helps, Sanath E-mail : sanath@aditi.com FoxPro Team, Aditi Corp. http://www.aditi.com/docs/fox/foxpage.htm
Sanath
E-mail : sanath@aditi.com
Foxpro Team,
Aditi Corp.
http://www.aditi.com/docs/fox/foxpage.htm
Previous
Reply
Map
View

Click here to load this message in the networking platform