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
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
experts,
Which is the best way to make a simple task reminder in VFP ?
I've tried it by using timer control and calling Outlook, but all are not satisfied. Please help me.
John Satellite
experts,
I can open outlook as an object with "createobject('Outlook.application')" under Office XP and heigher version but failed under Office 2000 environment. Does Office 2000 cannot be opened with an object in VFP ?
Thanks for your answers.
John Satellite
Experts,
I called some applications of MS Office such as Outlook,Excel and Word in my application and it running smoothly in MS Office 2000 and XP environment but failed in Office 97 environment.So I have to detect the verion of MS Office installed in the computer before the user clicking the...
experts,
I want to input a URL address like 120.9.12.0 or 120.99.1.130 in a text box.How can I do it ? I tried it by set the InputMask and Format property but failed. How can I do it(Not by mouse but by Tab key or cursor key) ? Thanks.
John Satellite
experts,
I set the "controlbox" property to .F. but I want to keep the MinButton and close button on the right-up corner of the form. How can I do it ? Thank you for your help.
John Satellite
experts,
I define a form from a prg file but it always cannot got focus when I click a button in another form to call it.
*****************
Public oform1
oform1=createobject("form1")
oform1.Show
Return
******************************************************
Define Class form1 As Form...
experts,
***** in form's INI method
public olword
olword = createobject("word.application")
*******************
***** in unload method
thisform.removeobject("olword")
Error message "unkown member olword"
**********************
help me please.
John Satellite
Dear Mike,
I found the code and put the code to my form like below:
#DEFINE olFolderCalendar 9
LOCAL oOutlook,oNameSpace,oDefaultFolder
oOutlook = CREATEOBJECT("outlook.application")
oNameSpace = oOutlook.getnamespace("MAPI")...
Hi,experts,
I put a microsoft monthview control on a form but I cannot change the Enabled property programmely. It seems only be done in the control properties set. Please help me.
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.