Re: Opensheetwithparm function
Hi John; Just a few wild thoughts ... 1) PB & its DataWindow draw its run-time fonts from the "default" printer setting. Have you tried changing the default printer on the problematic PC? 2) Is...
View ArticleRe: Problem with papersize and orientation between standard and label...
Hi Karen, I've found the driver for the Zebra GK420t printer online and downloaded it. I do not have a label printer but can see the same distortion as I saw in the old CR in preview when I...
View ArticleRe: Problem with papersize and orientation between standard and label...
Hi Patricia, I can't create a 'stock' as I am working on a generic label utility that will be used by many different clients with many different printers and label sizes.I finally got this resolved by...
View ArticleRe: Problem with papersize and orientation between standard and label...
Karen, Glad to hear that you seem to have resolved this or made progress at least. It may take some more fine tuning but it sounds like it will work. Pat
View ArticleRe: Web Service Help
Ok. Almost at the finish line. Here's what I've done. 1. Created a Stored Procedure (Function) called GetValue. It has 2 input variables. It returns a varchar value. 2. Created a SOAP web service...
View ArticleRe: Adding complex computed column at run-time fails in PB 12.6
Updating the PFC layers has started to lead down a rabbit hole of hundreds and hundreds of errors.Granted, many of these are probably rooted in a few ancestor issues. But I'm not sure this will lead to...
View ArticleRe: ORCAScript Build Project ???
The build project will (should) do whatever the project object says it should do. If it's an application, it should build the PBDs and EXEs. If it's an EAServer component project, it should deploy...
View ArticleRe: error click on datawindow in webform
Hi Ridwan. Are you using Internet Explorer? If yes, what version? Are you on the development machine? By the way, as Chris mentioned, Webform targets were removed from PB with 12.5.2 GA. As they were...
View ArticleRe: error click on datawindow in webform
Hi Ridwan; Yes, Sybase really never made it work properly and SAP removed it because of the licensing issues with the Telerik controls. So IMHO you would be wasting your time on that feature....
View ArticleRe: ORCAScript Build executable :Is the pbdflags string too long?
Is w_sa_edit_sales_costs_search opened using 1. Open(w_sa_edit_sales_costs_search) or 2. Window w_temp Open(w_temp, "w_sa_edit_sales_costs_search") If it is done using method 2, try declaring an...
View ArticleRe: Using .NET 4.5 features
Hi Mark; Yes, that would seem to be a basic feature requirement IMHO for both PB Classic and PB.Net. I know that people had requested it and it was mentioned in the beta testing for 12.0 and 12.5.0...
View ArticlePB windows not drawn properly
Hello, I have a PB 12.5 app deployed on Windows 7. One of the users has set the default windows zoom to 125%. The issue is that a part of the right side of all windows gets chopped off and scrollbars...
View ArticleRe: Difference between what is displayed and actual data in a numeric column...
Hey Chris, I am just getting back to this. What is in the contents of the zip file? I tried to open it as a workspace and I tried to import it but both fail. Thanks, Karen
View ArticleRe: Difference between what is displayed and actual data in a numeric column...
Hello Karen, Save Karen.txt.zip in a temp folderExtract itRename Karen.txt to Karen.zipExtract Karen.zip You shoud see the workspace HTHJacob
View ArticleRe: ORCAScript Build Project ???
Yep - it's broken. I know it used to work at some point... -Paul-
View ArticleRe: Using .NET 4.5 features
Thanks to all!I am almost sure that I have the correct 4.5 assemlies in the references because it shows me the wanted properties. But if I compile it fails. So I think that Powerbuilder uses the wrong...
View ArticleRe: ORCAScript Build Project ???
I noticed you used PBOrcapi in your video so I reviewed the ORCA documentation. Both PBORCA_BuildProject and PBORCA_BuildProjectEx are only for building EAServer projects. To build a desktop...
View Article