You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Bug
[ ] Question (e.g. about handling/usage)
[X] Request for new feature/improvement
Expected Behavior
Connect from an oleobject using COM connection (VB 6, Powerbuilder...)
Current Behavior
To connect from an oleobject from VB 6 or Powerbuilder, we need a constructor without parameters since it is not possible to parameterize it.
In addition, COM connections are not compatible with generic collections, throws an exception "function name not found".
This can be solved by eliminating the generic collections, since it would not affect the current functionality, and creating a constructor without parameters. Subsequently, the QRCodeData object that is currently assigned in the constructor with parameters, would be added manually with SetQRCodeData function
Possible Solution (optional)
I will create a Pull Request with this new feature
Your Environment
Version used: 1.3.3
Environment: Powerbuilder 6.5 & Powerbuilder 10.5
The text was updated successfully, but these errors were encountered:
…der)
To connect from an oleobject from VB 6 or Powerbuilder, we need a
constructor without parameters since it is not possible to parameterize
it.
In addition, COM connections are not compatible with generic collections,
throws an exception "function name not found".
This can be solved by eliminating the generic collections, since it would
not affect the current functionality, and creating a constructor without
parameters. Subsequently, the QRCodeData object that is currently assigned
in the constructor with parameters, would be added manually with
SetQRCodeData function
Resolves: codebude#108
Type of issue
[ ] Bug
[ ] Question (e.g. about handling/usage)
[X] Request for new feature/improvement
Expected Behavior
Connect from an oleobject using COM connection (VB 6, Powerbuilder...)
Current Behavior
To connect from an oleobject from VB 6 or Powerbuilder, we need a constructor without parameters since it is not possible to parameterize it.
In addition, COM connections are not compatible with generic collections, throws an exception "function name not found".
This can be solved by eliminating the generic collections, since it would not affect the current functionality, and creating a constructor without parameters. Subsequently, the QRCodeData object that is currently assigned in the constructor with parameters, would be added manually with SetQRCodeData function
Possible Solution (optional)
I will create a Pull Request with this new feature
Your Environment
Version used: 1.3.3
Environment: Powerbuilder 6.5 & Powerbuilder 10.5
The text was updated successfully, but these errors were encountered: