I am using the following command in an eep launched on entry into a form field. 
The vHospitalID is choosen in the previous form field. I have tried defining 
vWorkOrdes as a large 250 Character Text field and as a NOTE field, with the 
same results. The number following the CHKBOX is supposed to determine how many 
choices the user can check from the list. However no matter what I set it to in 
the command only allows 16 items to be checked. Is the a known bug in the 
command. I have tried it in both 7.5 and 7.6.  The way this command is written 
you should be able to choose up to a hundred items according to the 
documentation.

choose vWorkOrders +
 from #values for +
 (WOPrefix & Ctxt(WorkOrder#)& '    ' & ctxt(ServiceDate) & ctxt(TotalAmount)),+
 WorkOrder# from WOHeader where HospitalID = .vHospitalID +
 order by PO#,workOrder# Chkbox 100 +
 title 'Choose InSite Work Orders to Assign' Caption 'Assing Sales Order#s' 
lines 25

Any thoughts would be appreciated.
Scott Whitish


      

Reply via email to