Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nesting Error
Message
From
09/07/1998 10:10:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Nesting Error
Miscellaneous
Thread ID:
00115694
Message ID:
00115694
Views:
59
Hello everybody.
Bad day:(
Somehow this code gives me an error Nesting Error.
I just don't uderstand why it's happening to me.
Thank you for any ideas:)

PageName = "ThisForm.pgf.Page" + ALLTRIM(STR(ThisForm.pgf.ActivePage))
FOR EACH oTextBox IN &PageName..Controls
IF oTextBox.BaseClass = "Textbox"
oTextBox.ControlSource = ""
oTextBox.Value = SPACE(10)
ENDIF
ENDFOR
XO4Y BCE 3HATb,YMETb,IMETb!
Next
Reply
Map
View

Click here to load this message in the networking platform