Convert Lookup Field to multiple choice

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
gatenet
Veteran Member
Posts: 45
Joined: 2016-07-26 09:34
Location: Greece
Contact:

Convert Lookup Field to multiple choice

Post by gatenet » 2017-09-25 07:04

Hi there, i need help coverting a lookup field to multiple choice. I have a table services and a table orders, when the user want to make an order i want to be able to take as many services as he likes from the table services. The only way i think right now is to put more fields in table orders but that is not confortable, the other way is to covert the field services in orders table to a multiple choice field, or the third solutions is when the user choose a service automaticly opens a new field for select services each time. The first solution is the easy one, but i dont know the code for the second or the third solution, can anyone help me?

Post Reply