Claudine:

Tried it your way with the extra left and right parens around each ctxt 
statement, but made no difference.   
This was an upgrade from 7.1 to 7.6, and in reviewing the 7.1 popup menu 
optios, the 7.1 had check box option for 'formatted'.     7.6 does not have 
this option, or am I missing it.    Razzak, are you listening......could that 
be the difference ?  ?

Thanks,    Jim



----- Original Message ----
From: Claudine Robbins <[EMAIL PROTECTED]>
To: RBASE-L Mailing List <[email protected]>
Sent: Saturday, September 6, 2008 2:57:53 PM
Subject: [RBASE-L] - RE: Popup Lookup Items are Wavey

Jim,

Try enclosing each LJS in its own parentheses and you also need more parens
around the (CTXT(VEN_NO)) like:

(  (LJS(VEN_NAME,25))  + '  ' +(LJS(VEN_ADDR,25)) + '  '
+(LJS(VEN_CITY,18)) +'  '+ (LJS((CTXT(VEN_NO)),10))    )

Claudine 


-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jim schmitt
Sent: Saturday, September 06, 2008 4:35 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Popup Lookup Items are Wavey

Claudine:
 
Good to hear from you; and I thought I was the only RB worker on Sat.
evening.
Thanks for the reply, and I just tried your aerial  8 suggestion and still
get the wavey lines.  
My lookup string is:
 
 (  LJS(VEN_NAME,25)  + '   ' +LJS(VEN_ADDR,25) + '   ' +LJS(VEN_CITY,18)
+'   '+ LJS(CTXT(VEN_NO),10)    )

I'm testing this on a laptop with 7.6, and wonder if that has anything to do
with it ???

Jim



----- Original Message ----
From: Claudine Robbins <[EMAIL PROTECTED]>
To: RBASE-L Mailing List <[email protected]>
Sent: Saturday, September 6, 2008 2:21:56 PM
Subject: [RBASE-L] - RE: Popup Lookup Items are Wavey

Jim,

Courier regular 10 is what I use and I use something like this:

((LJS(co_code,10)) & '|' & (LJS((p_city & p_st),15)))

I guess you'll have to experiment.  Arial 8 is another nice one or even
Arial Narrow 8...  

Claudine 


-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jim schmitt
Sent: Saturday, September 06, 2008 4:03 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Popup Lookup Items are Wavey

Good Day to All R:Basers:

DB Edit field with Wavey Popup Items

I just updated an application to 7.6, and in one of my forms, when utilizing
a pop-up menu, the 4 items within the menu are wavey (i.e. not in straight
columns going down).  I do have each item LJS'ed or RJS'ed.     In reviewing
the pop-up list font field, the 'list font' for the lookup field is MS San
Serif.    I changed the Pop-up List Font to Courier, and the four columns in
the popup are now aligned going straight down, but it a little too 'odd'
looking for me (don't like the courier letter look).   

What seems to be the standard lookup font for pop-up list fonts ?
Just trying to arrive at a nice standard looking font.

Thanks

Jim





Reply via email to