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 Mike Lewis 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. flowersr

    call from command line syntax

    WinblowsMe, Thanks. I will give it a try. Rich
  2. flowersr

    call from command line syntax

    Hi, Has no one had any experience in calling an Attachmate session from the command line? Rich
  3. 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...
  4. 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...
  5. flowersr

    Macro to call another macro

    Thanks Brumo I will try that out.
  6. 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...
  7. flowersr

    Trying to spot array error

    SkipVought, I will give that a try. Thank-you, Rich
  8. flowersr

    Trying to spot array error

    Hi, I am looking for text starting at row/column position. I have very many to check as I proceed thru about 10 screens. CWF_scr(1) is the row where to look CWF_scr(2) is the column where to look CWF_scr(3) is the text to look for The function chkpos_screen is supposed to return the integer...
  9. 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)...
  10. 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
  11. 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...
  12. flowersr

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

    I should mention it is COGNOZ 8
  13. 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
  14. flowersr

    Prompt Validation in Report Studtio

    Hi, As far as the 1st question goes, one way is to insert a HTML item on your prompt page using some (or all) of the following code. This code in addition for checking date sequence also provide default values for the 2 dates. <script> var cntlName; function right(str, n){ if (n <= 0)...
  15. 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...
  16. 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...
  17. flowersr

    Is Tabular SQL supported by COGNOS

    Hi, Although I am new to the scene, we have a similiar situation. Not all our medical databases are within in COGNOS. We have many hospitals with their own SQL server & Oracle datbases tied to various applications. As a result, we have created stored procedures in those databases then we...
  18. 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...
  19. flowersr

    passing parameters between stored procs and Report Studio

    MF, Never mind the last question. I got it working. Thanks again for all your help. -Rich
  20. flowersr

    passing parameters between stored procs and Report Studio

    MF, OK, that makes sense. Last question, I hope... How do I create a prompt that basically shows all values in a reference table, like, say an office table that contains a code & description? I have already defiend the office table in Framework. By the way, the reason I am using stored...

Part and Inventory Search

Back
Top