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 strongm 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 Koen Piller

  1. Koen Piller

    List of Objects / Members of myPJX file

    Mike, Again one of splendid ideas! Will construct and publish here for those interested. Stay healthy, Koen
  2. Koen Piller

    List of Objects / Members of myPJX file

    Mike It seems to me I am not so handy with that wizard: I get 2 empty tables plus a cdx file. stay healthy, Koen
  3. Koen Piller

    List of Objects / Members of myPJX file

    Gerrit, Yes that's the way I would do it also, however as you say, it is a bit of work. The members are listed in the memofield but certainly not 'ready to use to make a list' Stay healthy, Koen
  4. Koen Piller

    List of Objects / Members of myPJX file

    Hi, Do we have a procedure which will list all the files in myProject, preferably grouped by: 1. DataBases Free Tables Queries 2 Documents Forms Report Labels a.s.o. like Tabpages in the PJX Stay healthy, Koen
  5. Koen Piller

    my properties and my classes

    Chriss, It seems we misunderstand each other. I do not recall I was guided to a solution which I reject, would you please be so kind as to point me to that message? Stay healthy, Koen
  6. Koen Piller

    my properties and my classes

    Chriss, I want to specify, for a Logical Property that a dropdown will open with .T. and .F. just like a native Logical Property as shown in my Image. I know this is doable with some procedure, but I do not know how to write and activate that procedure. Trust I have made myself clear this time...
  7. Koen Piller

    my properties and my classes

    Chris, sorry I was not clear. I have now installed and opened Intellisense, and selected lPropertyValueEditors. I dont know how to continue from there to achieve finaly see image enclosed. Stay healty...
  8. Koen Piller

    my properties and my classes

    Chriss, This sounds very good, unfortunately I don't know how to continue/finish after I have selected the Property lPropertyValueEditors. Any hint where I can find some more explication about this topic, using Custom Properties. Stay healthy, Koen
  9. Koen Piller

    can you create button on a form to call another executable

    Mandy, What is this? An .app or an .exe ? If it is an .app you can simply start it with do myApp.app If it is an .exe you should use the shelleexcute() approach Stay healthy, Koen
  10. Koen Piller

    Error: Cannot update cursor

    Chriss, are you sure? If you create a cursor with select myFile.* from myFile into cursor curMyfile readwrite and than change the value of one of the fields of curMyfile, the content of the equivalent field in myFile is not changed. For that you shall need to have an update(). The parameter...
  11. Koen Piller

    Txt databse of foxpro

    Hi Mario. If your file does not contain sensitive data than zip the file and upload here so we can inspect and see what can be done with it. ost probably you will have 2 files: one with extension DBF and and one with extension FPT . They belong together and cannot be used by itself, always...
  12. Koen Piller

    Error: Cannot update cursor

    Mike, I feel ashamed. Txs Stay healthy. Koen
  13. Koen Piller

    Error: Cannot update cursor

    Hi, I havve create with m.lcCursor = 'curRit' Select Permission liPermission = Permission.Id lcWhere = 'WHERE Permission.ID =' + Transform(m.liPermission) Set Textmerge On TEXT TO m.lcSQL NOSHOW TEXTMERGE PRETEXT 1+2+4+8 SELECT ; Rit.ID as Rit_ID , ; Rit.*, ; Permission.ID, ...
  14. Koen Piller

    Default PATHs not persisting.

    Mr. (or Miss) VBSExplorer - What a funny alias when you are exploring VFP - If you have a situation where you have numerous directories in your patch you can consider to make a following statement: *** here we make two different pathsettings: one for development and one for production...
  15. Koen Piller

    Third Party tools for editing FPW code

    Hi, Not clear what you are looking for. The title of this message is requesting a tool for editing FPW code. I suppose you are working with VFP for Dos. Anyway FPW code is not to be editted. What do you find cumbersome to edit forms? Stau healthy, Koen

Part and Inventory Search

Back
Top