HiHow can we open *.ppt and *.doc files through forms?

Showing Answers 1 - 5 of 5 Answers

Dinesh

  • Nov 19th, 2005
 

Using Javascript or VBScript you can open ppt or doc

  Was this answer useful?  Yes

O.Ravi Kumar

  • Nov 24th, 2005
 

by using OLE control u can open *ppt and *doc files

ranjan sinha

  • Nov 25th, 2005
 

how can we take backup of one or two table's database

  Was this answer useful?  Yes

Shriram

  • Dec 8th, 2005
 

You have to user DDE.App_begin.DDE.APP_end,DDE.Initiate,dde.Close.  If u have to write then u have to use dde.poke

  Was this answer useful?  Yes

Vishal Rana

  • Feb 3rd, 2006
 

 FILENAME := GET_FILE_NAME(File_Filter=> 'PDF Files (*.PDF)|*.PDF|'); 

SHOW_FILE:= '"'||FILENAME||'"';
 HOST(SHOW_FILE);  

Contact me at 09880603773

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