(Global): (Options): 12: Duplicate PUBLIC name V_EMPTY in USE module General Utilities

Hi To all,

(Global): (Options): 12: Duplicate PUBLIC name V_EMPTY in USE module General Utilities

This is the error iam getting while trying to save the script in a button.

Iam using General Utilities script library in Global options of the form.

Can you please help me out how can we avoid this error and we can save the script.

Subject: (Global): (Options): 12: Duplicate PUBLIC name V_EMPTY in USE module General Utilities

You are apparently declaring V_EMPTY in your own script. Since it is already declared in the library, you are creating a duplicate. Deleting the line that declares V_EMPTY in your script should solve the problem.

Subject: RE: (Global): (Options): 12: Duplicate PUBLIC name V_EMPTY in USE module General Utilities

Yeah thanks for that , Resolved the issue.

Actually what happened is , Iam editing the script library and tryng to save the script in the button on a form . SO a conflict of the script compilation. So it migt be the issue. Later I first saved the library and then tried to save the script in the button. Its saved then.