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 derfloh 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: sfetr
  • Content: Threads
  • Order by date
  1. sfetr

    using Run command with variable

    Hi, I have already made an OLE document tree, but I would like to add another interesting thing - make the program run Windows's Explorer with the directory of selected file. I tried to use "Run" command, but I guess, that I have problem with passing the variable: abcd = "c:\program files\"...
  2. sfetr

    Programatically changing value of checkbox in OO

    Hi, I am trying to create Writer document (.sxw) based on DBF by Office Automation in VFP. I have prepared function to change value of chceckbox in one of .prg files: Code: FUNCTION zmienBox(nazwa,wart) form1 = this.doc.getDrawPage().forms().getByIndex(0) nazwa=...

Part and Inventory Search

Back
Top