×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

BASEURL doesn't work as expected

BASEURL doesn't work as expected

BASEURL doesn't work as expected

(OP)
hi all,

i'm trying to watch a report-generated graph on another server than the WebFocus-Server. For this purpose, i found out, that SET BASEURL=url should be used, but unfortunately it doesn't work. It seems to have no effect on the generated HTML. I would have expected, that <BASE HREF="url"> appears.
Does anybody have an idea or has anybody successfully used SET BASEURL?
I would be glad to hear your experiences.

thanks a lot, andy

RE: BASEURL doesn't work as expected

Syntax: How to Specify a Base URL
SET BASEURL=url where:

url

Is the fully-qualified directory in which additional HTML files, graphics files, and Java applet CLASS files reside. The URL must begin with http:// and end with a closing delimiter (/).

Example: Specifying a Base URL
The following illustrates how to specify a base URL:

SET BASEURL=http://www.informationbuilders.com/ibi_html/newcentcorp/   images/If you are including a graphic image in your report that is stored in the specified base URL, you can add the following declaration to your StyleSheet instead of typing the entire URL:

TYPE=HEADING, IMAGE=leftlogo.gif, ..., $Note: If the URL is at a remote website, it may take longer to retrieve. Whenever possible, store graphic image files on your WebFOCUS system.

RE: BASEURL doesn't work as expected

(OP)
hi mmiles,

thanks for replying.
before i opened my thread, i already tried it this way (SET BASEURL=http://myserver/directory/), but as i described, nothing seems to happen.
here is an example of my full code, perhaps anybody sees a command, that collides with SET BASEURL:
SET LOOKGRAPH=BAR                                          
SET GRAPHEDIT=OFF                                          
SET GRID=ON                                                
SET BARNUM=OFF                                             
SET 3D=ON                                      
SET BASEURL=http://myserver/ibi_html/javaassist/
GRAPH FILE CAR                                              
SUM SALES                                                      
ACROSS MODEL                                              
ON GRAPH SET GRAPHSTYLE *                                   
setLegendMarkerPosition(0);                               
setConnectLineMarkers(true);                                
setO1LabelDisplay(true);                               
setO1AxisSide(0);                                          
setO1MajorGridDisplay(false);                              
setO1MinorGridDisplay(false);  
setSeriesType(0,1);                                    
setY1LabelDisplay(true);                                   
setY1AxisSide(0);                                    
setY1MajorGridDisplay(false);                               
setY1MinorGridDisplay(false);                        
setPieFeelerTextDisplay(1);               
setTextFormatPreset(getPieSliceLabel(),1);         
setPieLabelDisplay(0);                                     
setLegendDisplay(true);
ENDSTYLE
END

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close