Application Development and Automation 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: 
Read only

Error in generating Smartforms

Former Member
0 Likes
969

Hi all,

while executing my smartform, i got an error as shown in screenshot, please tell me what could me the reason for this error.

1 ACCEPTED SOLUTION
Read only

former_member187748
Active Contributor
0 Likes
879

Hi Srikant,

such an error occured because of the difference of database fields and your program fields (for any variables), i think you have changed the property of any variable or any data, so these errors arises.Please check if you have made any changes in your variables with respect to database.

Like type of data may mismatched.

For example your database table has a field of 20 length, but you have used it in your field by taking its length 50, any thing can happens, please check all the changes you have made in your programs.

3 REPLIES 3
Read only

former_member187748
Active Contributor
0 Likes
880

Hi Srikant,

such an error occured because of the difference of database fields and your program fields (for any variables), i think you have changed the property of any variable or any data, so these errors arises.Please check if you have made any changes in your variables with respect to database.

Like type of data may mismatched.

For example your database table has a field of 20 length, but you have used it in your field by taking its length 50, any thing can happens, please check all the changes you have made in your programs.

Read only

0 Likes
879

Hi Sanjeev,

i am not getting how to do that, please suggest the steps i have to follow.

Read only

0 Likes
879

Hi Srikant,

if you have made any changes in any field, check its properties with database tables.

And if not getting, do one thing , just debug your smartforms from starting in your driver program , and see from which point it comes out of your smartforms, then do necessary changes , this error generally arise due to database inconsistencies.

So, please check it, and resolve.