Hello,
I am trying to insert a graphic (*jpg) to the report via VBS-Script. I tried with following code:
Call GraphObjOpen("Metafile1")
MTAFILENAME = "C:\test.jpg"
MtaPosX =28
MtaPosY = 78.84
MtaRelPos = "r-bot."
MtaWidth = 6.86
MtaHeight =4
MtaRatioAdapt =0
MtaBackColor =""
MtaBackRGB =0
MtaEmbedded =0
Call GraphObjClose("Metafile1")
Call picupdate
I have 2 pages report. My problem is that the graphic appears on the second page not on the first page. doese anyone has an idea how to fix this problem?
thnx