I just upgraded recently, too... so far, it works surprisingly well!
and it's easier on the eyes than W10 in my opinion.
anyway, you might wanna check this, if you don't want it to talk behind your back:
https://www.oo-software.com/en/shutup10
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.
...files (x86)\microsoft office\root\office16\msoutl.olb"
PROCEDURE ApplicationEvents_11_ItemSend(Item AS VARIANT, Cancel AS LOGICAL @) AS VOID
* add user code here
ENDPROC
PROCEDURE ApplicationEvents_11_NewMail() AS VOID
* add user code here
ENDPROC
PROCEDURE...
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...
an easier approach without knowing the source code:
check what dll's are on the old machine in the program's directory, and copy those dll's to the new machine
something still not right.
I managed to handle the drag from inside grid container, and whether the drag is successful or not, the grid containing form becomes unclosable, like the oledraganddrop was still in progress. the controls on the form remain active, but I can't close it.
any advice?
now I found another interesting phenomenon.
if the grid source is empty (reccount()=0) and I press PgDown, the grid drops the grid source and gives a "Record is out of range" error message.
there is no any specific key handling on PgDown, nor ON KEY, neither in the form's or the grid's Keypress...
okay, I think I got it.
I can initiate the drag with
this.OLEDrag(.f.)
where ?"Drag detected" message was, then I can build the dragged data in the container's OLEStartDrag method like this:
IF oDataObject.GetFormat("VFP Source Object")
oDataObject.SetFormat(1)...
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.