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 wOOdy-Soft 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: TedMcCoin
  • Content: Threads
  • Order by date
  1. TedMcCoin

    How to programmatically find out the complete Position of any object ?

    this is a general Question of Programming. eg: there are 2 CommandButtons with the same name on 2 different locations of a given large form: myFormSTART.PageFrame1.page1.PageFrame1.page1.CommandButton1 myFormSTART.PageFrame1.page1.CommandButton1 THIS.NAME returns just "CommandButton1" rather...
  2. TedMcCoin

    Strange Behaviour of MouseDown in Pageframe.Page

    Has anyone discovered this situation on pageframes ? I wanted to code different behaviour on RIGHTCLICK or LEFTCLICK on a Page of a Pageframe and so I got some code under MouseDown of a given Page. Lets assume I want to do this: LEFTCLICK this.caption="Hello Page Caption Left" RightCLICK...
  3. TedMcCoin

    How to mark TEXT in textfield by Commandbutton

    Hi, I am looking for a piece of code to mark a complete texfield like CTRL-V and then Copy into clipboard like CTRL-C by means of a commandbutton. I am using VFP 6.0 Its a simple idea, but I have no clue how to establish that, any ideas are appreciated. thanks, Erik
  4. TedMcCoin

    File DateTime

    How to find out the modification date and time of any file ? What piece of code would do that ? Any idea would be very appreciated, thanks, erik

Part and Inventory Search

Back
Top