Показать сообщение отдельно
Старый 10.11.2004, 21:40   #4  
Rungart is offline
Rungart
Участник
 
491 / 12 (1) ++
Регистрация: 13.01.2003
Адрес: Украина
Рискну предложить использовать функцию SETRECORD:
Цитата:
SETRECORD (Form)
Use this function to select the current record shown on the form.

Form.SETRECORD(Record)
Form

Data type: form

Record

Data type: record

The record you want to select as the current record.

Comments
You can use this function to select a record to display when the user opens the form. If you use this function for this purpose, it will override the SourceTableRecord property "Saved" setting: the current record will not be saved in the setup file.
К примеру, вот так:
CurrForm.<Имя субформы>.FORM.SETRECORD(<Record>);

Или я не правильно понял вопрос?
__________________
Русский человек славится своим умением находить выход из самых трудных ситуаций, но еще более он славится своим умением находить туда вход.