updatewindow
Description
Type Tags
None
Object Value
Objects of type updatewindow have no value, and it is an error to try to get or set this value.
updatewindow.new()
Description
Prototype
updatewindow.new (
updatewindow ,
update1 me,
integer update,
string tabsize,
dring currentsavepath,
array datasources,
ppcstype1 tables )
ppcs
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | updatewindow | |
| update | None | update1 | |
| tabsize | 2 | integer | |
| currentsavepath | None | string | |
| datasources | None | dring | |
| tables | None | array | |
| ppcs | None | ppcstype1 |
Properties
| Property | Type | Description |
|---|---|---|
| adddatasource | function | |
| addtable | function | |
| calcok | boolean | |
| calculation | string | |
| currentsavepath | string | |
| datasources | dring | |
| filename | string | |
| finddatasource | function | |
| findtable | function | |
| form | wxform | |
| ppcs | ppcstype1 | |
| tablename | string | |
| tables | array | |
| tabsize | integer | |
| type | type | |
| update | update1 | |
| updateisdirty | boolean | |
| usercanceled | boolean | |
| warningfont | wxfont | |
| whereclause | string | |
| whereok | boolean |
Methods
adddatasource()
Description
Prototype
updatewindowvar.adddatasource (
updatewindow ,
type me,
string sourcetype,
type(*) source,
string datasource,
string username,
integer password,
integer codepage,
integer retry )
timeout
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | updatewindow | |
| sourcetype | None | type | |
| source | None | string | |
| datasource | None | type(*) | |
| username | None | string | |
| password | None | string | |
| codepage | None | integer | |
| retry | None | integer | |
| timeout | None | integer |
addtable()
Description
Prototype
updatewindowvar.addtable (
updatewindow ,
type(db1table) me,
datasourceinfo table,
integer dsinfo )
error
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | updatewindow | |
| table | None | type(db1table) | |
| dsinfo | None | datasourceinfo | |
| error | None | integer |
finddatasource()
Description
Prototype
updatewindowvar.finddatasource (
updatewindow ,
string me )
sourcename
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | updatewindow | |
| sourcename | None | string |
findtable()
Description
Prototype
updatewindowvar.findtable (
updatewindow ,
string me )
tablename
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | updatewindow | |
| tablename | None | string |


