home *** CD-ROM | disk | FTP | other *** search
/ Win 3.11 Apps / win311aps.iso / PARADOX / NEWPAL.PAK / NEWPAL.DB (.txt) next >
Paradox Database Table  |  1993-09-18  |  63KB  |  52 rows

#Name,A,25Type,A,25Synopsis,A,255Category,A,20Syntax,F,40Description,F,40Example,F,40See Also,A,255User Level,A,10SQL-Specific,A,1ObjectType,A,255ReadProperty,A,1WriteProperty,A,1
1MenuBuild Used in the built-in menuAction method. Reports when the Desktop is building a form's menu.Constant    AdvancedN   
2peGeneralSQL Reports the top error code in the error stack.Constant   errorCode, errorHasNativeCodeAdvancedY   
3beginTransactionDatabaseStarts a transaction.Method   commitTransaction, rollbackTransaction, transactionActiveAdvancedY   
4commitTransactionDatabaseCommits all changes made within a transaction.Method   beginTransaction, rollbackTransaction, transactionActiveAdvancedY   
5isExecuteQBEFileLocalDatabaseReports whether a QBE query will be executed locally or on a server.Method   isExecuteQBELocal, isExecuteQBEStringLocalAdvancedY   
6isExecuteQBELocalDatabaseReports whether a QBE query will be executed locally or on a server.Method   isExecuteQBEFileLocal, isExecuteQBEStringLocalAdvancedY   
7isExecuteQBEStringLocalDatabaseReports whether a QBE query will be executed locally or on a server.Method   isExecuteQBEFileLocal, isExecuteQBELocalAdvancedY   
8rollBackTransactionDatabaseRolls back (undoes) all changes within a transaction on a server when transactions are supported.Method   beginTransaction, commitTransaction, transactionActiveAdvancedY   
9transactionActiveDatabaseReports whether a transaction is currently active in a specified database.Method   beginTransaction, commitTransaction, rollbackTransactionAdvancedY   
10dmGetPropertyFormReturns the value of a specified table property.Method   dmSetPropertyAdvancedN   
11dmLinkToFieldsFormLinks two tables in a form's data model based on lists of field names.Method   dmLinkToIndex, dmUnlinkAdvancedN   
12dmLinkToIndexFormLinks two tables in a form's data model based on a list of field names and an index name.Method   dmLinkToFields, dmUnlinkAdvancedN   
13dmSetPropertyFormSets the value of a specified table property.Method   dmGetPropertyAdvancedN   
14dmUnlinkFormUnlinks two tables in a form's data model.Method    AdvancedN   
15executeSQLSQLExecutes an SQL statement.Method   executeSQLFile, executeSQLStringAdvancedY   
16executeSQLFileSQLExecutes an SQL statement contained in a file.Method   executeSQL, executeSQLStringAdvancedY   
17executeSQLStringSQLExecutes SQL statements contained in a string.Method   executeSQL, executeSQLFileAdvancedY   
18writeSQLSQLWrites a SQL statement or a SQL string to a file.Method   executeSQL, executeSQLString, executeSQLFileAdvancedY   
19enumAliasLoginInfoSessionWrites data about a specified alias to a table.Method    AdvancedN   
20getAliasPropertySessionReturns the value of a specified property for a specified alias.Method   setAliasPropertyAdvancedN   
21setAliasPasswordSessionSets the in-memory password for a specified alias.Method   getAliasProperty, setAliasPropertyAdvancedN   
22setAliasPropertySessionSets the value of a specified property for a specified alias.Method   getAliasProperty, setAliasPasswordAdvancedN   
23dlgExportSystemInvokes the Table Export dialog box.Method   dlgImportASCIIFix, dlgImportASCIVar, dlgImportSpreadsheet,,  exportASCIIFix, exportASCIIVar, exportSpreadsheetAdvancedN   
24dlgImportASCIIFixSystemInvokes the Fixed Length ASCII Import dialog box.Method   dlgExport, dlgImportASCIIVar, dlgImportSpreadsheet, importASCIIFixAdvancedN   
25dlgImportASCIIVarSystemInvokes the Delimited ASCII Import dialog box.Method   dlgExport, dlgImportASCIIFix, dlgImportSpreadsheet, importASCIIVarAdvancedN   
26dlgImportSpreadsheetSystemInvokes the Spreadsheet Import dialog box.Method   dlgExport, dlgImportASCIIFix, dlgImportASCIIVar, importSpreadsheetAdvancedN   
27errorHasErrorCodeSystemChecks the error stack for a specific error code.Method   errorCode,errorHasNativeErrorCodeAdvancedN   
28errorHasNativeErrorCodeSystemChecks the error stack for a specific SQL error code.Method   errorNativeCode,errorHasErrorCodeAdvancedY   
29errorNativeCodeSystemReturns the SQL server's error code.Method   errorCode, errorHasErrorCode, errorHasNativeErrorCode, errorMessageAdvancedY   
30executeStringSystemConverts the string into a method and executes it.Method   formReturn, executeMethodAdvancedN   
31exportASCIIFixSystemExports data from a table to a text file with fixed-length fields.Method   dlgExport, exportASCIIVar, exportSpreadsheetAdvancedN   
32exportASCIIVarSystemExports a table to a delimited (variable field length) text file.Method   dlgExport, exportASCIIFixed, exportSpreadsheetAdvancedN   
33exportSpreadsheetSystemExports the data from a table to a spreadsheet file.Method   dlgExport, exportASCIIFixed, exportASCIIVarAdvancedN   
34importASCIIFixSystemImports data to a table from an ASCII (text) file in which fields of each record are the same length.Method   dlgImport, importASCIIVar, importSpreadsheetAdvancedN   
35importASCIIVarSystemImports data from a delimited (variable field length) text file to a table.Method   dlgImport, importASCIIFix, importSpreadsheetAdvancedN   
36importSpreadsheetSystemImports the data from a spreadsheet file to a table.Method   dlgImport, importASCIIFix, importASCIIVarAdvancedN   
37sendKeysSystemSends one or more keystrokes to the active window as if they had been entered at the keyboard. The active window need not be Paradox for Windows.Method    AdvancedN   
38sendKeysActionIDSystemLets the sendKeys() procedure notify the user that the sendKeys() queue is empty.Method   sendKeys()AdvancedN   
39forceRefreshTCursorMakes TCursor point to the current data in the underlying table.Method   currRecord, UIObject::forceRefreshAdvancedN   
40isOnSQLServerTCursorReports whether a TCursor is associated with a table on an SQL server.Method   isOpenOnUniqueIndexAdvancedY   
41isOpenOnUniqueIndexTCursorReports whether a TCursor is open on a unique index.Method    AdvancedN   
42setBatchOffTCursorEnds the batch processing mode invoked by a call to setBatchOn.Method   setBatchOnAdvancedN   
43setBatchOnTCursorGroups multiple operations to improve performance of table updates in,  a multiuser environment.Method   setBatchOffAdvancedN   
44updateTCursorAssigns values to fields in the current record of a TCursor.Method   setFieldValueAdvancedN   
45forceRefreshUIObjectMakes an object display the current data in the underlying table, and makes a calculated field recalculate.Method   currRecord, TCursor::forceRefreshAdvancedN   
46AutoAppendLogicalSpecifies whether a blank record is automatically inserted at the end of a table.Property    BeginnerNForm, Table frame, MRO, Record, FieldYY
47ColumnarLogicalSpecifies whether a record will be expanded or not when printing or previewing.Property    AdvancedNMROs in reportsYY
48Design.SelectableLogicalSpecifies whether an object can be selected.Property    AdvancedNAll UIObjectsYY
49DesignModifiedLogicalTrue when a form's design is changed by an interactive user or ObjectPAL statements.Property    AdvancedNFormYY
50EditingLogicalSpecifies whether the table associated with an object is in Edit mode.Property    AdvancedNForm, table frame, MRO, record and field objectsYN
51SelectLogicalTrue if an object is selected (only in form design).Property    AdvancedNAll UIObjectsYY