cancel
Showing results for 
Search instead for 
Did you mean: 

Enter valid code error code 173-36..........

Former Member
0 Kudos

HI......see the image

A small program a small screen painter i have developed..

four filed it has card code ,card name, item code, item name

cardcode= code

cardname= name

item code= u_one

item name=u_ two

i have create a table and created two user fields and object is created

add on is comming while i am run the program at the time of assign the values

and press enter

error is comming  like.......

enter valid code  and messge code is 173-36

and

card code is disappear on the field ..

may i know how to solve.. this one

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Seenu,

U have used the alias of the CardCode field as 'Code'. While Code will be having a primary key on it in the table. Make another field and bind it to the EditText of CardCde. Definitely u will get a solution.

Because what is happening in your case, is that it will take any value for the first time by selecting any customer but when you will make second entry using the same customer, this will throw an error because the code field is having a primary key on it. And it will accept the unique values all the time.

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Must check your 'ObjectType' in SRF file you pass wrong 'ObjectType'.