Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ampersand macro substitution & objects
Message
De
19/07/2006 09:27:00
 
 
À
28/06/2006 07:39:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
01132321
Message ID:
01137573
Vues:
22
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform