Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove a page in a pageframe
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Remove a page in a pageframe
Miscellaneous
Thread ID:
00825177
Message ID:
00825177
Views:
52
Hi all,

I want remove pages in a pageframe If the Page 's caption begins with "Page".
My code is not correct because all the pages are'nt removed.



LOCAL oPage,;
cvName

WITH THIS.Pageframe

FOR EACH oPage IN .OBJECTS
cvName = UPPER( oPage.CAPTION )

.REMOVEOBJECT( cvName )
ENDFOR



Thanks in advance For the help

bernhyart
Next
Reply
Map
View

Click here to load this message in the networking platform