RE: How can i open Windows Common Dialog Boxes(OPen,Sa...
first we go menu modulecreate open ,save, newthen in open we have called a form like (call_form("c:\my document\man.fmx")then in save- we have go to trigger and write trigger save _form;then in new- we have write the code new_form;after this proceesing the windows common dilogboxes are open
RE: How can i open Windows Common Dialog Boxes(OPen,Sa...
Using the Win_Api_Dialog package in D2kUtil library you can avail all the functions (open,save) u need. For sample code you may refer to the Form Builder Help.
RE: How can i open Windows Common Dialog Boxes(OPen,Sa...
I don't see the "Common Dialog" class at all from the OLE importer. Could you please clarify how to do the same. I really need the answer very soon. Thanks in advance !!!