I am writing VB6 program that reads a Btrieve file. I am having a problem in the logic when I attempt to use the following logic:
If rec.Account > GLAcctNo6 Then
....
Even though I have successfully read a record it does not display a value in rec.Account. It only displays "|||||||||||||||"
Any help would be much appreciated.
If rec.Account > GLAcctNo6 Then
....
Even though I have successfully read a record it does not display a value in rec.Account. It only displays "|||||||||||||||"
Any help would be much appreciated.