Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ampersand macro substitution & objects
Message
De
28/06/2006 07:39:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Ampersand macro substitution & objects
Divers
Thread ID:
01132321
Message ID:
01132321
Vues:
74
Can somebody please tell me what's wrong with this code?
Local cCheckName AS String

Scan
   cCheckName = [.] + Alltrim(CheckBoxRules.Checkname) 
   With Thisform.Pages1._page1
        ? &cCheckName                 && evaluates to _Check1 of type object 
	&cCheckName..Addproperty('cSqlString',&Rules)    && Error
   Endwith
Endscan
I also tried &cCheckName.Addproperty('cSqlString',&Rules) with similar results.

TIA & BR

Peter
Peter Pirker


Whosoever shall not fall by the sword or by famine, shall fall by pestilence, so why bother shaving?

(Woody Allen)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform