Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Development environment vs EXE
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Divers
Thread ID:
01417563
Message ID:
01417608
Vues:
43
>Naomi:
>
>That code sniper does not work in the eXE.
>
>I use scatter to populate the values M.CallTYpe that is use as a parameter in the other view. I open and close the view because everytime I skip the Top25 table i got different CallType so I need to recreate the view. unless requery can make the magic.
lcPath = ADDBS(JUSTPATH(DBC()))
COPY TO (lcPath+"UANSupportTop10") NEXT 10
SCATTER memvar
SELECT 0
USE Heat_support!UANSupportCallType ALIAS UANSuportCallType
SELECT 0
USE (lcPath+"UANSupportTop10")
GO top
I = 1
lcCopiedFiles = []
SCAN
   SCATTER memvar
   REQUERY("UANSuportCallType")
   SELECT UANSuportCallType
   NewName = lvPath + "UANSupportCallType" + TRANSFORM(I)
   COPY TO (NEWNAME)
   lcCopiedFiles = lcCopiedFiles + NEWNAME + CHR(13)+CHR(10)
   I = I + 1
   SELECT UANSuportTop10
ENDSCAN
MessageBox(LEFT(lcCopiedFiles, LEN(lcCopiedFiles)-2))
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform