I have a VFP 9.0 app using flat tables.
Previous versions of MS SQL Server were able to accessing (open/query) the VFP tables.
Are there any known reasons SQL Server 2016 (SP2) cannot access the same flat tables?
I'm told SQL Server 2016 (SP2) does not offer VFP ODBC driver???
To my surprise, I get the following error message, "Cannot update the cursor ARCDTPT, since it is read-only." Surprising because:
- Tables are not included (or compiled) in the project.
- Table is opened using the same "OpenTable" routine I've always used.
- The program does not modify table...
Table structure (field order and definitions) is exactly the same. Tables are being opened with read/write permissions. Will use Olaf's recommendation to extract more info related to error. Will report back findings. Thanks Olaf!
Made a modification to a routine I use to transfer records from one table ("statdtpt") to another ("arcdtpt"). I then, delete redundant records from "statdtpt". I recently opted to use the code below to rid the use of "SCATTER" - which by the way worked fine. It would be simple enough to go...
Finally!!!
The IS folk identified the 'Network Threat Protection' service was running even though Symantec Endpoint Protection (SEP). Apparently, the firewall protection was thottling the network traffic.
It seems SEP was inadvertantly enabled on our server - last week. Once the Network...
Nothing on the application side changed. I am working with the IS (server/network) folk in hopes to find the cause. But, was not sure if VFP had a client limitation.
I very much appreciate your comments/instruction.
Our [VFP 9.0 ] application runs within a company that operates 24/7. During normal work hours, well over 100 users interface with our app. The number of users decline during weekend and night hours; management/engineering/admin staff work normal hours. The application’s responsiveness comes...
Dave,
Thank you for the response. I was actually able to accomplish within SimpleCharts. From within the MSchart Property, there is an option to select 'Combination' chart type.
Though, I greatly you making me aware of the FoxChart option. Love options!
Thanks again,
[Using VFP9]
Form deactivates (will not re-activate) when clicking on combobox item, and then drag/drop from listbox to grid.
For testing purposes, I created a simple form. Adding a listbox, grid, and combo box. After populating the controls with differing tables, I am able to drag/drop...
Is it possible [in VFP9] to progamatically timeout a shortcut menu? I would like to timeout [close] the shortcut if activated, but not used/closed within xSeconds.
All tables are in the sub-Meg range. Maxium of 3000 records per table. All tables are purged and packed weekly. Nothing app wise has changed. App has been in use since 1993.
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.