Re: Datawindow Editmask DD Calendar
Use this expression in the format expression. Then you can have the drop down when the cell gets focus but it will be blank when the cell doesn't have focus. if(isNull( termination_date ), '',...
View ArticleRe: Ws Security config file wont regenerate with current code changes PB.NET
I have tired what you said above over and over many times,created a new project and tried again same result. I have also read that topic many times as well.This forum was my last resort. Take a look at...
View ArticleRe: Datawindow Editmask DD Calendar
Hi Ben, Exactly what I was looking for. Thank-you Shane
View ArticleRe: Ws Security config file wont regenerate with current code changes PB.NET
I missed the fact (despite your having put it in the subject) that you were trying to pass a certificate for WS-Security. The example I gave you was for authentication. For WS-Security, try the...
View ArticleRe: Ws Security config file wont regenerate with current code changes PB.NET
Thanks once more for your reply Bruce. Your code above would have a few contradictions to my set up. One of which i see as the binding. I am using WS Security with wsHttpBinding. Here is the auto...
View ArticleRe: Ws Security config file wont regenerate with current code changes PB.NET
Your code above would have a few contradictions to my set up. One of which i see as the binding. I am using WS Security with wsHttpBinding. All I can give you is general guidance. You'll have to fine...
View ArticleRe: Ws Security config file wont regenerate with current code changes PB.NET
Ok. I understand. Guess i'll have to go back to the drawing board and probably try another form of WS Security apart from certificates. Have you seen an implementation that has worked with message...
View ArticleRe: Installing an application without the ".msi" file
Hi Deise:If you want to see what the MSI contains, use Runtime Packager to generate an MSI. The contents can then be examined using the Microsoft orca.exe (Orca.exe (Windows)) which will give you a...
View ArticleRe: Ws Security config file wont regenerate with current code changes PB.NET
Actually, I've seen certificates work. That sample I gave you was excerpted from production code.
View ArticleRe: Installing an application without the ".msi" file
Deployment is described in:http://infocenter.sybase.com/help/index.jsp?docset=/com.sybase.infocenter.help.pb.12.5/title.htm&docSetID=1783Application Techniques: Deploying Applications and...
View ArticleRe: PB 12.5.2 Publishing Issues
Hey Chris, Unfortunately, I'm the only developer, and this is the only developer machine. lol At this point I'm gonna uninstall / reinstall PowerBuilder altogether, and apply the latest EBF, and...
View ArticleRe: PB 12.5.2 Publishing Issues
Hi Brian, I was able to reproduce your issue with PB 15. This is how I fixed it.Copied reachframework.dll and system.xaml.dll from "C:\Program Files (x86)\Reference...
View ArticleRe: PB 12.5.2 Publishing Issues
Hello Mark, This is exactly the workaround provided with CR#640523 (See my post above) even though he is not using SmartClient apps
View ArticleRe: PB 12.5.2 Publishing Issues
Hi Jason, I didn't read the workaround since he didn't have any 3rd party controls and my test app (which consisted of a window and a datawindow) didn't either. Seems to me PB should do with these two...
View ArticleRe: PB 12.5.2 Publishing Issues
Did I fail to mention I was using SmartClient publishing? Also, I did try to copy the assembly to the Debug directory before publishing. At the time it didn't seem to make a difference, however, I'm...
View ArticleRe: PB 12.5.2 Publishing Issues
Hi Brian, PB 12.5.x is probably not happy to only have .Net Framework V4.5 installed in your box as it is not clearly mentionned as supported. See the thread from Sue Dunnell (PowerBuilder 15 beta is...
View ArticleRe: PB 12.5.2 Publishing Issues
Hey Jacob, Note of frustration here, that PowerBuilder doesn't give you a choice of what version of the framework you can target, which I find to be extremely lacking, since it's obvious to anyone that...
View ArticleRe: PB 12.5.2 Publishing Issues
Well, I thought a repair of the framework 4.0 would work, but it doesn't. I can't even get PowerBuilder to reinstall now. I get through the setup dialog, the new window for installation appears on...
View Article