I have a maplet application stored in a single file, one of them a frontend. This single file is too long and very combersome to maintain. The frontend maplet has buttons that goes to a proc that displays another maplet depending on what button is pressed. Will someone tell me if it is possible to break down this single file into several files with one maplet each file so that when a button is pressed sysem goes to that file. If this is possible, please provide the maplet syntax. I tried ...function=c:\\..etc but does not work. Also when my application is broken into several files, how does it affect the exportation of this application with several files. My sample buttons look like this: Button("SSS",Evaluate('function' = 'T()')), Button("SAS",Evaluate('function' = 'U()')), Button("ASA",Evaluate('function' = 'V()')) Thanks pv

Please Wait...