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 Wanet Telecoms Ltd 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: *

  • Users: flowersr
  • Content: Threads
  • Order by date
  1. flowersr

    call from command line syntax

    Hi, I want use a BAT file to start an automated session that has a macro in it so I created a bat file with one only line as: Extra.exe /h "1.1.1.1" /s "C:\Documents and Settings\All Users\Documents\Attachmate\EXTRA!\sessions" /m "C:\Documents and Settings\All...
  2. flowersr

    Automating the start/end of an Attachmate session

    Hi, I was given a session file that when I doubleclick it initiates a session to the mainframe which runs a macro to perform the 1st of 2 signons then stops at the 2nd signon screen. I since added code to the macro to do what I want. Here's what I want to be able to do... 1) initiate the...
  3. flowersr

    Macro to call another macro

    Hi, Has anyone ever called a macro from another macro? I want to call the 'captur32' macro from another larger macro? The only thing I have found is that the documentation of macro 'captur32' says that is can be called from the command line as: ebrun.exe captur32.ebm I also tried to...
  4. flowersr

    Trying to spot array error

    Hi, I am new at this Attachmate stuff and was hoping someone can tell me why I am getting an error on my IF statement? I am guessing it is in my declaration somewhere. Thanks, Rich --------- code ----------- global CWF_scr(3) declare function chkpos_screen() as integer CWF_scr(1)...
  5. flowersr

    Defing a global static array

    Hi, I am trying to convert some "C"-like source code below to Extra! Can someone show me how to write it in Extra! ? static CWF_scr[] = (01, 25, "CWF PART A") Thanks, Rich
  6. flowersr

    Set bar chart column color based on field value

    Hi, I have 2 charts in the same COGNOS 8 report, one for current fiscal year and one for previous fiscal year data. However, because some items didn't exist in the previous fiscal year the colors vary between the 2 for the same item. It seems to me that COGNOS sorts the values and assigns them...
  7. flowersr

    BarChart-show bars for months where no data exists in a year chart

    Hi, I have a stacked bar chart that covers a fiscal year by months. I have no data for a few months but would like to see the month on the chart anyways? Is there a property that I can switch on to do this? Or, does anyopne have a workaround? Thanks, Rich
  8. flowersr

    Dynamically defaulting a date prompt for a Oracle stored procedure

    Hi, I am trying to default a date prompt to the previous week's Sunday date for a COGNOS 8 Report Studio report that is automatically scheduled to run each Monday. It must also have the capability to use a user selected date from the date prompt when it is run on demand/interactively. The...
  9. flowersr

    Oracle Strore procedures and Framework

    Hi, In the past I have created stored procedures in MS SQL and made them available to Report Studio by defining them as Query Subjects in Framework. But, now I have to do this with an Oracle database. I have read something about Oracle packages and was wondering if I need them to access an...
  10. flowersr

    Getting multiple conditional report lines from one record read

    Hi, I am converting my 3rd Crystal report(CR) to COGNOS 8 using Report Studio. The CR report could list up to 30 errors per record read, one line per error. If the record did not have a specific error then that line would be hidden. Here's what I done so far... 1. added a conditional block...
  11. flowersr

    passing parameters between stored procs and Report Studio

    Hi, I have "imported" a stored procedure into Framework Manager that has 4 arguments, 2 which are dates (a range) plus 2 that are of character type. I can see them when I right click on the query subject and select "Edit Definition". Next, I created a report in Report Studio (Cognos 8)...
  12. flowersr

    Scheduling reports to run on 5th working day--How

    Hi, We would like our month-end reports to automatically run on the 5th working day of each month. I figure I could create a table with only one column, containing the dates to run the report(s). I'd modify the table contents ahead of the specific dates to run. Then, hopefully use this table...
  13. flowersr

    Find folder name where a MDB that's running is located`

    Hi, Is there a way to find out thru VB code what the folder is that a MDB that is currently running is in? I am trying to access another MDB is the same folder and need to know the path. Thanks, Rich
  14. flowersr

    Stored proc in a subreport in CR8.5 with parameter issue

    Hi, I have a report that has a patient number as the main report's only parameter. Two 2 of the 5 subreports within it each have a stored procedure with the patient number as the stored procedure's only parameter. When I call the main report it wants me to type the patient number into 3...
  15. flowersr

    Calculating time a Crystal 7 report takes to run

    Hi, I have been unable to 'time' how long it takes a Crystal report to run. Hoping someone can tell me why this does not work or have a better idea. First, I created a hidden formula in the Report Header called Time_Init which contains: BeforeReadingRecords; dateTimeVar dtStart := DateTime...

Part and Inventory Search

Back
Top