<<
Hmm... Is there any way in 7.6 to get a Currency field to right-justify in a
Variable Lookup List Box? We're going to be reconciling against a bank
statement and I want the numbers to right justify.
>>
No, unless you want to fool with spaces and use a fixed-width font.
<<
I was going to use a Variable Lookup List View instead, because that
automatically right-justifies my Currency field. But for some reason, the
Multi-Select property (which I need) does not work in this control even though
there is a spot to select it.
>>
I will bet that you are using a return variable that's not type TEXT. If the
PK field on the table driving the list view is INTEGER (for instance) you use
an INTEGER variable if you're doing single select, but you still need a TEXT
variable for multi-select ('cause you're going to get a comma-delimited list
back).
--
Larry