Examples of using Barrayserver in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
The access class the method bArrayServer.
BArrayServer: RecallAll() recall all as deleted marked records.
The access calls internally the method bArrayServer.
With the method bArrayServer: Close() the server can be closed.
On successful deletion, the bArrayServer sends.
BArrayServer: Commit() saves all changes of the current record.
Only if the sort expression in the method bArrayServer.
The bArrayServer< oasINVOICE> contains invoice data for the customers.
Before the data server is closed,it calls the method bArrayServer.
BArrayServer: FieldSpec() determines the FieldSpec object to a field.
The buffer can be promptly saved and emptied by the method bArrayServer: Commit.
BArrayServer: FieldInfo() determines information about a field and returns it.
An existing order was not correctly processed with the method bArrayServer: Pack.
BArrayServer: GoTop() moves the record pointer to the first record in the server.
A record marked as deleted can be recalled with the method bArrayServer: Recall.
BArrayServer: GoBottom() moves the record pointer to the last record in the server.
Used to indicate how records marked for deletionare to be treated when creating a bArrayServer.
With the method bArrayServer: SetOrder() one of the created orders can be activated.
BArrayServer: FieldGet() get the contents of the specified field from the current record.
BBrowser: Error() is a callback method that is called by bArrayServer whenever an error occurs during an operation.
BArrayServer: OrderInfo() determines a property for the specified order and returns it.
Logic Description bArrayServer: CopyDB() copies all or single records from the ArrayServer into a DBF file.
BArrayServer: OrderScope() defines a range of key values within the active order.
Logic Description bArrayServer: RecordPut() puts the contents of array< auRecord> into the current record.
BArrayServer: Seek() never found a record, if bArrayServer stood on EoF before.
BArrayServer and orders Irrevocablly deleted records were not removed from the orders.
BArrayServer Description bArrayServer: Init() creates an object of class bArrayServer and initializes it.
BArrayServer: Locate() searches sequentially through all records in the server until one is found to correspond to the specified condition.
BArrayServer: Append() inserts a blank record at the specified record position or appends it behind the last record.
BArrayServer: FieldPut() If a numeric value with decimals was put into a numeric field without decimals, then the decimals were put in the field, too.