Показать сообщение отдельно
Старый 22.05.2003, 06:10   #7  
Сергей Андросов is offline
Сергей Андросов
Участник
 
6 / 10 (1) +
Регистрация: 19.02.2003
Обратимся к встроенной справке )
--------------------------------------
f.OBJECTID
This function returns a string in the "form xxx" format, where xxx is the name or number of the application object.

String:=f.OBJECTID([UseNames])
String

Data type: text or code

f

Data type: form

UseNames

Data type: boolean

The UseNames parameter is optional. If it is set to TRUE (default value) or if it is empty, the returned string contains references to field names in the table that the record is associated with. If the parameter is set to FALSE, field numbers are used instead.