Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I create a custom datatype usercontrol.
In the control i have 2 listbox and 2 buttons
First listbox containts child items from a specific item id ;
Second listbox contains selected items from first listbox .
First button is insert and insert selected item from first list to second list , and deleted from first list .
Second buton is delete: and delete selected item from second list, and insert to first list .
How to save data from this custom datatype to remain permanently .
Best regards , Vlad.
Hi Vlad,
Check out this BlogPost from Tim. It tells you exactly what you need to do.
Cheers,
Richard
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
custom datatype usercontrol : multilist
I create a custom datatype usercontrol.
In the control i have 2 listbox and 2 buttons
First listbox containts child items from a specific item id ;
Second listbox contains selected items from first listbox .
First button is insert and insert selected item from first list to second list , and deleted from first list .
Second buton is delete: and delete selected item from second list, and insert to first list .
How to save data from this custom datatype to remain permanently .
Best regards , Vlad.
Hi Vlad,
Check out this BlogPost from Tim. It tells you exactly what you need to do.
Cheers,
Richard
is working on a reply...