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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mkendi

  1. mkendi

    how to move class libs?

    Since years I am using saveas.app. Start it with program -> do Then enter the class you want move into antother place. There you will find antother menu-item on the right: SaveAss Here you can select the new place of your class. This program is freeware, but I have no idea who is the owner. I...
  2. mkendi

    Different ReadOnly in Grids?

    Or say it other words: THIS.column1.ReadOnly = TRUE ==> YES, indeed readonly THIS.column1.Text1.ReadOnly = TRUE ==> NO, column is not readonly
  3. mkendi

    Different ReadOnly in Grids?

    Not the same behavior: THIS.column1.ReadOnly = TRUE THIS.column1.Text1.ReadOnly = TRUE
  4. mkendi

    Different ReadOnly in Grids?

    This code (InitEvent of the Grid) ends with a ReadOnly Column: THIS.Column1.Header1.CAPTION = "" THIS.Column1.WIDTH = 40 THIS.Column1.CONTROLSOURCE = "TableXYZ.abc" THIS.column1.ReadOnly = TRUE This code doesn't end with a ReadOnly Column: THIS.Column1.Header1.CAPTION = ""...
  5. mkendi

    Grid does not keep INPUTMASK

    Bingo!! Thanks a lot!
  6. mkendi

    Grid does not keep INPUTMASK

    sorry, there was a copy/paste mistake .Column2.CURRENTCONTROL = "betrag" betrag <-- pay no attention .Column2.RemoveObject("text1")
  7. mkendi

    Grid does not keep INPUTMASK

    Into the 2th column I add a new object, wich allows me to enter numbers like a calculator (class txtnumber). Everthing works perfect. But there is a fly in the soupe: Before I enter this column, the number is displayed 'flat' like "12345.67", but as soon I enter this column, the display of the...
  8. mkendi

    Build Win32 executable

    I checked it, strange: I build a simple form and included the header file with Forms / Include File .. . The recompile all files option has no affect. All changes in the header file were always dedected correctly. Then I put a simple function in a prg-file, where I show the program version in...
  9. mkendi

    Build Win32 executable

    Only one strange thing: the checkbox of main.prg is dark. see: http://www.info-met.com.tr/downloads/proj.jpg (95kB)
  10. mkendi

    Build Win32 executable

    My header file is included.
  11. mkendi

    Build Win32 executable

    Hi Mike The opposite of your statement would be: "if you select this option, VFP will recompile all files" But this is not correct (see above).
  12. mkendi

    Build Win32 executable

    Thanks! With compile progs\*.prg the changed values in the header file are correctly taken over from all source-files. But in this case I have to ask: "What is the meaning of compile all files option in the build process?"
  13. mkendi

    Build Win32 executable

    In all my program files (*.prg) I include in the first line a header file e.g. #include "mkb.h" In this header file I DEFINE program-version, database-version etc. etc. This definitions are important for the course of the program. If e.g. the field db_version in the table default.dbf is older...
  14. mkendi

    Validating the existence of a file on the web

    Since 3 months I am using bbDownLoadURL.fll (freeware) of Mr. Bela Bodecs in a commercial product (more than 300 users) without any problem. http://www.bbcontrols.com/fll.shtml#bbDownLoadURL
  15. mkendi

    DatabaseBackup With MoleZip

    Mike, this means, that someone must give me stars for my (intelligent ?) requests and questions. :)))

Part and Inventory Search

Back
Top