Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data type is invalid for this property.
Message
 
À
28/05/2003 11:55:05
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00793523
Message ID:
00793561
Vues:
38
Cool, thanks for the tip.


>"Report" is a command. It means that anything accesible by the routine executing the 'report' is also accesible by the report. ie:
>If you have a method with code :
>
>
>local lc1, ld1, luSomething, loObj
>lc1 = thisform.text1.value
>ld1 = this.parent.txtDate.Value
>luSomething = thisform.SomeProperty
>loObj = createobject('custom')
>loObj.Addproperty('c1','CharProp')
>loObj.Addproperty('d1',date())
>loObj.Addproperty('n1',seconds())
>
>report form myReport preview
>
>
>Any report field could also use these as expressions:
>lc1, thisform.text1.value, ld1, this.parent.txtDate.Value, luSomething , thisform.SomeProperty, loObj.c1, loObj.d1,loObj.n1 etc
>
>Cetin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform