Steve
  A couple of things. First vcnt and vsum must be inclosed with (CTXT(.vcnt)).  
Vbilldate will also have to enclosed with ctxt if it is a date. I woul just put 
(CHAR(013)) in the expression. Hope that helps. 

Buddy

 

-----Original Message-----
From: [email protected]
To: RBASE-L Mailing List
Sent: Mon Mar 10 08:18:01 2008
Subject: [RBASE-L] - Dialog box output

Can anyone look at this please and advise me.
 
Can not get a response in dialog box.
 
Checked and variables are generating fine.
 
 
 
COMPUTE vcnt AS COUNT pon FROM attinv_master_cust
COMPUTE vsum AS SUM camount FROM attinv_charge_desc
 
SET VAR vcrlf = ((CHAR(13)) + (CHAR(10)))
 
CLEAR VAR vmsg
 
SET VAR vmsg = ('Total Breakdowns for Billing Date = ' & .vcnt + '"' + .vcrlf)
SET VAR vmsg = (.vmsg + 'Total Amount Billed For Billing Date = ' & .vsum + '"' 
+ .vcrlf)
SET VAR vmsg = (.vmsg + 'Date Billed = ' & .vbilldate + '"' + .vcrlf)
PAUSE 2 USING .vmsg
 
Thanks
 
 
Stephen Breen
CDI Services, Inc.
Road Support Division
 

Reply via email to