Hi,
One of our customers have different product group codes and different properties for each group.
I have created different tables and forms for each product group to keep the properties of the items belonging to that group.
Now I want to place a button into the item card which will understand the group of the product and choose the necessary form and
then show the properties of that item. I have already done the first part. The button chooses the right form according to product group code but I can't make it display the datas of that item.
Can this be done? If yes, how?
Thanks a lot.
0
Comments
If you have your form as a variable, you could do something like: Or, if you have olny the id of the form: where SomeRec is a record variable that holds the properties of the specific group.
Arhontis
https://forum.mibuso.com/search
Add a field to your product group table that links to the object table, and give the user the ability to enter the form number there. That way you can use the number in that field to know what form to open.
RIS Plus, LLC
Always use
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
For Lazy Programmers (Like me):
If you compile
It will generate
Same goes for reports and dataports etc.
If you compile It will generate Same goes for reports and dataports etc.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Makes
After compiling
I will post this to Tips and Tricks