PDF form tips

kevinhaerbin發表於2009-12-22

1. import logo which you could find via SE78:

import the logo into MIME Repository (Program RSXFT_MIGRATE_BDS_GRAPHICS).

how to find MIME type: sap->BC->fp->graphics->PUBLIC->GRAPHICS

Create GRAPHICS in SFP CONTEXT -> graphics content -> specify name(xstring) and MIME type (string)

that should store in variable.

Drag the graphics in LAYOUT

2. Not display the caption of a text field when the value is initial

Javascript :

if ( this.rawValue == null ){
this.presence = "hidden";
}
which in initialization.

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/11011430/viewspace-1029886/,如需轉載,請註明出處,否則將追究法律責任。