Hi
I want to copy data from customer (standard) Table t newly created table. I want to do this using ACTION button. please help me.
Hi
I want to copy data from customer (standard) Table t newly created table. I want to do this using ACTION button. please help me.
Thanks. its working :)
1. Please create a table and page (when we click on the page action button-> named update, it should pull the data of all customers and balances) to display all the customers and their balances, net change, and we can filter the balances based on the date filter.
above is the exact statement i got from my professor.
Is this a one time thing? Is it a recurring activity? If it’s the latter you will need to factor that in. Are all the fields the same? If not you can just declare each field you require in the below repeat until loop. Code like this would get you there:
Customer.findset;
repeat
Newtable.fieldname := Customer.fieldname;
Newtable.insert;
until custome.next =0;
André Arnaud de Cal...
293,278
Super User 2025 Season 1
Martin Dráb
232,011
Most Valuable Professional
nmaenpaa
101,156
Moderator