order form help

dmcwilliams

New Member
Licensed User
Longtime User
I am new here and have little experience but I am trying to develop an order form for my employees.

I would like them to choose a category and within that category there would be many different items. when they choose the item it would auto populate a list with the material description and part number.

when done with ordering they then could send the list in PDF for ordering.

Any help would be appreciated.

Thanks.

don
 

Mark Read

Well-Known Member
Licensed User
Longtime User
Hello Don

I would suggest you use two spinners to make selections. The selection from one spinner will control the data to the second.
The data you can store and recall from a SQL database.

A good starting point is the user guide here

You should also look at the DBUtils example from Erel, its excellent. You can find it here

Hope that gets you started.
Regards
Mark
 
Upvote 0
Top