Hi,
My company is in the process of migrating from Windows XP to Windows 7. As this is the case, our Powerbuilder 7 applications are getting moved as well.
We've gotten builds of the applications (from xp) working on the windows 7 machines, but we're having issues when trying to run the applications from the powerbuilder IDE.
In windows 7 when I log into a user schema (ex: 'BMP') when running the application, the calls to public functions get prepended with the user schema name. This looks something like:
bmp.sf_return_app_version
what should be called is:
sf_return_app_version
The database hasn't changed, the PB version hasn't changed, the only thing (to my knowledge) that has changed is the Operating system. Why would the schema name be added before the function call in Windows 7?
Do you know what could be causing this error?
Thanks
My company is in the process of migrating from Windows XP to Windows 7. As this is the case, our Powerbuilder 7 applications are getting moved as well.
We've gotten builds of the applications (from xp) working on the windows 7 machines, but we're having issues when trying to run the applications from the powerbuilder IDE.
In windows 7 when I log into a user schema (ex: 'BMP') when running the application, the calls to public functions get prepended with the user schema name. This looks something like:
bmp.sf_return_app_version
what should be called is:
sf_return_app_version
The database hasn't changed, the PB version hasn't changed, the only thing (to my knowledge) that has changed is the Operating system. Why would the schema name be added before the function call in Windows 7?
Do you know what could be causing this error?
Thanks