Re: How to know what source code was used to generate webservice/webform?
Thanks, Ben!! Yes. I found the path in PBCurrentDir that matched up with what I thought was the path for the folder from which I deployed the project. Now I don't have to guess. I checked web.config...
View ArticleRe: GUI Design Guidelines
You can get it from either: a) TheTaeKwonDo website I run: http://www.syeoh.com/index.php?option=com_contact&view=category&catid=41&Itemid=68 or b) One of my Blogs:...
View ArticleRe: How to know what source code was used to generate webservice/webform?
Interesting .. the original PB path is not mappable in my PBCurrentDir's (deployed last time from PB 12.1 where I gave up on Webforms)!
View ArticleRe: Import 12.5 datawindow into 12.1 project
Thanks everyone, It did not work, but Brad's answer had more of the mechanics which I often need. I got an error trying to import the datawindow after changing the release from 12.5 to 12. Then I...
View ArticlePB Webforms and PCI Compliance / FrontPage Extensions
Greetings All, My servers that run PB Webforms are failing PCI scans because of MS FrontPage extensions. Does anyone know if I can simply remove FrontPage extensions and know that my webforms will...
View ArticleRe: Code is Script is behaving same even after removing an IF condition
I did... It says Assumed Answered...
View ArticleRe: create a licence feature for my Powerbuilder application
Hi Kumar, I can't give you the full details of what we used in our commercial application, but the basic idea we had was to issue customers keys which they had to purchase in order to operate the...
View ArticleRe: How to know what source code was used to generate webservice/webform?
Chris, I suspect that this only works when you are deploying one of more .gif, .jpg, or .png files. PB has to set up the virtual path from which the files are obtained and that is the key back to where...
View ArticleRe: How to know what source code was used to generate webservice/webform?
Hi Paul; You are correct in regards to Webforms where images are deployed. I was looking at my Web Services which do not deploy images. However, both deployment "foot prints" look almost identical....
View ArticleRe: Code is Script is behaving same even after removing an IF condition
Ahhh ... yes, I see that you started this thread as a "discussion" versus a "question". Discussions have no final answer.
View ArticleRe: Thread callback to main thread
Hi Lucas, -You're right : l_thread.Join() is not needed. -You have to call PostEvent (Timer!) instead of TriggerEvent(Timer!).The event must be triggered after the thread exit. -Do you use a window...
View ArticleRe: Thread callback to main thread
Okay I am trying with iwindow.PostEvent(Timer!) but then the window isn't fired until I exit my application enteriely for some strange reason. I know this since I put a messagebox in there which comes...
View ArticleRe: Thread callback to main thread
It seems to be putting the event at the end of all events, not just the window events. If I put a messagebox in the window open event, it works. Probably because then the event comes before other events?
View ArticleRe: Thread callback to main thread
Hi Lucas; This is sounding more and more like a PB.Net bug in the way the PB generated C# code works. You gys make have to open a case with SAP support on this. Regards ... Chris
View ArticleRe: Code is Script is behaving same even after removing an IF condition
Nerxt time I will start as a question My first time here...
View ArticleRe: PB Webforms and PCI Compliance / FrontPage Extensions
Hi Paul, you do not need the MS Frontpage extensions on the server.for PB Web Forms. Arnd
View ArticleRe: Issue with drop down datawindow
Hi Pralhad,What build of PB 11.5.x are you using? There was a bug, CR 400582 in early versions of PB 11.5 that sounds like what you might be running into....
View ArticleRe: Issue with drop down datawindow
You fix it by changing your assumptions and your data. Your display values MUST MUST MUST be unique, as must your data values. That is a fundamental assumption in the design the dropdown logic. It...
View ArticleRe: Issue with drop down datawindow
Absolutely correct - it's doing a lookup on the selected display value and stopping when it comes to the first occurrence.
View ArticleRe: Connecting a PB application to Excel
Thanks everyone. I eventually got it set up following the same procedures as everyone kindly recommended. I'm a little unsure as how I got it to work but I think the problem may have been a sheet...
View Article