Normal Topic [Solved] Displaying commas in a combo list (Read 483 times)
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
[Solved] Displaying commas in a combo list
Dec 18th, 2007 at 7:35pm
Print Post Print Post  
I have some combo lists that are filled with numbers.  I had to remove the commas because they made line breaks in the list.  Is there a way to edit the list so that the commas can be displayed?  I have formatted the element so when the selection is made the commas show, and that's fine, but without them the list is hard to read.  Thanks in advance.
« Last Edit: Dec 19th, 2007 at 1:58pm by Hammer »  

**
Captain Infinity
Back to top
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Displaying commas in a combo list
Reply #1 - Dec 18th, 2007 at 9:01pm
Print Post Print Post  
Hello Scott,

You can use PopulateListElement() in Global code to do this.

Code
Select All
PopulateListElement(MyComboBox, "1,000;2,000;3,000;4,000") 



-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
Re: Displaying commas in a combo list
Reply #2 - Dec 19th, 2007 at 1:40pm
Print Post Print Post  
Super, thanks Ray!
  

**
Captain Infinity
Back to top
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: [Solved] Displaying commas in a combo list
Reply #3 - Dec 19th, 2007 at 2:18pm
Print Post Print Post  
No Problem Scott!

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged