and now, the rest of the story.......
In tracing the code, I found that the text string used in specifying the path of the dbc to be opened contained a double backslash in the string, i.e. 'data\\module.dbc'. Although this did not appear to be fatal, it may have contributed to it. Upon...
No. That is one of the first things we checked. Additionally, as I stated previously, there are a couple other modules which have been processed with the same methodology prior to the module at issue with no issues encountered in those modules.
(I have made a version of the app to test run on...
I like the permissions suggestion....
The table is in a DBC. If the DBC for the module does not exist, we exit the method immediately to move on to the next module.
The DBC is opened with full drive/path specification. Then the table is opened exclusively with the 'dbc!table' specification...
In running an upgrade app for our software on a client's system, there is a process to check the table structures and build an Alter Table statement to execute on the table for adding/updating structure details.
On this client's system, when the Alter Table statement is executed, an error...
We do unbinding because the original developer used basic functions of VFP. He did not use buffering, transactions, and other techniques for managing creation / updating data in tables as they become available in VFP. Thus, with the binding to tables, anytime a user makes a change to a data...
I have a combo list in which the row source type is an array. There is logic so as to set the ListIndex property to the entry matching the current value in the record detail.
Problem is that when the ListIndex property is updated, a record lock is applied to the record which the combo list...
Working in VFP9, I have a report form with columns defined along with a summary band that prints contents of a memo field from another 'holding' table (containing single record) when a variable is true. The remove if blank is checked.
The issue is that when the variable pertaining to the...
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.