‎2010 Apr 13 10:39 AM
Hi frinds,
My program i have one standard include getting syntex error.. it says ' constants has already been declared'. But its declared one time only. four program facing same problem.Give me need full solution for me.
thanks
Prabu
Moderator message: please use a more descriptive subject line next time.
Edited by: Thomas Zloch on Apr 13, 2010 1:12 PM
‎2010 Apr 13 10:42 AM
Maybe the same constants are declared in the INCLUDE also.
Go to the include and search for the constant using FIND and select 'In main program' option in the Programs to be included tab in the Find dialog box
This will help you see where the constants have been declared.
regards,
Anoop
‎2010 Apr 13 10:43 AM
Do a global search on the constant in the main porgram. You will find all the occurences where the constant is declared and used
‎2010 Apr 13 10:51 AM
Hi,
Which standard include are you using? For which constant does it saay like that? Try to exccute after deleting the explicit declaration of that constant in your program(if any). If the problem persist, please provide the above mentioned details.
Thanks & Regards
Rocky
‎2010 Apr 13 11:05 AM
Hi friends,
i search all way it vil declared only once..
include name: EMSG_CONSTANTS
only one constants used all the all the place... i dont why it says already declared.
please let me know need full solution
‎2010 Apr 13 11:33 AM
Hi,
Place this include statement in the Top of your program (Just after the report statement) and activate all the objects at once. Error might be at some other place.
Thanks,
Vinod.
‎2010 Apr 17 6:26 AM