Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read-only cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00562456
Message ID:
00562463
Vues:
20
>If you have VFP7 is only adding a REWRITE in the SELECT SQL. If not try this:
>
>USE DBF(tcalias) IN 0 AGAIN alias xxTemp
>USE DBF("xxTemp") IN (tcalias) AGAIN ALIAS (tcalias)
>USE IN xxTemp

Ops ... I missed more code:

FUNCTION hazmodificable
LPARAMETERS tcalias
USE DBF(tcalias) IN 0 AGAIN alias xxTemp
USE DBF("xxTemp") IN (tcalias) AGAIN ALIAS (tcalias)
USE IN xxTemp
ENDFUNC

The call is doing like:

= hazmodificable(ALIAS())
= hazmodificable("query1")
Pablo Roca
Clavo Congelados, S.A. (La Coruna - Spain)
Sysop of PortalFox

Join MasFoxPro campaign
http://www.masfoxpro.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform