thread144-425622
Another reason for "Item does not pass validation test" error message to occur.
If your column size is bigger in database table but the corresponding column is shorter in your datawindow then this error appears. In my case the DB (ORacle) table column size was 6 characters with...
Update :
I was able to do it using CBASAG. I created simple auto generated screen, Defined my dataset as CBAS CONTROLLED DATASET and supplied password thru PW command. and used GO command from CBASAG.
I was able to insert a detail record when there is already an already existing master record.
Hi Glenn,
Thanks for the reply. Can I not insert a detail row for an existing master entry? I have a master record already, why would not I be able to insert a detail rec?
Checked out the listserv group. I will start using rightawy.
Thank for the info. It looks great.
Update:
I wrote a small program to acheive the same thing using DBPUT,
But could not get past this error? what am I doing wrong?
Here the code and error? :-(
001000$CONTROL LIST, USLINIT
001100 IDENTIFICATION DIVISION.
001200 PROGRAM-ID. INAWO.
001300...
I am trying to add a record to a cross reference table.
I have all the three keys available in the master dataset.
But I am not able to add via Query's UPDATE ADD .
SET NAME:
ACT-WO-DET,DETAIL
ITEMS:
EM-UNIT-NO, X10 <<SEARCH ITEM>>
WM-WO-NO...
Hi all,
I am trying to run a simple procedure that will do some history update based on the value stored in COL1 in the table TABLE1.
It says at on update statement There are some duplicates and could not update. I tried to do a "WHENEVER SQLERROR CONTINUE"; at the end of update statements but...
thread404-562497 related :
I am trying to create a procedure thur DBACCESS, from above mentioned thread, I know that the query-language C option chooses the file. But where I dont know where exactly shold I keep my .SQL file so that the dbaccess can find it and show it in querylanguage=> C...
Can you post what your are displaying?
Is it displaying 3 times or only once?
if you are trying to any particular entry, you should reference it with th correct index..
I second dian here, please be more specific about what you are trying to achieve..
Hi all,
I am able to send mail to my office account but when I try to send it to out side i.e my yahoo id, I am unable to receive the mail . It does not give any error message also..
Email email = new Email();
email.setContent("Test Email")...
Hi all,
I am able to send mail to my office account but when I try to send it to out side i.e my yahoo id, I am unable to receive the mail . It does not give any error message also..
Email email = new Email();
email.setContent("Test Email");
email.setReceipient(user.getUserID())...
But sadly never got into web programming very actively, except the past ten months or so. Book are there always, but you need a real motivation (or solvable problems :-P )in your current project. I was in to MPE/IX for a long time... Finding my way through the Java forest :-) (of course with...
Questions Monk,
After trying it, I don't understand few thing here.
How will 'rev' get evaluated? (1 or 0)
I am using Java objects (while Iterating I am using their methods to show the returned values, so in this case you have them in a javascript array(s) alredy!), I need to put them into...
Hello All,
I need to scroll to a particular last name in the list of last names based on the name typed in a input box. How can I do this in javscript?
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.