GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  D2K
Go To First  |  Previous Question  |  Next Question 
 D2K  |  Question 23 of 71    Print  
How can i open Windows Common Dialog Boxes(OPen,Save,Print) throgh a Button Push from Form?

Thanx in Advance!!!

  
Total Answers and Comments: 6 Last Update: September 07, 2006     Asked by: Nitina 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 07, 2006 04:36:27   #1  
manish        

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
 
Is this answer useful? Yes | No
June 07, 2006 08:12:46   #2  
Nitina Member Since: April 2006   Contribution: 6    

RE: How can i open Windows Common Dialog Boxes(OPen,Sa...

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


 
Is this answer useful? Yes | No
June 25, 2006 01:55:17   #3  
Zameer        

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.
 
Is this answer useful? Yes | No
June 27, 2006 05:25:04   #4  
Trbadhu        

RE: How can i open Windows Common Dialog Boxes(OPen,Sa...

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.


 
Is this answer useful? Yes | No
August 16, 2006 13:15:31   #5  
uvarajd Member Since: August 2006   Contribution: 1    

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


 
Is this answer useful? Yes | No
September 07, 2006 04:33:03   #6  
sreenivasulu bheemisetty        

RE: How can i open Windows Common Dialog Boxes(OPen,Sa...

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


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape