Component
Virtual Structure Component
10 language-reference entries were extracted for this component.
- Fnd_VS_CreateNameLists This routine will create a set of 4D lists that can be used by the virtual structure routines. This routine is called from Foundation’s developer menu. After calling this...
- Fnd_VS_FieldName This routine returns the virtual field name of the specified field. ALERT("Please enter a value in the "+Fnd_VS_FieldName (->[Contact]Last Name)+" field.")
- Fnd_VS_GetFields This method returns in the passed arrays the pointers to and the field names of all of the visible fields for the specified table. ARRAY POINTER(aFieldPtrs;0) ARRAY...
- Fnd_VS_GetTables This method returns in the passed arrays the names of and pointers to all of the visible tables. It returns the arrays already sorted in the order the developer wants them...
- Fnd_VS_Info The Fnd_VS_Info method will respond to these requests: Request Response Example name The component’s full...
- Fnd_VS_SetFieldTitles Fnd_VS_SetFieldTitles allows the developer to set virtual field titles. This method is designed to be called as a replacement to 4D's SET FIELD TITLES command. Foundation will...
- Fnd_VS_SetTableTitle Fnd_VS_SetTableTitle allows the developer to set a virtual table title for a single table. Fnd_VS_SetTableTitle (->[Contact];"Customers")
- Fnd_VS_SetTableTitles Fnd_VS_SetTableTitles allows the developer to set virtual table titles. This routine is designed to be called as a replacement to 4D's SET TABLE TITLES command.
- Fnd_VS_TableName Fnd_VS_TableName returns the virtual table name of the specified table. It is designed to replace calls to 4D’s Table name function. $tableName:=Fnd_VS_TableName (->[Contact])...
- Fnd_VS_UseNameLists After creating a set of virtual structure name lists using the Fnd_VS_CreateNameLists command, call this command to use a set of virtual structure name lists. This command will...