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 TouchToneTommy 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: *

  • Users: bobmpalmer
  • Content: Threads
  • Order by date
  1. bobmpalmer

    Writing Calender appointments to Exchange 2016

    I have a VFP client server system running with MS SQL backend where users can create diary appointments within the VFP system but I have a client who is wanting these to appear in their Exchange Server Calendars as well. I have no experience of MS Exchange and was wondering if this is something...
  2. bobmpalmer

    Fatal Error: C0000094 on Windows 10 PC

    Hi, I have over 300 users across the country using my app on all flavours of Windows without issue but this one has me flummoxed. The app is quite a big SQL base client server compiled exe built in VFP9 SP2. I have one client who's PC's are all Windows 10 and their installations are no...
  3. bobmpalmer

    Check for changes in a cursor

    I may be having a dumb moment here... I have a Select cursor with 5 fields in that I use to populate a grid on a form. The grid is user editable but my users are experts at closing forms without saving changes!! Is there a simple way I can check in my form validate if the cursor or any field...
  4. bobmpalmer

    Not Enough Disk Space

    thread184-1444124 AUGUY I read the earlier post (ref above) and wondered if you got to the bottom of the problem. I have a client who is getting the same error (56 Not Enough Disk Space)It is a small peer to peer network of 3 machines one is a dedicated server with ooudles of disk space. They...
  5. bobmpalmer

    RLOCK() and Table Buffering

    If I have a buffererd table with say CURSORSETPROP("Buffering",3,"TABLE") and I issue RLOCK()on a record, is the lock applied to the record in the underlying table making that record un-available for other users or is RLOCK() overridden by the buffering? Bob Palmer www.resisystems.co.uk The...
  6. bobmpalmer

    Reading Data From MS Access data file

    Is there a way to directly read data from an MS Access datafile in VFP? Bob Palmer www.resisystems.co.uk The most common solution is H2O!
  7. bobmpalmer

    VFP Networking and errors

    I was musing and browsing the threads for general information on VFP "network errors" and was quite surprised under that specific search to see the last thread posted November 2005. In view of the explosion in the use of wireless networking I was interested in finding if others have experienced...
  8. bobmpalmer

    Re thread1252-1135853 PDF Printing

    Has anyone found a resolution to this problem as discussed in thread1252-1135853 I tried Randy's Path fix which works fine but if the user selects Acrobat PDF Writer as their default printer Fox really chucks its teddy!! Why should an external app affect VFP's Paths which are in memory? Bob...
  9. bobmpalmer

    DTPICKER Control property error

    An odd thing occured in our code with the dtpicker. Dave Summers replied to a thread that I refered to when using this control to set Mindate/maxdate properties. thread1254-824667 The control and code has existed in a release of our software for 5 months now and is being used on 30+ sites...
  10. bobmpalmer

    XMLTOCURSOR - VFP7 Code

    I am trying to provide a data transfer routine using VFP to XML and am perplexed as to why if I execute the functions fron cursor to var and reverse all works fine but if I try to do the same to a file it fails with an error - XML parse error invalid at top level of the document Line 1 position...

Part and Inventory Search

Back
Top