Steve,

 

At the R> type "help choose."

 

Emmitt Dove

Manager, DairyPak Business Systems

Evergreen Packaging, Inc.

[EMAIL PROTECTED]

(203) 214-5683 m

(203) 643-8022 o

(203) 643-8086 f

[EMAIL PROTECTED]

 

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Breen
Sent: Tuesday, November 04, 2008 8:10 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: One works - other will not

 

Thanks Alastair,

 

Sorry for long delay went out to vote and lines were long. No matter what
anyone says one person can make a difference.

 

Does anyone know Title Options in 6.5++?

 

Steve

 

  _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alastair
Burr
Sent: Tuesday, November 04, 2008 7:01 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: One works - other will not

Steve,

 

You can left & right justify the two columns:

 

choose vcustcont from #values for +

( (LJS(CC_contact, n)) & (RJS(CC_OfficeExt, n)) & (LJS(CC_Mobile1, n)) &
(RJS(CC_HomePhone, n)) ) +

from CustContacts  where custnub2 = .This_Custnub2 ORDER BY CC_contact TITLE
'my Heading'

 

where "n" is the number of characters in your column.

 

I'm not sure about a heading v6.5 but I think the TITLE option was available
by then.

 

Regards,

Alastair.

 

PS: check my brackets are matched!!

 

----- Original Message ----- 

From: Steve Breen <mailto:[EMAIL PROTECTED]>  

To: RBASE-L Mailing List <mailto:[email protected]>  

Sent: Tuesday, November 04, 2008 11:32 AM

Subject: [RBASE-L] - Re: One works - other will not

 

Alastair,

 

Thanks

 

This works great but is there any way to space it out and get a heading. I
have to use 6.5++ for now.

 

R>choose vcustcont from #values for (CC_contact & CC_OfficeExt & CC_Mobile1
& CC_HomePhone) from CustContacts  where custnub2 = .This_Custnub2

 

Thanks Steve

 

  _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alastair
Burr
Sent: Tuesday, November 04, 2008 6:05 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: One works - other will not

Steve,

 

Put the concatenated columns in brackets:

 

choose vcustcont from #values for (CC_contact & CC_OfficeExt) from
CustContacts  where custnub2 = .This_Custnub2

 

Regards,

Alastair.

----- Original Message ----- 

From: Steve Breen <mailto:[EMAIL PROTECTED]>  

To: RBASE-L Mailing List <mailto:[email protected]>  

Sent: Tuesday, November 04, 2008 10:29 AM

Subject: [RBASE-L] - One works - other will not

 

The 1st onr works 2nd will not. What did I do wrong ??

 

 

R>choose vcustcont from #values for CC_Id, from CustContacts  where custnub2
= .This_Custnub2

 

R>choose vcustcont from #values for CC_contact & CC_OfficeExt from
CustContacts  where custnub2 = .This_Custnub2

 

 

 

Steve

  _____  


No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.175 / Virus Database: 270.8.6/1765 - Release Date: 03/11/2008
16:59

  _____  


No virus found in this incoming message.
Checked by AVG - http://www.avg.com 
Version: 8.0.175 / Virus Database: 270.8.6/1765 - Release Date: 03/11/2008
16:59

Reply via email to