This is not a major problem and I have a work-a-round.
Here is a snippet of code for the choose statement.
in vlist, I just added  "Create Warehouse Order"  the last r in order is cut
off
If I put a space after "order ", then I get the complete line, with an extra
space.

This is 77 rc3 082604
Does anyone else experience this problem?

set var vlist=   +
 'Create Marlo Order,Create Non-Marlo Order,Modify Order,Modify One,Print
Order,View Order,+
Create WareHouse Order,None of the Above'
Label start
cls
choose Action from #list .vList title 'Ordering' lines 8  +
   option list_font_size 24 | list_font_color teal | list_bold on | +
          title_font_size 20 | title_font_color blue | title_bold on
return

Reply via email to