Kbase P81475: Using open client activex via VB getting error trying to call objAcct.SetDirectDeposit method that i
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/20/2004 |
|
Status: Unverified
SYMPTOM(s):
Using open client activex via VB getting error trying to call objAcct.SetDirectDeposit method that is not listed when created the proxygen
"unexpected indentifier or brackted expression"
Using sample code from Open client developer's Guide Example 7-3 shows a sample of VB code that takes a TEMP-TABLE input parameter as an IClientTempTable Automation object. In this example, vbtt.VBTempTable is an object that implements IClientTempTable
CAUSE:
This is a documentation bug
FIX:
Add a call to the MoveFirst method on the rs object so that he can get to the beginning of the resultset before calling the SetDirectDeposit method on the App object.