Dear Mike,
I tried your code below and it works very well.
*********************
PUBLIC oform1
oform1=NEWOBJECT("form1")
oform1.Show
RETURN
DEFINE CLASS form1 AS form
DoCreate = .T.
Caption = "Form1"
Name = "Form1"
ADD OBJECT olecontrol1 AS...
Dear Mike,
Great code!
Would you show me how to show the "My Computer","My Documents" and "My FAVORITES" folders please ?
Thank you again and again.
John Satellite
Sorry, I made some mistakes.
It should be :
I want to show some system folders such as "My Computer","My Documents" and "My favourite" etc. on my form. How can I do it ? Thanks
experts,
I want to show some system folders such as "My omputer","My Documents" and "My favourite" etc. in on my form. How can I do it ? Thanks.
John Satellite
Dear Mike,
I think the better way to remind users is using task reminder function of Outlook. I tried using timer control to trigger an alarm form but it cannot works stablely for the reason you know. Then I have to change my mind and go back to Outlook.Thanks again for your help.
John
Dear Mike,
I think so. Now I am trying another way to remind tasks for users.
The code is below:
************************************************
#DEFINE olMailItem 0
#DEFINE olAppointmentItem 1
#DEFINE olContactItem 2
#DEFINE olTaskItem 3
#DEFINE...
experts,
I put a timer control in the main form of my app. But it does not work when my app is loading a batch of files. How can I do it ?
Thanks for your help.
John Satellite
P.S.
the Interval property set as 1000
Dear Mike,
Maybe it is a little difficult for you to catch my meaning due to my poor English.
Now I put oOutlook = CreateObject("Outlook.application") into form's Init. Then the form opens. Users can build their new appointment and new task etc. by clicking menu items. But the tasks...
Dear Mike
Outlook reminder still does not start working. Here is the code :
*** form's Init
PUBLIC oOutlook
oOutlook = CREATEOBJECT("Outlook.Application")
this.olecontrol1.addImageItem(1,'Appointment',1)
this.olecontrol1.addImageItem(1,'Task',2)
*** etc. ***
*** ActiveX Control...
Mike
The code "oOutlook = CreateObject('Outlook,application')" is put in the menu. I tried to put this code at the form's INIT, but Outlook's reminder does not start working.
John Satellite
Dear Mike,
I just want Outlook reminder to start working when I start my application. Now Outlook reminder start working after the menu selection. In other word, it does not work if the menu is not selected. Waiting for your help. Thanks.
John Satellite
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.