Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug on grid column's ControlSource
Message
De
25/06/2006 04:43:02
 
 
À
22/06/2006 09:19:49
Emanuele Bonin
EB Soluzioni Informatiche
Tezze S/B, Italie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01130779
Message ID:
01131486
Vues:
16
>>myGrid.myColumn.controlsource = "(MyFunction(table.Field))"
>
>Cygar for you ...
>
>Have you any idea about the reason of this Behaviour ?
>
>
>Emanuele.

with "(MyFunction(table.Field))"
VFP search the array MyFunction(),
if it don't exist then VFP search the procedure MyFunction().

with "MyFunction(table.Field)"
VFP search the array MyFunction(),
if it don't exist then VFP stop the process with the error.

It is a bug for me.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform