Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxFile -> XLS and the number 65535
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01023249
Message ID:
01023357
Views:
12
>No, they are suppose to be numeric fields, but dependant on date fields for output... like this....
>
>Here is the SQL
>
>SELECT	ALL;
>        PADR(FRMAST. CUSTNO + " " + LKUP("MFCUST","CUSTNO",FRMAST.CUSTNO,"CUSTNAME", "","","","MFCUST"),30) AS FRCUSTNONAME,;
>        FRMAST.REVCODE                 AS FRREVCODE,;
>        FRMAST.INVNO                   AS FRINVNO,;
>        IIF(BETWEEN(transdate,DATE()-30,DATE()),FRMAST.BALDUE,0) AS BAL30,;
>        IIF(BETWEEN(transdate,DATE()-60,DATE()-31),FRMAST.BALDUE,0) AS BAGE60,;
>        IIF(BETWEEN(transdate,DATE()-90,DATE()-61),FRMAST.BALDUE,0) AS BAGE90,;
>        IIF(transdate <DATE()-90,FRMAST.BALDUE,0) AS BAGE90P,;
&gt;        FRMAST.TOTCHGS                 AS FRTOTCHGS,;
&gt;        FRMAST.BALDUE                  AS FRBALDUE;
&gt;  FROM	"FRMAST" FRMAST;
&gt;  INTO	CURSOR AGINGDET;
&gt;  WHERE	(FRMAST.BALDUE>=0.01);
>  ORDER BY	1, 2
>
>

If you put BROWSE NORMAL after this SELECT what are the values in these fields?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform