Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling a function in the DBC in a report
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00694151
Message ID:
00694169
Vues:
16
Bob,

Do you restore the work area at the end of the function before you return?
LOCAL lcAlias
lcAlias = ALIAS()
SELECT Whatever

...

IF NOT EMPTY(lcAlias)
   SELECT (lcAlias)
ELSE
   SELECT 0
ENDIF
RETURN
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform