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 strongm 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: herbstgy
  • Content: Threads
  • Order by date
  1. herbstgy

    Need to build web service, pronto :)

    Dear All, I have a VFP9 win32 app which works quite fine for years now. But now I'm in a situation that I have to let go the thick client and put at least some of the functions into a web page. The trouble is, I never did anything similar earlier. So I just started to view the VFP samples about...
  2. herbstgy

    Outlook Calendar Holidays

    Dear All, is it possible to read from the Outlook Application object if a date is holiday according to the local national settings? I'm thinking of an IsHoliday(DATE()) function which would simply return .t. or .f.
  3. herbstgy

    Search emails in Outlook

    Dear All, I have a routine where I have to search emails in Outlook with a specific subject. It goes like this: loOutlook=CREATEOBJECT("Outlook.Application") loSearch=loOutlook.AdvancedSearch("'Inbox'","urn:schemas:mailheader:subject like...
  4. herbstgy

    REPLACE ALL does a full lock?

    Hi All, there's a rather big (224000+ records) DBF table on a network drive. It is used in shared mode between multiple workstations. Sometimes I need to do a rather lengthy database maintenace which is mainly consists a REPLACE ALL ... FOR ... command. Due to the speed of the network, this...
  5. herbstgy

    SQL query time

    Greetings, Everyone... as some of you may remember, there was this c0000005 error in this form. the c0000005 error has been successfully solved with your help by putting the grid source in a temporary cursor. now my problem is this: the SQL command which fills the grid's cursor looks like...
  6. herbstgy

    drag and drop from a grid

    Greetings, Everyone... there's a rather complicated formatted readonly grid used only for output. it looks like this: inside the column cells there are container classes with uniquely formatted text fields. how could I detect the beginning of a drag event from the grid to copy the contents of...
  7. herbstgy

    About that c0000005 error again

    Greetings, Everyone... there's an application I'm developing and when I was stuck, you guys were very helpful in the earlier cases. so, here I am again. currently with that good old c0000005 exception error that has been our good friend for a long time. I've read back and forth this forum and...
  8. herbstgy

    Search Combo Box revisited

    Hi Guys, I tried to create a Search Combo Box like you were discussed in thread184-1312767. Also tried Mike Gagnon's solution with the ComboBox Interactive Event modification in faq184-1792. Both solution does what it supposed to, with one flaw: neither of them works with international...
  9. herbstgy

    Reading an Exchange Contact Group

    Greetings, Everyone... There's an Exchange server with Outlook client. Is it possible to read the members of one specific group in the Global Contact list? To fill it in a popup later. The environment is VFP 9.0 sp 2 on Windows 7 64 bit. thanks in advance.
  10. herbstgy

    Reading web-based log with XMLHTTP

    Greetings, Everyone... I'm new to Visual Foxpro, still learning the ropes, please help me out. The environment is VFP 9 SP 2 on Win7. I need to read a web-browser based log, and insert it into a database. I was able to open the webpage from VFP, and read it (so far so good :) ) by this code...

Part and Inventory Search

Back
Top