Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wsjames

    Accessing VFP 9.0 Flat Tables

    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???
  2. wsjames

    Insert - SQL Command

    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...
  3. wsjames

    Insert - SQL Command

    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!
  4. wsjames

    Insert - SQL Command

    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...
  5. wsjames

    VFP Client (file sharing) Limitation?

    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...
  6. wsjames

    VFP Client (file sharing) Limitation?

    Thanks again, for all the support. I will provide a response upon attaining root cause.
  7. wsjames

    VFP Client (file sharing) Limitation?

    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.
  8. wsjames

    VFP Client (file sharing) Limitation?

    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...
  9. wsjames

    Charting with SimpleChart

    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,
  10. wsjames

    Charting with SimpleChart

    Is it posible to have a bar and line plot within the same chart?
  11. wsjames

    OLEdrop Grid w/ComboBox

    Thus far, I can tell the OLEDragDrop method fires. Beyond that, I am unable to determine the state of the program.
  12. wsjames

    OLEdrop Grid w/ComboBox

    [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...
  13. wsjames

    ShortCut (menu) Timeout

    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.
  14. wsjames

    Win 16 subsystem has insufficient resources to continue running.

    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.
  15. wsjames

    Win 16 subsystem has insufficient resources to continue running.

    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...
  16. wsjames

    General Field NOMODIFY Problem

    Thanks for the suggestions. I had tried those options without sucess. I will review other options.
  17. wsjames

    General Field NOMODIFY Problem

    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.
  18. wsjames

    Auto Form Release

    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...
  19. wsjames

    Auto Form Release

    I am converting an app from v2.6 and was hoping for a more global function like the old: #readclause timeout timeoutvar

Part and Inventory Search

Back
Top