Re: Datawindow behaves differently in painter and at runtime
You've described the problem I presented in my first post. I'm looking at the same databases. And in all copies of our database, "country_code" contains digits (e.g., 001) and preferred can contain...
View ArticleRe: Datawindow behaves differently in painter and at runtime
"- change the SQL manually in the obect so there's missing or re-ordered columns." I did add the last two columns late in the life of the datawindow, and then reversed the order of them in the syntax...
View ArticleRe: Datawindow behaves differently in painter and at runtime
I'm sure there's not another datawindow, because I put the read "2_phones" in it just to check that that's not the problem.
View ArticleRe: Datawindow behaves differently in painter and at runtime
If you haven't done full rebuild of the application, please try that.
View ArticleRe: GetitemNumber fails
try to display both numbers in 15 decimal digits and you'll see that they are different.
View Articlehow to call SP automatically when issue a select clause?
I have a dw to get data from sql select like:select * from tab, proxytab where tab.id = proxytab.id ... the proxy table is created based on a stored procedure result set. When dw retrieve data, it...
View ArticleRe: Datawindow behaves differently in painter and at runtime
Got it!!!It was ShareData, even though there were not ShareData statements in the PBL with the relevant objects... When I rebuilt the datawindow, modifying one that had previously worked, this time I...
View ArticlepB 15 when? really need 64bit deplyoment
when is PB 15 going to be available???? really need: 64bit deplyomentwindows 8.1 supportsupport for sql server 2014
View ArticleRe: pB 15 when? really need 64bit deplyoment
Fingers crossed in the next few months, but really who knows?
View ArticleError while retriving a webservice datawindow in powerbuilder.net
Hi All, I have created a webservice datawindow in powerbuilder 12.5.net in WPF window application target.While retriving the webservice its showing the .dll file doesnt exist .But i have pasted the...
View ArticleRe: GetitemNumber fails
I would suggest you do two things. 1. Remove the GETITEM statements from the conditional IF statement. I like it better that way.Something like this:rate_imprat_c = dw_rate.GetitemNumber (1,...
View ArticleRe: how to call SP automatically when issue a select clause?
What is the backend DBMS here? You're using the phrase "proxy table", but it doesn't sound like that's what you might mean. A Proxy Table is like a "remote query" against a table in a different...
View ArticleRe: pB 15 when? really need 64bit deplyoment
As I indicated elsewhere, the BIT Partner Beta Test that was held in Germany last month is (I believe) one of the last steps in the "ramp up" towards product release. I would expect something might...
View ArticleRe: pB 15 when? really need 64bit deplyoment
Earlier this week Sue Dunnell said: "Sorry for delay, I've had trouble logging into SCN. Yes, the second drop of the beta expired; we are required to end the beta before moving onto a delivery phase...
View ArticleRe: PowerBuilder Print PDF -1 error
We implemented the 3GB switch yesterday but this did not fix the PDF errors.I logged into the Download Center to get a copy of EAServer 5.5 but I found that EAServer was no longer listed as a product...
View ArticleRe: PowerBuilder Print PDF -1 error
Change the date range drop down to "in all months" and click GO. The list of products will show EAServer.
View ArticlePowerbuilder/Appeon freelancer
We are looking for a person who can build a very simple App for us for both IPhone and Android.I think this job is done in a week. Tools to use: Powerbuilder 12.5 / Appeon Mobile / SQL Anywhere 12 We...
View ArticleRe: Powerbuilder/Appeon freelancer
Contact Armeen at Appeon. He can also provide you resources.
View ArticleRe: Powerbuilder/Appeon freelancer
Hi Eric,I have extensive experience with PB 12.5 + Appeon Mobile + SQL Anywhere. Let me know if I can help. You can send a direct message if you prefer...
View ArticleRe: Calling a function on a COM object and returning data to load into a...
"... but I assume that any code I'd have to write to grab the data out of the XML, convert it to the correct datatypes and shove it onto the datawindow will be pretty slow." Have you already tried to...
View Article