Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing from two tables
Message
De
11/03/2009 16:59:52
Jossue Vega
Healthcare Partners
New York, États-Unis
 
 
À
11/03/2009 13:13:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01386983
Message ID:
01387279
Vues:
61
Below is the SELECT Statement, I open and set the order on the two tables just before i execute the select

SELECT a.provid,a.provname, a.provad1, a.provad2, a.prov_city, a.prov_state,a.prov_zip,;
a.npi, a.membid,a.membname, a.mem_ad1, a.mem_ad2, a.mem_city, a.mem_st, a.mem_zip,;
a.mem_dob,a.diag1, a.diag2,a.diag3,a.diag4, a.PLACESVC, a.NBRUNITS, a.refprov_nm,;
a.prov_taxid, a.e_fname,;
b.begdt,b.enddt,b.svc_code,b.MODIF,b.qty, b.anthtime,b.billed, b.DIAGREF;
FROM clmhderr a,clmdterr b;
WHERE a.seq_no = b.seq_no AND SUBSTR(a.seq_no,1,8) = mmyy AND SUBSTR(a.error2,1,1) = 'E';
INTO CURSOR c_tmp

REPO FORM clmhderr_emp TO PRINT PROMPT
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform