Sorry! Here are the formulas I used
sm1
if {custinv.MethPay1} in ["Amex","Master Card","Visa"] then {custinv.InvPaid1}
else
0
I did the same for sm2 & sm3
then I set up sum123 formula
sum123
sum({@sum1}+{@sum2}+{@sum3})
this is where the following message occurs
"The Summary/Running total...
This formula does not work I am using Ver 8.5 of crystal
The error message I get is "Remaining text does not
appear to be part of formula. This appears after
//@sm2
Thank You!
What I am trying to accomplish is to sum all credit card
types into one field, when I use the formula it also
included checks which I do not want. Each field(custivn.MethPay1) can have a different type of payment,.
IF {custinv.MethPay1} = "Amex" or {custinv.MethPay1} = "Master Card" or...
I cannot get the help files or msdn to run under "my login"
name have "admin" rights etc. Under "administrator login"
every thing works perfect.
my operating system is XPPro sp2, 2gb ram, lots of harddisk
space P4 3.0ghz
In the current FoxPro 2.0 the procedure file is
case eopt= 7 && Alpha/Num list
sele clien3
set order to 4
go top
repo form empname to print
set order to 1
go top
endcase
can I change the "to print" to
set printer to lpt3
InHandle=FOPEN('LPT3')
InHandle=FCLOSE('LPT3')...
Follow up Thank You all for you help
I use Robb444 solution
The follow up question is the orginal expression works on
Novell 5.0, but the error occurs on Window 2000 server
any idea why?
THE EXPRESSION IS
INDEX ON cmpny_code+IIF(next usage<REGIS_DATE.AND.next_mon
<>0,DTOC(next_usage)+STR(next_mon,2,0),"9999999999")+type+
IIF(INT(INT(nbr/100/2)=INT(nbr/100)/2,STR(INT/100),3),STR
(INT(nbr/100)-1,3))+ RIGHT(STR(nbr,5),2)+STR(nbr,5) TO C:\
TEMP\PT_EQREG.TMP
Foxpro lan 2.0
Thank You
Foxpro lan 2.0 on Win2K Server, Trying to print to Win 98
workstation located on another Win 98 workstation.
Win2k server user login script as follows;
NET USE LPT3 \\DANNY\EPSON /PERSISTENT:YES
Have printer map to lpt3:\\DANNY\EPSON
I can get to print from windows but not when I run
a foxpro...
I have all the dbases and program files residing on a W2k server sp4. I am trying to print report to local workstations printer, but some of the local workstation have 2 printers. How would I do this?
Thank You
Frank
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.