Excel Client:CopRun: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
===Parameter=== | ===Parameter=== | ||
{| | {| class="wikitable" width={{{breite|50%}}} | ||
|- | |- | ||
|width="200pt" style=background-color:#f6f6f6 |'''Executable''' | |width="200pt" style=background-color:#f6f6f6 |'''Executable''' | ||
| Line 17: | Line 17: | ||
===The following options are available=== | ===The following options are available=== | ||
{| | {| class="wikitable" width={{{breite|50%}}} | ||
|- | |- | ||
|width="200pt" style=background-color:#f6f6f6 |'''Transfer''' | |width="200pt" style=background-color:#f6f6f6 |'''Transfer''' | ||
| Line 32: | Line 32: | ||
===Example=== | ===Example=== | ||
{| | {| class="wikitable" width={{{breite|50%}}} | ||
|- | |- {{Tabellentitel}} | ||
| | |Function | ||
|- | |- | ||
|CopRun(„Transfer:Auszufuerender_Import“, „Filtername1:=Filterwert1“, …) | |CopRun(„Transfer:Auszufuerender_Import“, „Filtername1:=Filterwert1“, …) | ||
Revision as of 09:20, 6 March 2012
CopRun(Executable, [Parameter1], …, [Parameter10])
The function CopRun can be used to use or influence various functions in the CoPlanner Excel Client.
Parameter
| Executable | Defines the function that must be executed. |
| ParameterX | Optional parameters. |
The following options are available
| Transfer | Executes a transfer object (import object) on the server. |
| ReadValue | Corresponds to CellRead; however, the value is loaded from the server immediately without being cached in the client. |
| ReadSessionValue | Corresponds to the function CopExpression; however, the expression is sent to the server immediately, evaluated, and returned, without being cached. |
Example
| Function |
| CopRun(„Transfer:Auszufuerender_Import“, „Filtername1:=Filterwert1“, …) |
| CopRun(„Transfer:Auszufuerender_Import“) |
| CopRun(„ReadValue:Umsatzerlose“, „Menge“, „Filtername1:=Filterwert1“, …) |
| CopRun(„ReadSessionValue:@Session_Plan_ID@“) |