Re: Toolbar icons get distorted in Win8.1
Hi Planos and Chris, Just FYI, there won't be any patch level for V 11.5.Moreover, PB 11.5 hasn't be tested against Windows 8.1 Regards,Jacob
View ArticleRe: GetUserName doesnot give full username
Note2: for more information - Try the GetUserNameEX ( ) method. FUNCTION Boolean GetUserNameEx ( Integer nameformat, ref string username, ref Integer namelen ) LIBRARY "Secur32.dll" ALIAS FOR...
View ArticleRe: Toolbar icons get distorted in Win8.1
Thanks Jacob ... Yes, PB 12.6 is the first PB version that was tested for W8.x.
View ArticleAnomaly in Menu Source Code. What's the cause and the cure?
As I read through the menu source code (painter generated) of a massive, 20 yr. old, application’s large frame menu (35971 bytes in size) I am noticing a certain weirdness who’s origin I can’t...
View ArticleRe: Problem using funcion SetDetailHeight, pb 6.5
I did some testing using PB10.0 and it seems not possible to SetDetailHeight on nested reports/datawindows. It works on DropDownDatawindows though. SetDetailHeight is documented as a method of...
View ArticleRe: Anomaly in Menu Source Code. What's the cause and the cure?
Hi Yakov; After looking at that source code and seeing you get the compile error (which is basically saying that the source code is not correct) - I would opt for #4 (rebuild). I suspect that your...
View ArticleRe: Anomaly in Menu Source Code. What's the cause and the cure?
For a long time the menu painter had a bad habit of including structural code from the ancestor object when you first create a menu through inheritance. I'm not sure if it still does. It would lead to...
View ArticleRe: Problem using funcion SetDetailHeight, pb 6.5
PB 6.5 came out in 1998 and became unsupported in 2001. Perhaps you should look into migrating to a more recent version.
View ArticleRe: Anomaly in Menu Source Code. What's the cause and the cure?
Thanks Roland, One of my least favorite sayings was 'G-d help the person who deleted items from their ancestor menus' It was a fast ticket to hours in the flames of purgatory. That is not the case...
View ArticleRe: Calling a function in external dll
Are you sure that the "utf8" part of your function alias is working ? The documentation states it is ";ansi" or nothing and having tested that with PB11.5, any other value than "ansi" is ignored and...
View ArticleHow to add report title for crosstab datawindow?
by default crosstab datawindow is grid without title. But as a report it should have a title for user. How to put a Title at top of the report and it can across columns?
View ArticleRe: Source Code Control for PowerBuilder Classic & .Net
Hi guys,I have been using TFS for some time, but know I'd like to experience with other sources, less expensive ones. I'm not sure if this thread is open, but it was the best one I could find, sorry...
View ArticleRe: How to add report title for crosstab datawindow?
You can put a text on the top and set its layer to foreground.
View ArticleRe: Source Code Control for PowerBuilder Classic & .Net
FYI: QVCS "Enterprise" is now fully open source. jimv39/qvcsos · GitHub
View ArticleRe: Source Code Control for PowerBuilder Classic & .Net
Hi Chris, thanks for such a quick response.I'm also starting to test the WizSource. Seems quite simple and uses my current DB to store things, quite cool. Seems I'll have to buy a user licence to test...
View ArticleRe: Source Code Control for PowerBuilder Classic & .Net
BTW: A few consulting friends of mine are using Perforce (which Dale mentioned earlier) - which is also working very well for them. Good luck!
View ArticleRe: Source Code Control for PowerBuilder Classic & .Net
i tried QVCS awhile back - it was way too slow, especially if you do anything remote via VPN. We use Wizsource.
View Articlehow to join /out join a table for datawindow?
In a datawindow, data will coming from 3 tables:tab1tab2tab3. I try to construct sql with pb 11.5 datawindow graphic mode like: 1. tab1 left join tab22. tab2 join tab3 then I can save the datawindow....
View ArticleRe: how to join /out join a table for datawindow?
figure it out. both left join. thanks.
View Article