You need a header and a detail table. The header contains all the data shared by all categories with a detail code ID. The detail table lists the data for each category that is unique.
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing...
You could do
DSPUSRPRF USRPRF(*ALL) TYPE(*ALL) OUTPUT(*OUTFILE) OUTFILE(MYLIBRARY/MYFILE)
and then interrogate the file with query.
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing all those who opposed them.
Hi
Try this
If trim(Session("Cal_UserID")) = trim(Request.QueryString("schoolid")) then...
It could be that one of the values as leading or trailing blanks.
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing all those who opposed them.
Hi
My point (not well made) was that the " in front of homevalue is being paired with the " after content= thus ending the setting of metatag content. Although now I really think about it (i.e not after a 3 hour meeting) I'm probably typing cr@p.
--------------------------------
Rome did not...
My guess is the two "'s surrounding homevalue. Try replacing with "".
<meta name="Tilte" content="<%Response.Write(Session(""homeValue""))%>">
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing all those who opposed them.
Hi
The blink only works if you also set the colour to red.
If you don't set the colour to anything and set on blink then it turns the field red with no blink.
Setting the colour to anything but red and setting on blink causes the field to be the selected colour with no blink.
Setting colour...
Try lookin at the following
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q306518#XSLTH4120121123120121120120
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q306269
Might push you in the right direction
--------------------------------
Rome did not create a great empire by...
This is what I'd do assuming that no parameters are passed to your CL program ....
On a command line enter STRSEU and press F4
source file - usually QCMDSRC
library - your library (OPERATIONS)
source member - the name of the command (MSGBRKS)
source type - CMD
option - leave *BLANK
text...
No problem. My view is the problem exists because i-Series nav uses loads of java archive files (.jar) and my antivirus struggles to check them out.
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing all those who opposed them.
The only way I know to call a CL program without the CALL is to create a command that calls the CL program and then call the command, which you can do by just typing the name.
Hope this helps.
--------------------------------
Rome did not create a great empire by having meetings, they did it...
Are you running any anti virus software?
We use McAffe virusscan and the on demand scanning function gave me a similar problem so i told it to ignore the folder where i-Series navigator lived.
Hope this helps.
--------------------------------
Rome did not create a great empire by having...
Think I've got it. Before sending do
Mail.Fields("urn:schemas:httpmail:importance").Value = 2
Mail.Fields.Update
This will update the fields collection with the new value.
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing all those...
When using CDONTS to send mail the priority codes are
0=Low
1=Normal
2=High
So you could try
Mail.Fields("urn:schemas:httpmail:importance").Value = 2
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing all those who opposed them.
Personally I wasn't assuming, just used it as an example.
replace(string,"""","anchovie")
[peace]
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing all those who opposed them.
To replace " with '
replace(string,"""","'")
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing all those who opposed them.
Had same problem using V5R3 with win2k.
Downloaded and installed latest service pack from
ftp://ftp.software.ibm.com/as400/products/clientaccess/win32/v5r3m0/servicepack/si18651/
Now ok.
--------------------------------
Rome did not create a great empire by having meetings, they did it by...
My guess is that the onChange event is only fired when "Qty" looses focus. Clicking the submit button changes focus on the form but pressing the enter key does not.
A way round this might be
1) Change the type="submit" to type="button"
2) Give your form a name ie name=QuantityForm
3) Add to...
Sorry, been a long day
In the calcNewTotal() function replace
Total = Total + Amount
with
Total = Amount;
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing all those who opposed them.
Total = Amount;
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing all those who opposed them.
On the form on page1 you've named the hidden field "total" but not given it an ID. Unless it's a typo that's probably your problem.
--------------------------------
Rome did not create a great empire by having meetings, they did it by killing all those who opposed them.
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.