Re: Drop-down Calendar (Datawindow)
Hi Rick; I have checked the OTHER event and not been able to discern a specific message number or Word/Long parm value that uniquely identifies the DDC action. I can get close though with a Message...
View ArticleRe: Drop-down Calendar (Datawindow)
Chris, Thanks for all your help today. I was able to do what I needed in the EditChanged event. Rick
View ArticleRe: Drop-down Calendar (Datawindow)
That is Great & your welcome! If that is all you need, please mark the question then as answered - thanks.
View ArticleRe: Is there a future after PowerBuilder 12.6?
@LudwigSure with every language you can create crap, especially with the lower ones. I belive you that the ones written by objectoriented coders are worse than written by procedural oriented coders....
View ArticleRe: Deploying PB11.5 to Windows XP
Thanks all... I had a bad DLL.. All is well now, thanks.
View ArticleRe: Is there a future after PowerBuilder 12.6?
As far as #6 goes, an external partner couldn't possibly manage PowerBuilder any worse than SAP or Sybase have done so I don't see that as a risk. If I hit the lottery in the next few months, I am...
View ArticleRe: Is there a future after PowerBuilder 12.6?
That's a good point. It is not necessary to webbify all Desktop applications. The application that i was referring to is a complex desktop GUI application and the End Users are happy with the...
View ArticleRe: How to get to RTF computed field expression graphically
Did you specifically insert the computed column in the datawindow? From the PB menu:Insert > Control > Column > Your computed column Ted Zimmerman
View ArticleRe: How to get to RTF computed field expression graphically
Could be a bug in PB 12.5. Have you tried to export, delete and import that datawindow back? That might regenerate all the fields. It would be good if you could attach the exported DW here so we could...
View ArticleCreating Java Proxies
I'm trying to create a proxy to functions in a java class that return void. Do I declare the methods as subroutine in the proxy? And how is the alias statement constructed? subroutine method1(string...
View ArticleRe: Creating Java Proxies
Larry, Can you try this format: subroutine getPhoneNumber( string string_1, string string_2) alias for "getPhoneNumber,(Ljava/lang/String;Ljava/lang/String;)V" Thanks,Beverly Duquette
View ArticleRe: How to get to RTF computed field expression graphically
The computed fields do not show as a column and inserting a computed field is only for a new one (although when I click more I see them). See my response above to Neil.
View ArticleRe: How to get to RTF computed field expression graphically
Export and import did nothing. I am pretty sure that somebody added CF and then deleted them but only graphically. They are still valid computed fields in the DW and are used in the PB code. I have...
View ArticleRe: Creating Java Proxies
Larry, Here's the entire *.srx: $PBExportHeader$StringUtilTest.srx$PBExportComments$Java Proxy for class: cb.common.util.StringUtilTestglobal type StringUtilTest from nonvisualobjectend typetype...
View ArticleRe: Creating Java Proxies
Hmmm... did a tool generate the proxy for you? No variables declared in my class. Another difference is that my class calls 3rd-party library methods. These methods throw custom exceptions. Problem...
View ArticleRe: How to get to RTF computed field expression graphically
I did a test using PB 12.5.1 (Build 4595) . The "Insert-> Control -> Computed Field" Feature in the Richtext Datawindow is broken.Works fine in PB 12.6. Arnd
View ArticleRe: PB crash when calling datawindow update via Stored Procedure
Hi Alberto; That sounds like a bug in PB 11.x. Can you try the SP with a supported version of PB - ie: 12.5 or 12.6? Regards .. Chris
View ArticleRe: PB crash when calling datawindow update via Stored Procedure
Hello Alberto, I remember a very old Sybase bug (Change Request 304902) where the root cause was identified as is:If the last parameter of your stored procedure is not passed by reference (e.g. INPUT)...
View ArticleCan I alter text font in RTF datawindow when using replacetext functionality?
PB 12.51 (build 4015), W7. The application I am working with builds a RTF letter by performing a series of select text and replace text. Can I alter the font of the text during this process? Note...
View Article