PdcDatabase.CreateUserTable: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


== Notes ==
== Notes ==
 
After creating a table with this method, you have to restart PdC, to become the new table in the menu of PdC.


== Code example ==
== Code example ==

Revision as of 11:26, 11 December 2015

Declaration

CreateUserTable(TableName: String, TableDescription: String, FieldData: String) as boolean

Description

Using this method you can create a usertable inclusive all fields without any reorganization of the database.
It only works If the table not already exists. To determine the table exists, you can use the method 'UserTableExists'.

Notes

After creating a table with this method, you have to restart PdC, to become the new table in the menu of PdC.

Code example

Availability

Available since 11-12-2015 (from version 5.1 onwards)