Re: PB 12.5 Database Painter does not work like PB 12.0
Thanks for everyone's help!! I do have a primary key on every table. I created a new database profile and connected as 'SA'. Still no help. I cannot click into any of the fields in the database painter...
View ArticleRe: InfoMaker 11.2 required as problem with InfoMaker 12.0 ?
Dear Terry, Thank you for your answer. If they have 12.0 then can you please help with steps to downgrade it to 11.2. As its apparent 11.2 cannot be directly installed as any support on it from SAP has...
View ArticleRe: PB 12.5 Database Painter does not work like PB 12.0
Hi Paul, In case you did not read your other thread related to this issue; try this and see if fixes the problem. If you are using ODBC to connect to the DB then you can turn the table qualification...
View ArticleRe: PB 12.5 Database Painter does not work like PB 12.0
Paul and Charles, One other note, pbodb125.ini can also be used with OLE DB. The copy the runtime uses is located in C:\Users\yourusername\AppData\Local\Sybase\PowerBuilder 12.5 and not one initially...
View ArticleRe: InfoMaker 11.2 required as problem with InfoMaker 12.0 ?
If you are talking about downgrading IM 12 to 11.2, you will need to talk to SAP/Sybase Sales directly and see if they are willing to provide you with a copy off 11, since you have a license for 12.But...
View ArticleAny sign of the web datawindow in PB15
I have no access to the Beta but would love to know if this is still supported and whether any features have been added. My wish list item would be better grid support for things like dragging/resizing...
View ArticleRe: InfoMaker 11.2 required as problem with InfoMaker 12.0 ?
Hi Anshuman; PB only migrates upwards and not down. The only way out would be to return to a PB 11.2 version of the PB Based application - assuming that would be feasible if no new features or fixes...
View ArticleRe: Any sign of the web datawindow in PB15
That feature was removed from the product as of the 12.5.2 maintenance release because of some of the third-party products it would require SAP to license. It won't be in any later releases.
View ArticleRe: Any sign of the web datawindow in PB15
Would it kill SAP to just pay the license fees? Hell, if they charged me an extra $500 while they get their act together I would be happy to pay itstead of them just gutting the product for the aspect...
View ArticleRe: Any sign of the web datawindow in PB15
Wow. I know the Webform got taken away due to third-party products but wasn't aware the web datawindow component even had anything third party.I though it simply involved a little server code and some...
View ArticleRe: Powerbuiler OLE
Pat, If it would be fixed in PB15 that would be great since it's not working for quite long now. But this will not solve my problem that happening today and now (and started actually from the day the...
View ArticleRe: How to handle rowversion (timestamp) datatype of Microsoft Sql Server in PB?
Can you CAST the VarChar into a binary (8) - which is really what a TS is in your T-SQL?
View ArticleRe: How to handle rowversion (timestamp) datatype of Microsoft Sql Server in PB?
so basically change the update stored proc's @a_rowv argument datatype from timestamp to varchar (or nvarchar?) and then inside the proc first convert it to timestamp and then use it in the actual...
View ArticleMain Menu Font Size
We have recently made the move to a contemporary menu style, but it seems that the font size of the main menu cannot be controlled. The menu items and sub menu items resize appropriately when the text...
View ArticleRe: Main Menu Font Size
Not within PowerBuilder. I found this tip on controlling menu font size from Windows Control Panel. http://windows.microsoft.com/en-us/windows/change-windows-fonts#1TC=windows-7
View ArticleRe: How to handle rowversion (timestamp) datatype of Microsoft Sql Server in PB?
I believe that is how PB/Sql Server interact at this level. You can see the same thing with RPC execution - and, most likely your intial retrieval for the datawindow. Nothing to worry about as long...
View ArticleRe: Main Menu Font Size
Thanks for the speedy response Roland. I did what you suggested and found that other non-PB application menus resized, and PB applications with traditional menus resized, but the contemporary menu...
View ArticleRe: How to handle rowversion (timestamp) datatype of Microsoft Sql Server in PB?
ok I removed the stored proc update from the datawindow. Instead go with the traditional update in the Specify Update Properties window. Call the Update method on datawindow and it returns 1. Check...
View ArticleRe: Main Menu Font Size
You should report it as a support case. There is a good chance nobody has run into this issue.
View ArticleRe: deploy PB .NET assembly
We added the dll to our regular setup created with advanced installer. This is not working, so, now I am trying to find out what step is missing.
View Article