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!
...nature of routine.
What am I missing?
FUNCTION xTransferRecords
LPARAMETERS arcXcde
LOCAL rflag
TRY
INSERT INTO arcdtpt ;
SELECT * FROM statdtpt WHERE xcde = arcXcde
DELETE FOR xcde = arcXcde IN statdtpt
rflag = .T.
CATCH
DO pushError WITH 'Unable to Archive DTPT...
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.
Customer is running FP2.6 app. Was running fine till roughly 07-15-2009. Where upon they began to experience the error, 'Win 16 subsystem has insufficient resources to continue running. Click OK to close your applications and restart your machine.'
Customer running XP, plenty of memory on...
I am using VFP9 and would like to Scroll or Page through multiple pages [combination of pictures and text] of a General field. Is it possible to do this while also preventing modification(s) to the field? I'd like the customer to scroll through a readonly General field.
Tamar,
Thank you greatly for the solution. I am implementing now.
Mike,
Love your charts!
Imaginecorp,
Thanks for the insight. I completely agree with your points. However, in this case the app has a built password scheme. Access to certain forms require privilages determined by 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.