Hi everybody, How can i make a assignment on FieldID. Example: Simple assignment recItem Record Item FieldID Int recItem.Description := ‘ABC’; FieldID := recItem.FieldNo(Description); FieldID := ‘ABC’ ??? Is there any solution? THX in advance, Kurt
You will need to use RecRef’s and FieldRef’s. Check out the sample by Emiel Romein (http://www.mibuso.com/dlinfo.asp?FileID=276) on how to use these special data types.
Thank´s Nelson