Clarion ProArchive Help

Tech Tips

Tech Tips

Previous topic Next topic  

Tech Tips

Previous topic Next topic  

Here are some tech tips for ProArchive.

 

Assertion Failed in ABFILE.CLW at line 501 (or there about - it may change with Clarion updates)

 

If you see this error you are running across a place where the ABC templates are a bit over-aggressive in their error handling.  It only shows up if you have Debug Mode enabled.  Your options to resolve it are to either turn off Debugging ( IE: Set to Release Mode ) or to go into ABFILE.CLW at line 501 and comment out the code there (including the IF statement that surrounds it).
 
Note that there is nothing wrong with what ProArchive is doing here, only that the templates are over-aggressive in their error handling and reporting.

 

Adding File Aliases to the Procedures

 

You have to add the File Aliases that you created in the dictionary to the OTHER FILES list on procedures where you are using ProArchive so that the template can "see" the files and allow you to select them.