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 strongm 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. mprisco

    update database from actuate

    Thanks for the response. I have our code in the finish event. It works in ERD Pro and from the management console. Doesn't work from Maximo!! I'll compare your code to mine, maybe I need to change something.
  2. mprisco

    update database from actuate

    We are using actuate with maximo. I have code to update a field in the database and it works in ERD pro. When I publish the report the update no longer works. I've tried putting the code in various methods but it just doesn't seem to work from Maximo. Anyone have any ideas? Thanks!
  3. mprisco

    Using a Variable in Expression Builder

    I'm looking for an answer to the same thing! Anyone know how to do this?? I'm trying to use a conditional report section and want to use a parameter in the ifexp and it won't recognize the parameter. help, please!
  4. mprisco

    Maximo print method

    I'm using Actuate with Maximo and want to update the database after a report is printed. Does anyone know what method is called when Maximo prints a report? Thanks
  5. mprisco

    SafeDivide

    I think your syntax is wrong. iif should be IIF(<expresstion to evaluate>,<then expression>,<else expression>) and safedivide takes safedivide(<numerator>,<denominator>,<if denom 0 return expression>). So you have SafeDivide(IIF (Year([HEADER_RR.ORIGONPLANDT])>=...
  6. mprisco

    Global variable being reset

    Thanks, I think I found another solution but this might help as well. What I did was to set the dynamictextcontrol, that I was assigning the variable to, to valuetype summarycontrol. I was trying to figure out how any kind of count info could work if this control was indeed instantiated before...
  7. mprisco

    Global variable being reset

    I'm having the same problem but I'm trying to put a row count for a subreport at the end of the report. count() won't do it - it diplays the row count for the outer report, not the subreport. Any ideas? Thanks!
  8. mprisco

    error 12084

    I have a 4 page report. When I run it via mgmt console its fine, even running via the request page. When I run Maximo and get to the request page that way I get only the first page of the report and an error 12084 is in the errorlog (something about image stream - text doesn't seem very...
  9. mprisco

    invalid breakpoint and file open

    I have two more questions. I put some breakpoints in and am trying to debug but I keep getting "invalid breakpoint". What the heck does that mean? Also, when I first try to open my rod file, I get a message telling me that it can't be opened. The second time I try, it works. This happens...
  10. mprisco

    pound sign - what is it?

    I noticed in the basic that is generated from the rod file many instances of things like "#Locate" or "#Pop". Are these compiler directives? I can't find any info on them. Thanks!
  11. mprisco

    Need help with queries

    Thanks for both of your responses. The subreport is what I was thinking of trying. Since the problem is only the Maximo supplied where clause and not the one that I create (I beleive the setting in the query editor would only affect queries created in Actuate, not those modified in...
  12. mprisco

    Need help with queries

    Thanks - I understand why the ambiguity exists - Maximo constructs the sql with a single table so the where clause that is transferred to Actuate becomes ambiguous when tacked onto a sql statement with multiple tables. The problem is how to fix it. Maximo tells us to parse the statement and...
  13. mprisco

    Need help with queries

    We are using actuate 7 with Maximo 5.2. Our maximo application has been heavily customized. Maximo supplies an actuate component with code for the obtainselectstatement method of the datastream. When a report is run from maximo (Oracle db), the method appends the where clause that comes in...

Part and Inventory Search

Back
Top