[Bug] ActiveX: Foxpro cannot pass LPSTR [sf#2]
Closed this issue · 8 comments
Reported by andrewpunch on 2004-06-01 02:47 UTC
Foxpro cannot pass LPSTR to an ActiveX component.
During experimentation I found that Foxpro 6.0 can pass
a BSTR (binary string).
Create a new interface which can accept BSTR parameters
This bug created on behalf of Rick Peduzzi
Updated by andrewpunch on 2004-06-01 02:53 UTC
- labels: --> ActiveX
- milestone: --> v3.0.0
- assigned_to: nobody --> andrewpunch
Commented by andrewpunch on 2004-06-02 02:21 UTC
Logged In: YES
user_id=928005
Fixed.
Should use SetInFilename() not SetInFileName(). Same for
SetInFileName().
ConvertOutString() looks a bit ugly.
Updated by andrewpunch on 2004-06-02 02:21 UTC
- status: open --> open-accepted
Commented by andrewpunch on 2004-06-02 09:28 UTC
Logged In: YES
user_id=928005
Interface names SetInFileName() and SetOutFileName() are
consistent with previous interface.
Changed ConvertOutString() to StringConvert() as with
previous interface.
Commented by andrewpunch on 2004-06-02 09:30 UTC
Logged In: YES
user_id=928005
Tested StringConvert(). RTF to HTML must be default.
Updated by andrewpunch on 2004-06-02 09:30 UTC
- status: open-accepted --> open-fixed
Commented by andrewpunch on 2004-06-10 08:06 UTC
Logged In: YES
user_id=928005
Problem fixed as described above.
Updated by andrewpunch on 2004-06-10 08:06 UTC
- status: open-fixed --> closed-fixed