I'm converting my old Paradox 4 DOS program to Delphi. And looking for a counterpart feature of
Paradox in Delphi
I have 2 tables with their fields listed below:
Product table - ProdCode OrderLineItem table - OrderNo
Description ProdCode
Unit Unit
Price Price
Discount Discount
If you're familiar with Paradox, specifying the -
Valcheck Define TableLookup {Product} AllCorrespondingFields on the ProdCode field of
OrderLineItem table
When editing the OrderLineItem table will have all corresponding fields with the same name
from Product automatically fill just by entering right ProdCode.
How do I duplicate this feature
Thanks - George
Paradox in Delphi
I have 2 tables with their fields listed below:
Product table - ProdCode OrderLineItem table - OrderNo
Description ProdCode
Unit Unit
Price Price
Discount Discount
If you're familiar with Paradox, specifying the -
Valcheck Define TableLookup {Product} AllCorrespondingFields on the ProdCode field of
OrderLineItem table
When editing the OrderLineItem table will have all corresponding fields with the same name
from Product automatically fill just by entering right ProdCode.
How do I duplicate this feature
Thanks - George