Subject Generator problem
Author Geno
Hello:
I have an application that used IB6 and the standard IB stuff that
came with D5. I have a generator that implements a autoinc field for
my customer number. Using the standard IBTable, all worked fine.
Recently I converted IB Objects and replace the IBTable with the
TIBOTable. The application works fine with existing records but I
can no longer add new records. I get an error that says "CUSTNO must
have a value". For some reason the generator that worked using the
IBTable no longer works using the TIBOTable. Can anyone assist?
Thanks.