Hello,
I want to install an executable on a server. Server : Windows 2007 32 bit.
I use my install procedure i made several years ago, just to install all the necessary Foxpro dll's, ... .
When i start up my exe the system is asking for an .fxp program.
Is there something that i forgot...
How can i change the rowheight off all cells?
(VFP7 SP1)
ExcelObject = CREATEOBJECT'Excel.Application')
*
WITH oExcelObject
.Application.Workbooks.Add
.APPLICATION.DisplayAlerts = 0
.Worksheets(3).DELETE
.Worksheets(2).DELETE
.APPLICATION.DisplayAlerts = 1...
hello,
i am using VFP7.0 SP1.
Sometimes, when the user is working with the application, the user gets the above message. I can not reproduce the error. I already rebuild the executable, regenerate the menu. Is there any help?
Thanks!
Hi all,
i am creating a grid on a form. If the user clicks on the header of a column, i want to execute a procedure. What do i have to do? See syntax below.
thanks
With Thisform
.AddObject("gridz","grid")
ENDWITH
*
With Thisform.gridz
.enabled = .t.
.visible = .t...
hi,
i want to create one excel file (2000) within FOXPRO 7
oExcelObject = CREATEOBJECT('Excel.Application')
.
.
.
WITH oExcelSheet.Range("A1")
.value='THIS IS A TEST'
.interior.Color=RGB(192,192,192)
.Font.Name = "Courier New"...
Hi,
this is the code i use to send mail from VFP.
Can i add attachment to the mail?
Thanks
cSubject = "Mail using VFP"
cAddress = "name@site.be"
cBody = "Eddy : this is a mail from foxpro"
DO doMail WITH cSubject,cAddress,cBody...
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.