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 Westi 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. JGAS67

    Master detail report using cursors?

    Hi, i need to do a MD report from 4 tables, but since they can be in different locations (user can pick a physical location of data) i cannot use data enviroment with tables, so i guess, i should create cursors. How can i create md report (visually, without too much coding :)) from there on...
  2. JGAS67

    Closing modeless form

    Mike, opening is done via do form MyFormName with [parameters, ...] and after returning from the form i use if type("MyFormName") = "O" and !isnull(MyFormName) RELEASE MyFormName endif According to your suggestion, there's no reference, but form remains visible (although in...
  3. JGAS67

    Closing modeless form

    I've checked for the reference to the "to be closed" form after returning from it and, yes, i still have a reference to it. I've tried the RELEASE MyFormName to get rid of the reference, but the form still remains active (hidden behind the father form, that initiated the child form). Should i do...
  4. JGAS67

    Closing modeless form

    Andy, this certainly sounds reasonable. How should i check, if this (holding a reference) is the case with my situation? If what you've said applies to my case, how can i release the reference? Sorry for asking potentially stupid question, but one learns only by asking. Regards, Andrej
  5. JGAS67

    Closing modeless form

    Hi, i'm having problems closing modeless form. I have a form A, that is modal and my subform B, that is modal too, but because i need to open further windows (C) programatically, i set it as windowtype = 0 (in order to be able to open child forms (C) from this form (B)) in its init event...

Part and Inventory Search

Back
Top