Re: Problems with Restart() in PB 12.5
Hi Craig; 1) As Rene well points out the GetCurrentDirectory ( ) can be unreliable. 2) If your PB application checks for a 2nd instance - then the run approach will not work. Regards ... Chris
View ArticleRe: PB report with different header
Hi Chee; Did you also select the Slide Up option as well? Regards ... Chris
View ArticleRe: Why are there double event signatures in the event list view?
I am pretty sure that the event list in the source is only supposed to have custom events. The standard events are not supposed to be listed. That is why they are duplicated in the IDE.
View ArticleRe: Why are there double event signatures in the event list view?
I also noticed that there is no ancestor datawindow object. No wonder it is so huge.
View ArticleRe: PB report with different header
Thanks for the tips. i tried and resolved the white space on the Page 1 but from page 2 onwards, the header is not printed. i have attached the screen shot of the report in design view. i have for both...
View ArticleRe: Why are there double event signatures in the event list view?
I've seen this happen window source that has been migrated across many, many versions. For example, created in PB4, then migrated to PB5, PB7, PB9, PB11 over the years. At some point, the standard...
View ArticleRe: PB report with different header
That's exactly what I was hoping would work. Did some tests and can conclude that in PB12.1 the autosize height for a header works. BUT, whatever height it works out for you on page one, is the height...
View ArticlePB11 - Sybase SySAM license was not validated
I have been using PB11 (Desktop Edition on Win7-32bits) for years, it's working fine, but last few weeks I got the License Initiation error box when started PB11 Please consider my issue messages...
View ArticleRe: PB report with different header
Again: I would code in the printpage event some thing like: if pagenumber = 1 then thisModify("DataWindow.Header..Height='100'") thisModify("DataWindow.Header.group 1.Height='0'")else...
View ArticleRe: PB report with different header
thanks for the tips. because my printing is trigger from global function with dw as parameter, i cannot use the printpage event. anyway, thanks for the tips. i have managed to resolve this issues which...
View ArticleRe: Why are there double event signatures in the event list view?
Hi Yakov; I suspect that the Window source has been most likely corrupted through some poor PB version migrations. Unfortunately, the only way to correct this situation ( and iI have seen this before...
View ArticleRe: PB11 - Sybase SySAM license was not validated
Hi Bamrung; Just change the PB 12.x to 11.x folder names and try this ....: PowerBuilder won't reactivate License after update HTHRegards ... Chris
View ArticleRe: PB11 - Sybase SySAM license was not validated
Hello Bamrung, Your license file indicates this: INCREMENT PB_DESKTOP SYBASE 2008.06240 permanent uncounted \ The license file you have generated is for PowerBuilder 11.5.x which expects this value....
View ArticleRe: PB11 - Sybase SySAM license was not validated
Hi Jacob, Please suggest channel to re-generate the correct license file as you mentioned, my local vendor (who generated me the license file) has no longer sale Power Builder anymore. Do I have any...
View ArticleRe: Datastore Retrieve Returns -1
hi Jimmaybe the oracle user used by your app has not the necessary grant for the tables in the query.HTHAlberto
View ArticleRe: PB11 - Sybase SySAM license was not validated
Hi, The only channel I'm aware of for license generation is through SAP Service Marketplace (http://service.sap.com) But you need a valid SAP user id to connect to it Another option would be to get a...
View ArticleRe: PB11 - Sybase SySAM license was not validated
Hi Jacob... The old system https://sybase.subscribenet.com/ seems to be still working as Patricia Steinhardt mentioned in another post. Maybe a license can be regenerated from there... Of course some...
View ArticleRe: Registration-free .NET activation
Registration-free .NET activation works quite well. I use it in PowerBuilder 11.5 and I know that there are some pitfalls. As Bruce Armstrong said, use an external manifest file for your executable and...
View ArticleRe: Datastore Retrieve Returns -1
Hi Jim; 1) => I've gone through the debugger and everything looks like I expect it to.So are you talking about running the code from the PB IDE (as from your statement above, the code seems to be...
View Article