Re: Why is my left click not working in an edit mask field?
So the other window of type child had these same type of clicking issues and on the datawindow. The data window source code says release 12.5. I changed the window type to main and walla ... clicking...
View ArticleRe: Problem deploying PNG toolbar images in pbr
Hi Karen, I did a quick test using a png picture in the toolbar and included it into the exe via a pbr file.No problem so far.So it must be something special with your png. Can you share (upload) such...
View ArticleRe: Problem deploying PNG toolbar images in pbr
Hi Arnd, The image is contained within the body of this message. It may be difficult to see because it is a white plus sign with no background. This image was created using Metro studio. Other png...
View Articlesetlibrarylist and machine compile
PB 12.5.2, current EBFWindows 7, 8, 8.1 (32 and 64bit) We're doing a machine compile to avoid a app crash (one specific response window, no weird code, worked in 10.2.1, now crashes at random) and have...
View ArticleRe: outlook question
Hi Roland , Big thanks for all the help , All works fine with office 2003 but with office 2010 when trying to open the msg file which was saved before , I am getting an error message from the outlook ,...
View ArticleRe: Is there a future after PowerBuilder 12.6?
Peter, If you can find the time to login to SAP's abominable nosupport site 10 times, you'll find that support for 12.1 ends in Nov. 2014, 12.5 is end of life in August 2015 and 12.6 is end of life in...
View ArticleRe: Problem deploying PNG toolbar images in pbr
Hi Karen, this toolbar_add.png works fine for me.In my app.pbr, I have one line with toolbar_add.png and my toolbar item references just "toolbar_add.png" (exact same spelling). Do you use any...
View ArticleRe: outlook question
I tried Roland's code with MS Outlook 2010 and all is good. I can save and open the saved messages with no error. What error message are you getting?
View ArticleRe: Is there a future after PowerBuilder 12.6?
Hi Paul, what kind of objects you lost scripts during migration? from which version to 12.6? could you share the sample codes?
View ArticleRe: PB 12.6 - Windows 8.1 / Sybase DataWindow PS question
I use cutepdf writer as the destination printer for printing to pdf. its transparent to the application just like most other pdf printers out there. (works on winxp all the way to win8.1 64 bit)
View ArticleRe: MSSQL : converting IMAGE to varbinary(max)
Hi all, I got an update from support Previously I modified pbodb*.ini in these locations C:\Program Files (x86)\Sybase\Shared\PowerBuilderandapplication directory (ie: dev directory c:\pb12.5compile...
View ArticleCheck any background process is running.
Dear Team, As you know as a powerbuilder classic developer we can check the user inactivity using idle event, we can also check the database connectivity using DBHandle. Can any body help me how do i...
View ArticleRe: Problem deploying PNG toolbar images in pbr
Some important notice:In the PBR file do not use any whitespace in the line with the png file name. I checked the exe and what can be found inside the exe via my little tool from dwox.com.
View ArticlePb 12.6 .net Debug problem (variables values)
When I run the debug.......I do not see the variables values at the bottom left of the screen ?.....blank screenHas anyone run into the same problem" ???Thank youJP
View ArticleRe: Appeon - Which target to include emailing of an attachment?
Thanks everyone for the help. I did not achieve all I wanted, but at least I have the application doing a basic SaveAs HTMLTable in the root of the c: drive. I learned, I think, that Appeon ignores...
View ArticleTrigger Changed Event on Datawindow
Greetings All, I have a window with a datawindow that presents a grid to a user. When they enter a base rate, it triggers the change event which does a lot of calculations and does setitem on a bunch...
View ArticleRe: Trigger Changed Event on Datawindow
Hi Paul, I would - remove the AcceptText() from the Itemchanged event!!! - move entire script to a user event (perhaps ue_recalculate ( row) ) and POST that from the ItemChanged event - trigger the new...
View ArticleRe: Trigger Changed Event on Datawindow
Footnote: If you are accepting text or update(true... ) in the closequery event there is the possibility the posted event may be too late, so you will need an if not isvalid ( dw_1 ) then return at the...
View ArticleRe: Trigger Changed Event on Datawindow
Thanks, Lars!! Here is the current code below... Question: Why do I need to remove dw_1.accepttext()? Do you think it is causing a problem in my current itemchanged event? Can you kindly give me an...
View ArticleRe: Trigger Changed Event on Datawindow
The AcceptText() in ItemChanged event can cause problems if an item error occurs... I think from memory. Not good practice regardless. The reason why some people put it there is to ensure that...
View Article