May 29, 2001 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 I want run my reports inside an a form in web mode, but I can't it's only possible in client/server mode, how I can do it? Thanks...
I want run my reports inside an a form in web mode, but I can't it's only possible in client/server mode, how I can do it? Thanks...
Mar 18, 2002 #2 arvindsrao Programmer Joined Mar 18, 2002 Messages 1 Location IN use this code in pl/sql( say when button pressed in ur form) to invoke report(empall.rdf). it should be in REPORT60_PATH Web.Show_Document('http://myhost:/dev60cgi/rwcgi60.exe...id=scott/tiger&destype=cache&desformat=HTML', '_blank'); myhost=give your ip myserver=rep60_machinename(ex..rep60_surya) if you have parameter form then add paramform=yes in url Upvote 0 Downvote
use this code in pl/sql( say when button pressed in ur form) to invoke report(empall.rdf). it should be in REPORT60_PATH Web.Show_Document('http://myhost:/dev60cgi/rwcgi60.exe...id=scott/tiger&destype=cache&desformat=HTML', '_blank'); myhost=give your ip myserver=rep60_machinename(ex..rep60_surya) if you have parameter form then add paramform=yes in url