Where oh where can I buy a copy of 12.5?
Greetings all, I need to buy a license of PowerBuilder today if possible. I tried the PB Trial link off this forum, but it is a dead link. I went to the SAP Store and search on PowerBuilder getting...
View ArticleRe: Where oh where can I buy a copy of 12.5?
You in the US? TechXtend (formerly Programmers Paradise). http://www.techxtend.com/Product.aspx?skupart=S84%2004
View ArticleAutosizeHeight and run-time value
I know this has been asked many times before, but my Google-fu has failed me.PowerBuilder 12.5.2 classic mode, running on Win7 64 bit.I have an autosize height column in a datawindow, and I want to...
View ArticleRe: AutosizeHeight and run-time value
Hi Kennon; FWIW: You need to use the Evaluate ( ) method within the Describe ( ) to get to that value at a spcific row. HTH Regards ... Chris
View ArticleRe: AutosizeHeight and run-time value
Thanks Chris,Is there a syntax to get at that attribute through Evaluate?It's telling me I can't access the ".Height"...
View ArticleRe: Creating pdf files in powerbuilder 12.1 classic on win 7
Another Questionturns out, that some of my clients machines are win 7 - 32 bit or XPdo you think that I should make sure that I use the gs???w32 bit versionof the ghostscripti currently am using...
View ArticleRe: Creating pdf files in powerbuilder 12.1 classic on win 7
Hi Scot; Yes, those environments must definitely only have the 32 bit version of GS installed! Regards ... Chris
View ArticleRe: AutosizeHeight and run-time value
Hi Kennon; Thinking about this some more, I do not think that Evaluate can handle this. The other thought would be to create a computed column (say ie "cc_height" that uses a Describe ( ) method of...
View Articleadd a Tag when Consuming a web service using Proxy wizard
i am currently consuming a web service using the proxy wizard. i was able to import the wsdl and it created all of the structures that are required to create the xml document that i need to send. i...
View ArticleRe: AutosizeHeight and run-time value
Nope, the computed field still gives the design-time height, it isn't updating with the current height. I know I've seen this done before, but I can't figure out where...
View ArticleRe: add a Tag when Consuming a web service using Proxy wizard
Have you tried modifying the WSDL you used to create the proxy? The WSDL may not actually be in synch with the service.
View ArticleRe: AutosizeHeight and run-time value
You might try a computed field using RowHeight(), or else try scripting dw_x.Describe("evaluate('rowHeight()', 1)")
View ArticleRe: Table does not exist at dw.insertrow(0)
Sorry for the confusion.. IE as in, "that is", I meant to say that that snippet of code, does not display a message box, therefore dw_one and dw_two are sharing data correctly..
View ArticleRe: Table does not exist at dw.insertrow(0)
To clarify what I am trying to describe I have taken the following screenshots:this is d_dddw_mynewdropdown:I simply have a control which maps to the my_new_lookup Table description column.Then here is...
View ArticleRe: Table does not exist at dw.insertrow(0)
This is correct. The application starts with a log in screen (we have over 80 users) the application then connects to the database using the credentials entered into the login screen. The table was...
View ArticleRe: What's this I see Vishal Sikka is leaving SAP?
Hoping all my Sybase friends make it thru - http://www.zdnet.com/sap-reorg-job-cuts-underway-7000029413/
View ArticleRe: Table does not exist at dw.insertrow(0)
You should do whatever was done for all of the other tables in your application. don't bother with the alter session since your users would already have access to the table if that was being done in...
View ArticleRe: Table does not exist at dw.insertrow(0)
Hi J; Just set it on in your transaction object ... For example:Old: SQLCA.DBMS = "ORA"New: SQLCA.DBMS = "TRACE ORA" HTH Regards ... Chris
View ArticleRe: Table does not exist at dw.insertrow(0)
In oracle, permissions are usually set using user roles. For sure you have user roles created for your application. Just grant select permission on that table into a user role that has been granted to...
View ArticleRe: Where oh where can I buy a copy of 12.5?
Here are some additional resellers and the product numbers for which to ask. Use the channel hotline phone number 1-888-866-2366 and/or the channel hotlinee-mail address (volumesales@sap.com) for the...
View Article