Duh!! I tried that once as part of many combinations and did not work. Started work again this morning and works perfectly.. I thought I was going mad but obviously something screwing it up.
Many thanks
John
Have mdiForm with 3 child forms. Would like all child forms to have no control menu box nor maximise/minimise/close icons on top right.
So set in design mode:
childform.controlbox = False
childform.maximize = False
childform.minimize = False
But at runtime the child does not display unless I...
Did you make the recordset updatable and not just rely on the default (which is read only)? On the connection object, properties, advanced tab select Optimistic (or pessimistic).
Also make sure you are using the Visual FoxPro Driver even if for Fox 2.x tables.
I use VB6 with FoxPro tables all...
It could be that verification is on and the system is failing 100% verification due to changes in files during the backup e.g. the exchange database files.
Using VB6 SP4 with DSN to FoxPro 2.6 tables using VFP driver (6.01.8629.01) trying to link tables to create a recordset (ultimately to feed Crystal Reports 8 field definition report)
Using Data Environment Designer to create recordset using:
SELECT WKJOBS.WJ_WJID, WKJOBS.WJ_MTYPE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.