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