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 IamaSherpa 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. ka Lok

    MVC and Visual Foxpro

    I used someone's code and add a MODEL on it, I just practice MVC concept and do not know whether mine is right.
  2. ka Lok

    MVC and Visual Foxpro

    Is the MVC code correct?
  3. ka Lok

    MVC and Visual Foxpro

    thread184-1777610 I hope mine is correct. *********************************** * mvc sample *********************************** oView = createobject('myform') with oView .addobject('controller1','myController1') .addobject('controller2','myController2') with .controller1...

Part and Inventory Search

Back
Top