Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Imagine I have a table called "A" in my application. On click on the button it should create a "Table Box" with the all the fields available in the table "A".
Imagine I have N of tables in my application. Each table will have one button. On click on the button corresponding table should be opened in a table box.
Hope my requirement are clear now. If not please let me know.
May I know how we can achieve this please. This is very urgent!
Thanks
qvforum
You don't need to "Create". You can implement "Hide&Show" approach.
See attachment.
Hi Nick
Thanks for your suggestions. In my case everything should happen dynamically. Whenever the user clicks on the button it should create a table box with its corresponding table fields. For example if the user is adding a new field in a table that should come automatically in the table box without any manual effort.
We have arround 10 tables now and in future no of tables may increase. So there shouldn't be any manual effort for this. Everything should happen dynamically, no matter how many tables/fields users adds in the list.
Hope my requirement is understandable.
Thanks
qvforum