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 SkipVought 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: *

  1. JohnDoeVFP

    How to scan all objects and their properties and have them be displayed in an Edit Box

    Thank you everyone! The solution I came up with is: DECLARE ObjectArray[3] objectarray[1] = thisform.edit1 objectarray[2] = thisform.command1 objectarray[3] = thisform.command2 lcStr = "" lbrk = CHR(13) + CHR(10) lcStr = lcStr + "Anzahl Objekte: "+ALLTRIM(STR(ALEN(ObjectArray)))+ lbrk...
  2. JohnDoeVFP

    How to scan all objects and their properties and have them be displayed in an Edit Box

    Thank you for all of your advice. I've almost completed my little project at this point. The only thing I still seem to struggle with is the counting of the amount of objects aswell as getting the actual values of the properties I'm displaying. Edit: I'm sorry for asking such stupid questions...
  3. JohnDoeVFP

    How to scan all objects and their properties and have them be displayed in an Edit Box

    I should have posted this right away but I need the output( that will be visible in the edit box) to look exactly like the file I included. The fact that it is partially in german is irrelevant though. There is supposed to be a certain function that will make it so but I've been utterly unable...
  4. JohnDoeVFP

    How to scan all objects and their properties and have them be displayed in an Edit Box

    Hello everyone :) After having spent approximately 4 hours searching the web for usable information, I've decided to ask for help. I've been trying to scan all objects and all of their properties within a form and have them be printed into an edit box. Some people seem to recommand using...

Part and Inventory Search

Back
Top