Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining Record Count in Fox DBF From Word Doc
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00607038
Message ID:
00607625
Vues:
30
Why you not try this in VFP:

SELECT IIF(tocompany<>' ',tocompany,toname) FROM datafile;
   WHERE (datafile.tocompany<>' ') OR (datafile.toname<>' ');
   INTO CURSOR Testmerge

IF RecCount("TestMerge") # 0
   Do your Code
ELSE
   Do Code W/o reords
ENDIF
USE IN TestMerge
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
Répondre
Fil
Voir

Click here to load this message in the networking platform