Re: PB 12.6 - Oracle DB Profile does not save Password
Hi Beverly. Saying oversight you mean that the person that created that case never closed it? Andreas.
View ArticleRe: PB 12.6 - Oracle DB Profile does not save Password
Andreas, No. The bug report (cr) was never closed due to a oversight. The bug report entry never made it to the fix list for EBF24160: PB 12.6 (build 4035).PB development confirmed that this issue is...
View ArticleRe: PB 12.6 - Oracle DB Profile does not save Password
Yes. What I was trying to understand is what exactly means the word "oversight"? I understand that the issue was fixed... What I don't understand is if the case is typically still open, or if it was...
View ArticleRe: Localized RunTime Files for spanish
Thanks to all for your advices. Unfortunately, after asking in different SAP support channels, I can't access the SAP MarketPlace servers to download these files because I don't have an active support...
View ArticleRe: PB 12.6 - Oracle DB Profile does not save Password
Oversight means that the developer that fixed the bug forgot to close the CR so the bug wasn't on the fix list.
View ArticleRe: Localized RunTime Files for spanish
Hi Erwin; I am really disappointed with $AP'$ requirement to purchase a $upport plan to get access to something that I should have gotten with my purchase / upgrade of PowerBuilder. You would not...
View ArticleFormula for calculating colors
I have also needed to use all three of the RGB command example(RGB(120, 255, 129)) to calculate colors. This is because the below formula from documentation makes no sense. Mathmatics would indicate...
View ArticleRe: Formula for calculating colors
No, it's correct. That's the way RGB is calculated. In your example: RGB ( 120, 255, 129 ) it would be 65536 * 129 + 256 * 255 + 120 Multiplication takes precedence over addition, so you then get:...
View ArticleRe: Electronic(digital) Signature with PowerBuilder
Hi Alexiei; PowerBuilder can do this natively using its InkEdit Control and or InkEdit DataWindow. However you would have to be running the PB application on a tablet or laptop that has a pen input...
View ArticleRe: Formula for calculating colors
So, it's 02:30 on the 1st October* and you've been called out from bed to fix that report that has to be on the boardroom table at 08:30. You're struggling to be awake never mind thinking about...
View ArticleRe: EASERVER 6.3 and Certificate error
These are the instructions that we have for this job: Generate the certificate request open up a command window and change the working directory to 'e:\Sybase\Shared\jdk1.6.0_12\bin' or where...
View ArticleRe: PB 12.6 - Oracle DB Profile does not save Password
Hi Roland. I was thinking that a case is closed from the person who reported it and not from the person who fixed it. Recently I opened a case, and was asked to close it some time later (after it was...
View ArticleRe: pb 12.5 in window 's browser left events ,instance variables
Hi Yehuda; I am assuming that your question pertains to missing "Panes" in the Window Painter. If that is the case, then just select View => Layouts => (Default) in the PB IDE menu. HTHRegards...
View ArticleRe: pb 12.5 in window 's browser left events ,instance variables
All regards Chis. tanks very much. yehuda fingher.
View ArticleRe: Electronic(digital) Signature with PowerBuilder
We have used the software and signature pads from Topaz Systems. Electronic Signature Pads and Software | Topaz Systems Inc. This allows you to add a signature control that you can use anywhere in your...
View ArticleRe: pb 12.5 in window 's browser left events ,instance variables
Great ... happy coding!
View ArticleRe: Electronic(digital) Signature with PowerBuilder
Hi Shenn; Perfect! Now just use the FileOpen () and FileReadEx () [stream mode] PB methods to read each "C:\_APPS\TaDTP\xxxxxxxx_sig.bmp" image into a BLOB variable. From there, send the Blob contents...
View ArticleRe: Formula for calculating colors
I'm gonna thank the one that wrote the RGB() function. If I wanted to fill my code with parenthesis I'd write in LISP.
View ArticleRe: Electronic(digital) Signature with PowerBuilder
Will the signatures be collected at run time or known at compile time? I would like to understand what you're going to do with them. Are you just collecting signatures or wanting to place them on a...
View ArticleRe: Formula for calculating colors
Hi Philip; Its all done for you in my freeopen source Framework The Framework replies on a global function called fn_rgb_colour_values ( ). You are most welcome to extract this function into your own...
View Article