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. GreatDreamer

    Creating DYNAMIC TEXT IN FRAME

    I have a dynamic text control that is instantiated in frame method. How do I set the variable value to the dynamic text as a content. nameOfVariable is double mydynamictxt.SetTaggedText(nameOfVariable). I have tried this, but get compilation errors.
  2. GreatDreamer

    Syabase 12.5.2, Actuate 8

    I am having problem with Sybase 12.5.2, Actuate 8 connection. I tested the sybase odbc driver throght windows ODBC driver service. Connection is working fine. I was able to connect to it. But when I try to connect to Sybase through Actuate ODBC connection componet, I am getting the following...
  3. GreatDreamer

    Dynamically Creating Security Roles

    Can you be more specific about what API your are refering to. Are you refering to Actuate API or SOAP API? Also manual you are refering to, I am not sure which manual, actuate manual?
  4. GreatDreamer

    Creating Bursting Reports

    Does anyone know how to implement bursting reports in actuate?
  5. GreatDreamer

    Dynamically Creating Security Roles

    Does anyone know how to Dynamically Create Security Roles in Actuate?
  6. GreatDreamer

    Single SQL for Multiple Squential Reports

    I have 3 sequential reports. All three are using the 3 separate sql that are the same. I would like to have 1 sql and have 3 separate reports use the 1 sql. Does anyone know what is the best approach is. Be detail as possible. Thanks
  7. GreatDreamer

    Val Exp Comparing Month and Year Part Only

    I have added the following in Value Exp for one of the controls: (Sum( [M_R_CAP_TDY] ) Where ([M_BASE_M] <[M_MAT_DT]))/1000 What I would like to do is just compare the MONTH and YEAR part only. I.E: (Sum( [M_R_CAP_TDY] ) Where (Month[M_BASE_M] < Month[M_MAT_DT] and Year[M_BASE_M] <=...
  8. GreatDreamer

    DataStream Fetch() Method

    I am doing grouping on Currency Type. eg. USD, GBP, EUR. I have created a variable "Total" ïn Data-Row that keeps total of previous "Currency Amt" values from previous dates and I would like do the following: When the grouping changes (from USD, to GBP) I would like to reset and initialize the...
  9. GreatDreamer

    Obtaining Just Month and Year From Date Variable

    I have a data row variable "Date" and would like to get only month and year, not the Day. Is there a function that does it.
  10. GreatDreamer

    Parameter in SQL Values Bound ERROR

    I have created a parameter called g_dt_EOD_DATE of type DATE. I use this parameter in the SQL as follows: select M_END_TIME as EOD_TIME, M_END_DATE as EOD_DATE from PCG_AUD_DBF where M_DATE=:g_dt_EOD_DATE When I compile and run the report, I get the following error and not sure how to fix...
  11. GreatDreamer

    Error Conditional Page Break On Grouping

    I am calling EjectPage() from Group section when the gsTradeStatusVal = "Trade Insert", but I am getting an error as follows: NewReportApp::gsTradeStatus%PageBreakAfter(9): Invalid procedure reference. - (EjectPage) 1 Semantic Error(s) found Does anyone know what might be the cause. Thank...
  12. GreatDreamer

    Rounding Currency to Nearest Thousdand

    Does anyone know how to round currency figures coming from the database to nearest thousands? Thank you all for your HELP.
  13. GreatDreamer

    Creating New Excel Sheet

    Does anyone know if you can create new excel sheet using Actuate Report Designer? Thank you and your help is greatly appreciated.
  14. GreatDreamer

    Conditional Page Breaking:

    Conditional Page Breaking: There is a column in the database (Portfolio), that contains records that have the following values for this column: Possible values are (Insert, Modify, and Cancel). I just want to have a conditional page break after Insert and No Page break between Modify or...
  15. GreatDreamer

    Populating the Report Sideways:

    Populating the Report Sideways: I have a report that uses a Date field from the database. Report has to layout in following manner. Date: Day1 Day2 Day3 … Day30 Assets 23 25 45 … 50 Liabilities 12 22 34 … 32 Problem is, I need to display 30 dates from the...

Part and Inventory Search

Back
Top