Re: Help required
Hi Suganya; If you want to produce PDF files from PB for A11 - then have a look at the GhostScript requirements and the SaveAs (PDF!) command options in the PB help. Regards ... Chris
View ArticleRe: Problem using dll in PB 11.5 webservice
Hi Ruben; I am glad the information was useful! 1) Yes, the new Appeon 2013 version (includes Web 6.6 & Mobile 1.0) was officially released (GA) this week on Tuesday. The official news release...
View ArticleRe: Attempt to open datawindow failed
Oh Dear .... "Goggling" I found that it stills happen on 12.5:" Maybe the SAP QA guys will find this in their proper System Testing of PB 12.5.2 and get engineering to fix it (again).
View ArticleRe: Help required
I also have an example of installing the required printer via code: http://www.topwizprogramming.com/freecode_printerinstall.html
View ArticleRe: Tables not visible in PB 9.0.3 / sql server 2008
I still have one client running PowerBuilder 9.x against SQL Server 2008 R2, and the most robust connection I've been able to set up between the two was with the OLE-DB interface using the "SQLNCLI10"...
View ArticleRe: Bulk Copy from PowerBuilder?
Thanks Bruce. Yes, we use this approach as well. All the data is actually in the same database. The overhead comes when populating table_b from the client. Thanks,Russell
View ArticleRe: Bulk Copy from PowerBuilder?
Wow! That's very creative, Dale. However I think this might be a hard sell for my mgr. And we do this type of thing in a lot of places, so it could end up being a lot of work. Thanks,Russell
View ArticleRe: Bulk Copy from PowerBuilder?
Thanks Mark. Actually this is one approach we use most often. Still it seems we have the overhead of inserting one at a time & making the round trip from pc to server. Unfortunately it's still...
View ArticleRe: Attempt to open datawindow failed
Question: If you "unclick" the "Reload painters when opening workspace" System Option (on the "Workspaces" tab) does the problem go away?
View ArticleRe: OLE and Office 2013
Hey Stephan, Can you be a bit more specific about the runtime errors? Dale
View ArticleRe: Tables not visible in PB 9.0.3 / sql server 2008
1. I have the privileges2. MSS SQL server native
View ArticleRe: Tables not visible in PB 9.0.3 / sql server 2008
I will try that. The problem machine will be available on Monday
View ArticleRe: Tables not visible in PB 9.0.3 / sql server 2008
Hey guys. Thanks for all the great responses. I was on IE6 at work and couldnt get in here til today. Are you connecting to the target database with the correct priviledges to access any tables in the...
View ArticleRe: Modify with a formula
The color needs to have a default prior to the modify expression portion. If you looked at the exported datawindow object you would see something like ...color=123456~tif(campo2..... Matt
View Article12.5.2 change and fix list?
Is there a list of what was changed and what was FIXED in 12.5.2? i didn't see anything in the 12.5.2 download/install.
View ArticleRe: Powerbuilder 11.5.1 on Windows 8?
Hi Vlad We have a PB 10.5 Classic App for the entertainment and have been deploying it with success to users with Windows 8. As with Windows 7 64 bit, if one is using ODBC once must be careful to use...
View ArticleRe: PB15 Beta Program
Hi. I want to thank you for your time and effort to keep the foundation class alive. Powerbuilder is by itself a 4GL RAD, but with PFC it becomes even better, and productivity can really increase. Hope...
View ArticleRe: Modify with a formula
Hi. I don't know what is the real value & meaning of the columns you are using. Also I'm guessing (but don't know for sure) that you are using Powerbuilder 12.5 and it's help... If I'm right, then...
View ArticleRe: Modify with a formula
Yep, and don't forget the tab character between the default and the expression: "~t"
View ArticleRe: Tables not visible in PB 9.0.3 / sql server 2008
I don't believe that the old MSS interface works with SQL Server 2008; you either have to set up an ODBC connection or use OLE-DB.
View Article