Hello Zafi

If you have other applications that use files in the Crystal directory, this could be causing a conflict when going to edit or use a report that has a selection formula in it.

Here's the info...

1. EDITING FORMULAS IN QRWIN:
If you cannot edit a formula or a selection formula without getting a GPF, rename the UFLCAPW.DLL in your Windows\Crystal directory while you are using QRW. This file is installed by ACCPAC for Windows and it is not compatible with QRW 62A or 62B.

UFLCAPW.DLL adds these Additional functions to Crystal:
PrintNonNull, TranslateType, pwFormatDate, pwFormatTime, LookUpString, SaveNumber, GetBankTotal, TrimZeros, IsTrue.


2. PRINTING REPORTS in ACCPAC for WINDOWS:
If you have QRW 62B installed and you cannot print a Crystal specification in AFW, rename the UFLMASK.DLL (and/or U2lmask.dll) in the Windows\Crystal directory. This file is the Additional function, ApplyMask. It may be used to format item numbers in QRW reports.


3. PRINTING REPORTS in QRWIN:
If you are receiving "Error 515, error in formula" when you print reports in QRW, rename the UFLDTDIF.DLL(and/or U2ldtdif.dll) in the Windows\Crystal directory while you are using QRWIN. This file is installed by AFW and it is not compatible with QRW 62A or 62B.

UFLDTDIF.DLL adds this Additional function to Crystal:
DateTimeDiff.


NOTE:
When you need to use Crystal or A4W reports again, you may have to rename these files back to their original extension. Some Dealers create a couple of batch files to do this to make it easier. Alternatively, you could just rename the whole Crystal Directory and reinstall the Adagio NFR?s (a new Windows\Crystal dir will be created that will hold ONLY the files necessary to run Adagio. Then, you could just create the batch files to switch between the Crystal directories.

For your convenience, here are 2 sample batch file texts to use (You can name them whatever you like, the name here is just an example) (if you also had to rename and U2L files, you should add these to the following files)...

Batch Files for Crystal Reports
Here are the batch files you?ll need if you want to run Quik Reports for Windows and Accpac for Windows on the same computer (but NOT at the same time). The first time each BAT file is run, the .QRW and .A4W files will not exist and you will get an error message. There should be no error messages for subsequent runs.

Batch file to run prior to using QRWIN:
?CR-QRW.BAT?
REM Setting up Crystal Reports for Quik Reports for Windows
ren c:\windows\crystal\uflcapw.dll uflcapw.A4W
ren c:\windows\crystal\ufldtdif.dll ufldtdif.A4W
ren c:\windows\crystal\uflmask.QRW uflmask.dll

Batch file to run prior to using ACCPAC for Windows:
?CR-A4W.BAT?
REM Setting up Crystal Reports for Accpac for Windows
ren c:\windows\crystal\uflcapw.A4W uflcapw.dll
ren c:\windows\crystal\ufldtdif.A4W ufldtdif.dll
ren c:\windows\crystal\uflmask.dll uflmask.QRW

Good luck!