Home » Developer & Programmer » Forms » DDE.APP_BEGIN (FUSION MIDDLEWARE , WIN XP, OFFICE 2007)
DDE.APP_BEGIN [message #450402] Wed, 07 April 2010 00:41 Go to next message
jihad
Messages: 4
Registered: May 2009
Junior Member
Dear ALL,

i m using oracle fusion middleware ,webutil , win xp and office 2007.

an error occured on this command in the exception , its like canot open the file, or extension problems...
ConvID1 := DDE.App_Begin(GLOBAL_VAR.EXCEL || vFileName ,DDE.App_Mode_MAXIMIZED);

while trying to load oracle data into excel 2007 file created in this procedure
Function F_Create_File ( p_FileName In Varchar2 ) Return Number Is
v_TxtFileID Text_Io.File_Type;
Begin
-- message('1');message('1');
v_TxtFileID := Text_Io.FOpen(p_FileName,'w' );
If Text_IO.Is_Open(v_TxtFileID) Then Text_IO.FClose(v_TxtFileID); End If;
Return (1);
EXCEPTION WHEN OTHERS THEN
Return (-1);
End F_Create_File;

can u help me please by sending me mail on jihad.ag@hotmail.com , so i can give you more details.

thank you .
Re: DDE.APP_BEGIN [message #451335 is a reply to message #450402] Wed, 14 April 2010 01:40 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Please use 'code' tags when posting code.

What code is failing? Does the 'F_Create_File' function fail?

David
Previous Topic: URGENTTT!!! Run Form Problem in Oracle10g
Next Topic: help (merged by CM)
Goto Forum:
  


Current Time: Fri Sep 20 10:38:23 CDT 2024