Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Table Entry

prabhu_s2
Active Contributor
0 Kudos

Hi

I have a table where maintenace generator is allowed. In one of the non key fields when i maintian a null entry the system shud throw an error when the table is saved with an empty data for that field. how to achieve this?

thkx

Prabhu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Prabhu,

You have to write code in the events. The following blog is very helpful explaining how to write the code, create the events etc in the table maintenance generator.Please go through.

/people/sudheer.junnuthula2/blog/2007/07/31/events-in-table-maintenance-generator

Hope this helps.

Please reward if useful.

Thanks,

Srinivasa

3 REPLIES 3

Former Member
0 Kudos

You need to write the code under events :

Check the below link :

/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance

Thanks

Seshu

Former Member
0 Kudos

Hi Prabhu,

You have to write code in the events. The following blog is very helpful explaining how to write the code, create the events etc in the table maintenance generator.Please go through.

/people/sudheer.junnuthula2/blog/2007/07/31/events-in-table-maintenance-generator

Hope this helps.

Please reward if useful.

Thanks,

Srinivasa

Former Member
0 Kudos

please see this link for adding the Messsage for validating the input in the table maintaince ...

with screeen shots ..

<a href="http://">/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance

reward points if it is usefull......

Girish