recreffunc(database::item,item.getposition); // Call functionrecreffunc(tableno : integer, tableposition : text 30);begin RecordRef.OPEN(tableno); RecordRef.SETPOSITION(tableposition);end
hi
i want to write data from table to text file when ever the record is inserted in table...
is there any commend to get Table ID in to an variable