Re: AutosizeHeight and run-time value
Aha.The RowHeight() expression was the trick, BUTI have several autosize columns stacked below the one I'm interested in. They were uninitialized (null actually), and had zero(!) height at run-time. It...
View ArticleRe: PB .net 12.5.2, datawindow retrieves choke on Oracle TO_CHAR function
Have you run a trace to see what PB is sending to Oracle?What happens if using the native ORA driver?
View ArticleRe: RPCFUNC Parameter Limit?
Let's assume there's a limit of 255, I've never come across it but your tests don't lie. You need a work around. 1) Can you break it up into different functions? Do all the parameters relate to each...
View ArticleRe: PB 11.5.1. - win 8 64 bit
Hi all, Thought i would post the cause and solution of above problem. I use the smtp mail function from Roland in the workspace that didn't start and GPF'ed in IDE. Due to the PBdebug idea from Brad...
View Articleanimated gif as tab picturename
I am using PB 12.5.1 and trying to set an animated gif on a tab control's "PictureName" property. It correctly displays the gif when I want it to, but it is not animated. Is this a limitation of the...
View ArticleRe: How to send multiple records to a webservice in pb.net
You could go either way. However, if you upgrade to 12.5.2 you will lost support for the webforms target. If you're not using that, no issue. All of the post 12.5.2 MRs work on both 12.5.1 and...
View ArticleRe: Create windows service
We've been using NSSM - the Non-Sucking Service Manager. It allows for a program to set an exit code and it'll act on it like a normal service would.
View ArticleIncompatible type for NOT operator: nullable`1[system.boolean].
Hello, allI am having a strange problem in consuming my PB.NET assebly in another PB.NET application. I have a function InitializeComponent in the assebly, which returns boolean,But when I try to use...
View ArticleRe: animated gif as tab picturename
Hi Steven; FWIW: PB does not support animated pictures in its tag page feature (or menus either BTW). However, if you make your own tab page using a Custom Visual User Object you could have animated...
View ArticleRe: Incompatible type for NOT operator: nullable`1[system.boolean].
Hi. What does the InitializeComponent? Are you sure it runs correctly? Gs_odbc has a value? Are all used objects valid when required? I would try to step-in to see if everything workd fine... Andreas.
View ArticleRe: change resulution
This will only work for one screen. If you have 2 or more monitors, you have to use some API functions (EnumDisplayMonitors) to get the geometry and dimensions of the monitors.
View ArticleRe: Incompatible type for NOT operator: nullable`1[system.boolean].
Also, make sure every code path in your method returns a value... If the default return is false, make sure to have a RETURN FALSE right at the end. If I was creating a PB to C# converter, I would make...
View ArticleSlightly used PB developer on the street
First mistake:I thought I had a sunset job, i.e., a comfy position with a stable company that I could hold on to until retirement age (5 years to go). Second Mistake:Not learning anything but...
View ArticleRe: Slightly used PB developer on the street
A couple of suggestions: 1. Do a search on twitter on "powerbuilder". Better yet, get a feed set up, I have one to my FlipBoard account. Most of the traffic seems to be contract positions. 2. Set...
View ArticleRe: Slightly used PB developer on the street
Hi Larry; First of all ... my sincere condolences. Second of all .. I really hope that the new owner keeps you on for another 5 years (I'm in the same boat)! To answer your question - along with...
View ArticleRe: Slightly used PB developer on the street
Thanks, Chris. We'll know this week about our status. I spent some time this morning looking at Monster. Gee, I really don't want to travel again. I'm only 4 miles from home here. Kinda got used to it....
View ArticleRe: Slightly used PB developer on the street
Bruce, I haven't tried the Twitter searches, and I just discovered indeed.com. After I get really down later this week after meeting with HR, I'll ramp up the searches. Thanks.
View ArticleRe: Slightly used PB developer on the street
Hi Larry, Sorry to hear that. The perception of job stability is a flaw in human nature me thinks. I think the market right now is actually pretty good for all developers including PB. If you live in a...
View Article