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!

Recent content by flowersr

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

Part and Inventory Search

Back
Top