Re: Passing datastore (populated) to a new window via Message - null object ref?
Hi guys, thanks everyone for replies. Apologies for insanely long post now, just trying to answer everyone: Chris, forgot to mention, in our architecture, we have a pfc_preopen which gets executed...
View ArticleRe: Passing datastore (populated) to a new window via Message - null object ref?
Create a new structure for all this: global type parameter_structure from structure string Param1 string Param2 datastore Param3end type In your code to open the window: parameter_structure...
View ArticleRe: Passing datastore (populated) to a new window via Message - null object ref?
Thanks Brad, I'd prefer to know what I am doing wrong with passing the datastore as I stated, but I'll certainly try this tomorrow. Thanks very much for taking out time to write an example!
View ArticleRe: Passing datastore (populated) to a new window via Message - null object ref?
The short answer is that you're using the Message object in a way that it wasn't intended to be used. Manually setting the PowerObjectParm in one screen doesn't necessarily guarantee that it will be...
View ArticleRe: Passing datastore (populated) to a new window via Message - null object ref?
I think you can only use one parm type at a time. This is why needing more than one parameter type at a time requires sending a structure instead. In your case, a structure would make all of the code...
View ArticleRe: DW expression without explicitely naming the control
Hi, You can try this :Create a custom event ue_mouseover dor the DatWindow control mapped to pbm_dwnmousemove.in this event add this code :string ls_obj, ls_value, ls_datatypels_obj = string...
View ArticleHow to get Machine time zone in Powerbuilder?
Do we have any way to get machine time zone in Powerbuilder script? Thanks in advance.
View ArticleRe: How to get table of object in Powerbuilder script
Hi Bruce, Thanks for your reply. I tried this way but due to some reason when I tried to create a datawindow using the SP as data source it was not listing any SPs in the list (it was showing an empty...
View ArticleRe: Help to interface zebra ZMotifPrinter.dll
Thanksscott, usingthe examplesfoundin the ApplicationTechniquesmanualI was able toreferencingDLLs.Now I havesome problemsin usingsome specificmethods, butthat's another story...again thanks for your...
View ArticleRe: How to get Machine time zone in Powerbuilder?
Hello, Use the GetTimeZoneInformation API: FUNCTION ulong GetTimeZoneInformation(ref str_timezoneinformation str) LIBRARY "Kernel32.dll" alias for "GetTimeZoneInformation" Obviously, you need to create...
View ArticleIssue with SaveAs PDF using XSLFOP
Hi, We have been using SaveAs method to generate PDF files using XSLFOP technique successfully, however, recently we ran into an issue where a very large report (about 100+ pages) generated a PDF file...
View ArticleRe: Unknown build error PB12.5 .NET
Sorry, I don't know why it does that, just that it does and it's the cause of the problem.
View ArticleRe: Issue with SaveAs PDF using XSLFOP
Hello Chirag, We submitted this problem to engineering 10 years ago with PowerBuilder 9 !!! It appears to be a problem with the FOP processor which needs a large amount of memory to complete the task....
View ArticleRe: failed to get local NLS_LANG charset ID
Thank You... I will have time to do a test this weekend and will also try it on my windows 7... Will do all and advice back of the results... I appreciate your assistance and advice...
View ArticleHow do you upgrade the Powerbuilder Virtual Machine on EAServer?
I am upgrading from PB 11.5 to PB 12.5. I renamed the current folder (C:\Program Files\Sybase\EAServer6\PowerBuilder) and then created a new Powerbuilder folder that contains the PB 12.5 DLLs. It...
View ArticleRe: How do you upgrade the Powerbuilder Virtual Machine on EAServer?
Hello Mark, There is a PBVM subfolder in your PB12.5 distribution media.Run the setup.exe file to install the PB runtime DLLs in your EAS. P.S: You can install different PBVM versions into same folder,...
View ArticleRe: About PB 15 Category in forums...
Hi Andreas,I agree. It seems to be quiet or is there a different communication channel for the PB15 Beta Testers? Does someone have some Information How many people were able to get in the Beta...
View ArticleRe: How do you upgrade the Powerbuilder Virtual Machine on EAServer?
Hi Mark; The PB install for EAServer will update some key information in the EAS "Repository" that is required by the EAS interface to PB's PBVM. Regards ... Chris
View ArticleRe: About PB 15 Category in forums...
They were monitoring the category until the beta period expired. They did extend the beta period but the only comments since were from people who couldn't get the new license file to work. Since they...
View ArticlePB/PBSSC-proxy setup failure...any help accepted
I am using TortoiseSVN 1.8.5, Build 25224 - 32 Bit , 2014/02/18 20:05:11, Subversion 1.8.8, and PBSCC-Proxy 2.0.1.80 to retrofit SCC on a PB9 application. I have created the SVN repo, work structure,...
View Article