Technical Support

Transaction History File Problem

When looking at a payment history more data than is apprioiate is displayed. The extra data may be from dates that were not selected or other patients.

A change has been made in the "tranhist.leg" file. Locate the new file at "g:\support\fixes\fixmd711". There is also a file called "installing_tranhist.doc" file with directions for implementing the fix.

In the orginal file near line 160 you will find the following text:

if temp = a.acct# then {found it}

 done := false;

end;

In the new file the text reads:

if temp = a.acct# then {found it}

 done := false

else { MMW 6/3/98 1:53PM }

 done := true; {we are done}

end;

Use a text editor to make the modifications and then re-compile or send the the appropiate file to the customer (via PCAnywhere, the BBS or on disk) along with the printed directions on how to install and re-compile.

Email your support questions to tech@versaform.com

This information is provided as a courtesy.  VersaForm Systems Corporation has provided this information "AS IS" without warranty of any kind – express or implied.  In no event shall VersaForm Systems Corporation be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.