Hi experts,
I have to develop a form with a table control with a facility for edit and delete option for row data. Can we develop table with WDK and embed this in xForm?
Kindly let me know if this is a right way to implement.
Thanks & Regards
Vikas
You can create custom adaptors for form controls, but you cant create custom UI in forms. In Taskspace, you can embed form within a form, but this doesnt really help you if you are focused on including WDK control.
Hello Johnny,
Thanks for your response. Actually I have to develop a taskview like in below image. Table in the image looks like a wdk component. If this is forms builder control, how i can add actions to edit and delete for each line item?
Vikas gupta
Since you have this already built, you should be able to determine if its WDK component or Forms. Just browse through all the forms you have installed in your repository and see which one looks like this. My guess is that its Forms Builder table control.
Hi Johnny,
We have not built this yet. I have taken this screen shot from one presentation on internet. It looks form builder table control because this is a taskview but I am not able to understand how I can provide edit & delete action for each row in table control.
Is there a way to add image column for each row in forms builder? We tried by taking html in database table but it didn't work.
Thanks
any suggestions?