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 Chris Miller 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. timdobie

    Launching Metro Apps from Foxpro

    Hi I'm wondering if anyone knows a way of launching a "Metro"/Windows 8 UI style app from foxpro. I have had some success using the Shellexecute() from the Win32API. By calling for a specific file I can launch a "Metro"/Windows 8 UI style app as long as it is the 'default' program for that file...
  2. timdobie

    Foxpro Tablet dropdown issue

    clarification of some misinformation in my initial post: If I initialize the combo with a particular value that value remains unchanged when you select a new value from the dropdown. In my original post I mistakenly said that the initial value was blanked out. this is not in fact the case. The...
  3. timdobie

    Foxpro Tablet dropdown issue

    Hi, just wondering if anyone else has encountered this issue and has a solution. On 2 different tablets a Lenovo and a Toshiba (both 8inch) (both running Windows8) my application will not register a selection from a dropdown box. That is to say that the dropdown initializes OK and you can use...
  4. timdobie

    CLICK EVENT not executing from WAIT

    thanks so much for your feedback guys. I agree the way this code hangs together is counter intuitive and wrong in so many ways. I am setting about changing that for the better. When I inherited the project it was ALL coded at the UI level with O class implementation or external functionality...
  5. timdobie

    CLICK EVENT not executing from WAIT

    Hi I have an issue with trying to pause execution and restart it again based on a specific button press. Here's what's happening. Part of my code triggers a container to show. The container slides onto the screen using a timer. [slide('up')] The container holds 2 command buttons. 'Accept' and...

Part and Inventory Search

Back
Top