How can i open Windows Common Dialog Boxes(OPen,Save,Print) throgh a Button Push from Form?Thanx in Advance!!!

Questions by Nitina   answers by Nitina

Showing Answers 1 - 6 of 6 Answers

manish

  • Jun 7th, 2006
 

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

  Was this answer useful?  Yes

Thanx 4 u R reply!!

I know that thing..what i want to say is.. i want to open Windows common dialog boxe for any file that user wanted..not a predifined..

I've done that before what u've said...

  Was this answer useful?  Yes

Zameer

  • Jun 25th, 2006
 

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.

  Was this answer useful?  Yes

Trbadhu

  • Jun 27th, 2006
 

Hi

  If u want to Open the Windows Common Dialogs (Open, Save, Print) windows.

  Place the Active X Control in the Layout Editor. Change Its Name as CmdDlg1.

 In the Tools Menu(I am Not Sure) OLE Importor is the Sub Menu

 Tools -> OLE Importor (Click) It will load all the System Class files, From that List Select "Common Dialog" Class.

 It will import all the Windows Common Dialog Control Procedures and Functions into ur Program Unit Section.

 In ur Pushbutton Method, Call the PackageName.showOpen() Method It will open the Open Dialog Box For u.

  Was this answer useful?  Yes

uvarajd

  • Aug 16th, 2006
 

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 !!!

  Was this answer useful?  Yes

sreenivasulu bheemisetty

  • Sep 7th, 2006
 

Hi..

 U can use the builting GET_FILE_NAME .  Here are the parameters if u want u can pass these parameters.

FUNCTION GET_FILE_NAME
  (directory_name   VARCHAR2,
   file_name        VARCHAR2,
   file_filter      VARCHAR2,
   message          VARCHAR2,
   dialog_type      NUMBER, 
   select_file      BOOLEAN); 

Hope this will help u.

Regards.,

Sreenivasulu.B

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions