Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alltrimming rowsource of multi-column combo
Message
 
 
To
20/04/2007 16:29:32
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
01218492
Message ID:
01218496
Views:
12
>I recently stumbled onto a 'feature' where I can set a combo's rowsource to have VFP expressions.
>
>E.g. this.Rowsource = ALLTRIM(viewname.fieldname1),fieldname2,fieldname3
>
>Now, I have a combo that is multi-column, and I need column #2 to not have trailing whitespace. So I have tried:
>this.rowsource = ALLTRIM(viewname.fieldname1),ALLTRIM(fieldname2),fieldname3
>But this yields an error.
>
>Does anyone have a workaround, or know what I am doing wrong?

I don't think you can do something like that. I would just play with ColumnWidths instead.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform