Page('GOTOREC'…) ) y Page('GOTOFIELD'...)
Utilice el comando Page('GOTOREC'…) ) para fijar el foco en un registro y un campo. Utilice el comando Page('GOTOFIELD'...) para fijar el foco en un campo específico
PAGE('GOTOREC',
newRecord,
FieldName);
PAGE('GOTOFIELD',
FieldName);
example:
CreateNewComment(newComment);
PAGE('RELOAD');
PAGE('GOTOREC',
newComment,
'6');
PAGE('GOTOFIELD',
'3');
El comando Page('GOTOREC'…) ) sólo está disponible en las páginas de listas editables.
