PB 12.5 Julian Date
Is there a built in function to convert a date to the julian date? Thanks,Dave
View ArticlePOWERBUILDER LIBRARY
there are limits on the number of objects or the number of libraries in a project? And the size of the libraries? ty G.
View ArticleFrom PB.9.x Legacy To PB.Net 12.5 application with GoTo's Instructions
Hi, coleagues ... We have a PB.9.x legacy application that needs to be migrated to PB.Net 12.5 , but we have found this application have old fashioned programming techniques as GoTo instructions and so...
View Articlecolumn 2 has an invalid name and or length.
Dear Experts, PowerBuilder argument Error: column 2 has an invalid name and or length.Is there any bug fix available to resolve this error. ThanksAmanullah
View ArticleCannot open Print Manager on PB12.5 Web Form target
Dear all, Need help??? See the "print" icon on the Google Chrome but when I click on "Print" the print manager dialog box did not appeared. Currently I am using win 7.1 64x prof, PB Classic Ver 12.5...
View ArticleHow to get default printer?
I try to use PrintGetPrinter() to get default printer , but I always get the info as:Microsoft XPS Document Writer winspool Ne00:Even I change default printer. My case is Windows XP, Powerbuilder 11.5....
View ArticleDW 2nd Retrieval Argument Add Fails
PB 12.5.1 (build 4015). When I go to add a second datawindow retrieval argument using the painter it always says "Column 2 has an invalid name and/or length". It doesn't seem to matter what name or...
View Articlepowerscript 2.0
I was cooking an idea how to extend the current powerscript to accomplish some long wanted features like: -Optional arguments-Operator overload-Inline functions-Interfaces-User defined...
View Articlepbdebug in limited quantities
PB Classic 12.5.2 Build 5583OS Doesn't matter I'm working on tracking down a strange app crashing problem, and the results from /pbdebug would be ideal IF I could turn it on/off as needed within the...
View ArticleHow to use Team foundation Server for Powerbuilder version control
As the title says, I would like to use Microsoft Team foundation Server for Version control. Does anyone know if this is possible. Even when I have attached to our Team Foundation Server (TFS), I do...
View Articleworking with word bookmarks
hi , I have a word file ( all office versions) , which has bookmarks in it .I open it from my application , take data from DW , and fill each of those bookmarks by its name I want to scan the file...
View ArticleUsing PB 12.0 Build 5530 - Is there a way to zoom in a picture control?
I know that you can do it in a datawindow but you have to first write a file. Can you zoom an inkpicture or an inkedit control?
View ArticleNot able to get Oracle stored procedure return value passed to Powerbuilder
I have an Oracle Stored Procedure that receives a string value and returns a string value.. When I call it from Powerbuilder, it executes but does not send the return value of a string back. I am...
View ArticlePB 12.5 Dynamic Menu Enabling
Hi I'm developing an application in PB 12.5. There are several users who are going to access this app. Depending upon the login I've to enable only those menu items that are applicable for him. I'm...
View ArticleError while installing sybase powerbuilder 12.5.2 standard runtime
Hi Folks: I was trying to install PB 12.5 runtime package (PBCLTRT125.msi) as "Run as elevated" on Win 7 64 bit VM and I got below error: Module C:\Program...
View Articlehow to create treeview in datawindow for data editing?
Suppose I have table like:mytree(id, parentid, ....) It contains tree data with parent-child relationship. I want to maintain this data. There are 2 solutions: Use treeview to load data from mytree...
View ArticlePB 12.6 : Problem with menu in 64 bits executable
Hi, I've migrated one application from PB 12.5 to PB 12.6 and deployed the executable for the 64 bits platform. The main menu displays but when i click on an item, nothing happens ... It works fine...
View ArticleNot Able to Access the Properties of Workspace and Target
Hello, I have install PB 11.2 Build 9027 on my laptop ( Windows 7 (64 bit))). PowerBuilde is open and able to see the existing code.But when I am trying to access the properties of Workspace or target...
View ArticleIs PB 12.5 compatible with windows server 2012?
Is PB 12.5 compatible with windows server 2012? Thanks in advance!Pedro Soares
View Articlehow to use rowid in filter for datawindow?
I try to use filter to filter data in datawindow, likedw_1.SetFilter("column = value")dw_1.Filter() then I can get data from this datawindow like:GetItemNumber(row, column_name)GetItemString(row,...
View Article