Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: EC1
  • Order by date
  1. EC1

    VFP9 Executable problem

    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
  2. EC1

    VFP9 Executable problem

    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
  3. EC1

    VFP9 Executable problem

    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...
  4. EC1

    VFP9 Executable problem

    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...
  5. EC1

    VFP9 Executable problem

    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...
  6. EC1

    Excel Question

    Thanks a lot Mike, it's like you are sitting next to me!
  7. EC1

    Excel Question

    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...
  8. EC1

    menu manager internal consistancy error

    Mike, thank you for your answer. So,there is no solution, am i in trouble? EC1
  9. EC1

    menu manager internal consistancy error

    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!
  10. EC1

    EXCEL problem

    Thanks Steve. There are no empty cells, so, the first empty cell is the last. Thanks for your suggestion.
  11. EC1

    EXCEL problem

    Sorry Mike, the number of rows are the same, the number of columns are not Thanks
  12. EC1

    EXCEL problem

    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
  13. EC1

    EXCEL problem

    Hi, how can i loop into an existing excel file? Something like scan-endscan. thank you
  14. EC1

    Grid

    Thanks for helping
  15. EC1

    Grid

    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...
  16. EC1

    Grid

    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...
  17. EC1

    EXCEL problem

    Thank you all. Problem solved.
  18. EC1

    EXCEL problem

    ROB444, File not found. Can i ask you to mail it to me? ec2810@hotmail.com Many, many thanks
  19. EC1

    EXCEL problem

    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
  20. EC1

    EXCEL problem

    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&quot...

Part and Inventory Search

Back
Top