Oracle Forms (MOSC)

MOSC Banner

How can I increate height of the table which was created in word document with ole2

edited Jan 16, 2014 10:08AM in Oracle Forms (MOSC) 7 commentsAnswered ✓
Hi

I am trying to increate height of the table which was created in word document with ole2.

I realy need help. Please see the following code, but it is not working.

  -- Set Column Width and height
  PROCEDURE SetColWidth2( hApplication1   IN  OLE2.Obj_Type,
                          hDocuments1     IN  OLE2.Obj_Type,
                          hDocument1      IN  OLE2.Obj_Type,
                          hSelection1     IN  OLE2.Obj_Type,
                          iWidth          IN  Number,
                          iError1         OUT Number,
                          vErrorMsg1      OUT VarChar2) IS

     hApplication   OLE2.Obj_Type;
     hDocuments     OLE2.Obj_Type;
     hDocument      OLE2.Obj_Type;
     hSelection     OLE2.Obj_Type;

     V_Column       Ole2.Obj_Type;
     V_Args         OLE2.List_Type;
     iHeight        CONSTANT number(5) := 320;

  BEGIN

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center