Help Me please…!
Why when i copy form38 and form38_1 to another project ,fields aren’t showing when running form and when insert record ,form go to blank record …how to solved it , like in the source project (samples)
Thanks
FrankW
Help Me please…!
Why when i copy form38 and form38_1 to another project ,fields aren’t showing when running form and when insert record ,form go to blank record …how to solved it , like in the source project (samples)
Thanks
FrankW
Re: Copy Form Master and detail to another Project
How are you copying the forms?
The method I use is to export each form, then import the form into the new project. You may then need to add the new connection and remove the old one for the table/fields to work correctly.
Regards,
Scott.
Re: Copy Form Master and detail to another Project
Thanks your respond ,
I found this problem ,In Mysql database primery key and autoincreament not be set, at table orders and order details .
but fields label aren’t shown when I am running this form
Thanks again