VS:DBShowDBTableDlg

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Show the specified database table dialog.

FUNCTION DBShowDBTableDlg(
database :STRING;
table :STRING) : BOOLEAN;
def vs.DBShowDBTableDlg(database, table):
    return BOOLEAN

Parameters

database STRING
table STRING

Remarks

( Orso, 2010 Sep. 27): It silently fails -returns FALSE- if the database or table names are invalid. If it succeeds a list of all available records (= entries, not to be confused with the term "record" in VW, often used instead of "format") in the chosen table is displayed for viewing, but you can't edit them. You can select a record, but there is no way to retrieve the selection. Is really view only.

Version

Availability: from Vectorworks 2011