H
Håvard Danielsen
Guest
One possible explanation is that the .w was created from a template that has a bad procedure prototype directly in the source or in an include file defined in the source. Your propath definition decides which templates and include files that are being used. If the error is fromthe include file you should probably start by looking at this. To see which template is being used look at the Template field below the Object type selection list before you press Finish or Next in the New ABL UI Design wizard when creating the .w file. -- The templates are defined in various .cst files available in the project. There is a set of default .cst files, but the list of .cst files can also be customized, in which case they will be stored in the .ini file or registry in a "CustomObjectFiles" section. You can also see and edit this list by right clicking on the palette and select "Use Custom ..". (Note that the palette will only show up if you have an .w in the design editor though). Note that propath also decides which .cst files are being used.
Continue reading...
Continue reading...