Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Glennski

    User Name capture

    Well I did do it but in a long drawn out fashion. Cos I needed the name at execution time GetUser was no good. Instead I ended up using Java to carry out a SOAP call to the server to get the users roles. This works fine if a little slow. Thanks for you help Glenn
  2. Glennski

    How to Call a Report from an Indipendent JSP page

    Actuate support gave me this sample of an HTML Doc which executes JSP and executes a report. <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME=&quot;Generator&quot; CONTENT=&quot;EditPlus&quot;> <META...
  3. Glennski

    User Name capture

    Muthu,thanks a lot that function did exactly what I asked for. Unfortunately I asked for the wrong thing. What I actually need is access the the roles associated with the logged on user to use in my SQL. This has proved difficult. I have tried to use GetUserACL but have had no success as...
  4. Glennski

    User Name capture

    I wish to capture the User Name (login ID for Active portal) and use it for filtering in a report. Any idea anyone? Cheers Glenn
  5. Glennski

    Formatting sstxt value

    Just a thought. you could overide the GetText method. Function GetText( ) As String GetText = Super::GetText( ) ' Insert your code here Gettext=format(Gettext,&quot;00.00&quot;) End Function Glenn
  6. Glennski

    Interaction between JSP and Actuate

    We are currently looking at setting up a sizable acuate report. We would like to have parameters selected on a JSP page rather than the BSC. This however raises a couple of issues. 1) Can we pass session variables into Actuate? Basically if we had a JSP page and we wanted to pass secure info to...

Part and Inventory Search

Back
Top