Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2003
    Posts
    2

    listbox showing formulas

    Hello,

    From a listbox I want to show different formulas.

    The formula's looks like this

    A 10
    B 20
    C 70
    ---
    100

    I tried to manage the formula's with the conditional text option which works easy for a simple textline but what about formula like mines ?
    How can I put them in a ordered way ?

  2. #2
    Join Date
    May 2003
    Location
    Pendleton, Oregon
    Posts
    1,038
    Un-check the Sort Items at run time option on the List box's property page. That way the items will stay in the order you choose.

  3. #3
    Join Date
    Nov 2003
    Posts
    2
    I'm probably not clear enough with my question.

    I have a listbox with a list of names :

    formula 1
    formula 2
    formula 3
    .....

    and I need a textbox where I can show the result of formula 1

    the results of the formula's is like this :

    comp A 20,0 parts
    comp B 30,0 parts
    Comp C 50,0 parts
    ------
    total 100,0 parts

    I tried with formula 1:: comp A 20 parts comp B 30,0 parts ..... but I guess this is not the way to do it, as not all caracters has the same lenght...

    Can anyone give me a better way to do it ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts