RAD routine: post.fc

A RAD routine used to execute the posting routine from the subroutines process (automatic posting) and from the additional options process (manual posting).

Routine

post.fc

Parameters

The following parameters are valid for the post.fc routine:

Name Data type Required Description
file record Yes The value is always $file when calling post.fc through the Additional Options process. In most cases, the variable is $file when calling post.fc through the Subroutine process; however, it could be $file1, or another file variable established by Format Control or custom RAD processing.
name character No Defaults to the name of the currently open form. You can override this default by passing a string of the specific Link record you want to use.
prompt character No Defaults to the name of the input field that the cursor is in when the you select the option. You can override this default by passing a string of a specific field name you want to use.