I'd like to call a form from a form without using the menu. A sort of Drill
Down. I can do it but there are issues - i.e. save dialog displays the name
of the calling form (which does not happen when using the menu to open the
form).
def OpenLot(self,evt):
import LotsMfrm
Lotfrm =LotsMfrm.MainForm()
#Lotfrm.txtProLotID.Value =
self.aglotsBizobj.getFieldVal('clot')
Lotfrm.directLotLk(self.aglotsBizobj.getFieldVal('clot'))
Lotfrm.show()
So is this correct way I should be calling my DrillDown?
--
John Fabiani
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]