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 globaldefinitons in smartforms

former_member612655
Participant
2,142

Hi,

I am getting error like that whitout showing any error description when i double click on it directly goes to form routines tab where i do not create any subroutine in my smartform.

regards.

4 REPLIES 4
Read only

abo
Active Contributor
0 Likes
1,983

Have a look under "Global data", if you have something there: it might simply be a navigation error.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,983

Did you already look at each tab of the global options, from global data to currency/uom?

  • Some syntax error
  • Initialization form not complete (missing END tags)
  • reference to Inactive data
Read only

knanw
Participant
0 Likes
1,983

It's an error in the global section. Either global definition is wrong or usage of global variable. More possible is an error in the interface. You need to generate and activate it every time if you change the importing parameters and they need to fit also to the parameters you pass when you call the form for example from a own method.

Read only

mamun_eitekh92
Explorer
0 Likes
1,758

Solved!!!

There are multiple fields which is declared in "Currenct/Quant" Tab. Delete multiples reference and then try activating it. It will work.Global_definition_Error.png