Hi,
The file is set as main. You can not create an exe without.
I ran the installer as administrator.
I launch RNV1.exe as administrator, same result.
I hope i have some time left today to continue my search.
Thank you all.
ec
Hi,
project : RNV1
Main program : RNV.prg
Executable : RNV1.EXE
Starting exe file :
I got this message
System is asking for .fxp file. I copied that fxp file on that server. If i select that file the program will start.
Thanks for helping.
ec
Olaf,
there are no COM servers in my project. I made a simple project, just a main program, called RNV.prg. This application will check for the latest EXE in the current directory, and start it up.
This is a system i learned from one of the forum members.
Mike,
there must be something wrong...
Thanks for helping.
I have included a program file in my exe.
My install program will install any necessary file needed. The exe file is the only thing that is not included. After the installation i create a new directory, copy the exe and the foxtools.fll in it. I have to create some odbc...
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!
Thanks Mike,
this is very helpfull.
but the number of rows in the excel file are not allways the same. How can i know how many rows there are, without opening the file of course.
thanks
Mike,
thanks for helping. But, there is something i don't understand.
Normaly, i create a grid at design. So, i can put some code in the click event of the header. But now, when the user clicks on a button at runtime, i create the grid with the code above. But where do i put the code for the...
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...
Slighthaze,
thanks for your reply.
Can you tell me where i can found this information. Next time i want to center the text, and i don't want to take another minute of your time with my little problems.
Thanks
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"...
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.