Re: Cannot insert tabpage on control inherited from tab??
Not being able to add tab-pages in custom tab objects make them almost useless.If you want to implement some functionality on all your tabs at an ancestor level, you can't.We have some code to throw an...
View ArticleRe: has anyone done automatic font sizing based on field content?
Hi Brad; If you look at my STD Foundation Class framework you will see that my PowerTip ancestor class adjusts the font and size using the MS-Window's API's, Regards ... Chris
View ArticleRe: has anyone done automatic font sizing based on field content?
Well, if it is fairly limited you can put the text either in a picture as you can scale it; Or you can put it in a datawindow control and zoom it with dw_x.datawindow.zoom = 50 (%) ;} Ben
View ArticleRe: PB15: Build from Commandline loses DB connection
Hi Sam, The only information that is available for viewing is:http://search.sybase.com/kbx/changerequests?bug_id=753290 As mentioned, the cr was originally reported for the SNC driver but was...
View ArticleRe: signing exe with digital certicate
Doesn't work for 10.5 that I know of either. I'm guessing they fixed in somewhere in the 11.x timeframe. As I recall, they were doing some work about that time to help end users be able to get Vista...
View ArticleRe: PB15: Build from Commandline loses DB connection
Hi Beverly, Thanks for the link. This works for me. I can just change the bug id and see the other bugs as well. Sam
View ArticleRe: How safe is it to switch the SQL 2005 server setting from 'nocount OFF'...
Carl,Try using the RecheckRows dbparm. Check it out in the PowerBuilder help. THT Ted Zimmerman
View ArticleRe: has anyone done automatic font sizing based on field content?
Chris, I just downloaded a fresh copy from SF. I couldn't find ANY objects that adjusted the size of the font, but did find one that adjusts the size of the textbox based on text length. Not exactly...
View ArticleRe: has anyone done automatic font sizing based on field content?
Hi Brad; Thanks for the class pointer in the FC's for others! Yes, it only sets the size based on the current text - but, I was thinking that you could extend that a little further and change the...
View ArticleCallin global function in datawindow
I want to let you know that if you call a global function with date argument in a compute column in datawindow, the result cannot be shown. It always shows empty value. If you convert the argument type...
View ArticleRe: Facing problem during upgradation of application from PowerBuilder...
Did you open the object nba_u_apps_bankinfomodifieddate and look at the instantiateservice function to see which external function the error occurred on? That will tell you what .dll might be missing.
View ArticleI have to upgrade my datawindows to use dbo. in 12.5
Greetings all, I apologize if either this has been asked before or if I even asked it myself. I searched, but did not see it. I have several 12.0 PB applications that I have converted to 12.5. Whenever...
View ArticlePB 12.5 Database Painter does not work like PB 12.0
Greetings All, I have noticed that the 12.5 PB Database Painter does not work like the one in PB 12.0. If I write an SQL query, in 12.0, I can click on any value and simply change the data and then...
View ArticleRe: Callin global function in datawindow
As you can see below there are two functions, one of them has date argument and the other one datetime. Both of them just return "Hello" When we use both of them in a datawindow the function that has...
View ArticleRe: Force Compatibility Mode in IE for PB 12.5 Webforms
Hi Chris, I have to say that I did what I never wanted to do. I purchased Visual Studio and hired a consultant to rewrite my online receipts web applications. Why? 1) Microsoft is a client and not...
View ArticleRe: Force Compatibility Mode in IE for PB 12.5 Webforms
Hi Paul, Without prejudice and four letter words. I can only totally agree, Shame no-one with a paid support license have stood up to SAP and said: Sorry SAP, you cannot discontinue, de-support nor...
View ArticleRe: Force Compatibility Mode in IE for PB 12.5 Webforms
Great Answer, Lars!! As my son use to say when he was eight years old: 'I angry!!' SAP stands for exactly what is sounds like. You are a sap if you put up with their BS. Pissed off in New Jersey. Paul...
View ArticleRe: I have to upgrade my datawindows to use dbo. in 12.5
Hi Paul, It sounds like the user you are connecting as isn't a member of the dbo group. Just add your userid to the dbo group and the requirement to fully qualify the tables should go away. Hth,Mark
View ArticleRe: I have to upgrade my datawindows to use dbo. in 12.5
Hi Paul; I can not comment on PB 12.5.2 as I am using the last "official" maintenance release 12.5.1 and have no such issues. What I can say though is that your situation is common where your DB...
View ArticleRe: PB 12.5 Database Painter does not work like PB 12.0
Just a guess but compare your connection strings to the db between your pb versions. It sounds like your 12.5 connection user doesn't have the same rights as the one in pb 12.
View Article