Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ampersand macro substitution & objects
Message
From
19/07/2006 09:27:00
 
 
To
28/06/2006 07:39:52
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01132321
Message ID:
01137573
Views:
21
Hi there....hopefully you are not still struggling with this, but here is the corrected version which should work...

Local cCheckName AS String

Scan
cCheckName = [.] + Alltrim(CheckBoxRules.Checkname)
With Thisform.Pages1._page1
? &cCheckName && evaluates to _Check1 of type object
cCheckName = cCheckName + ".AddProperty('cSqlString',&Rules)"
&cCheckName
Endwith
Endscan

I noticed you had a double period (..)....if this is necessary...modify the line accordingly.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform