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...
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...
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...
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...
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)...
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
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...
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
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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.