Re: print a picture
Thanks again.I have all the rows in the detail layer. Here is my datawindow. Thanks again.
View ArticleRe: Problem Maximizing Window
I suggest you backup. Remember that no one knows your application and cannot see what you see - your description is difficult to understand without knowing what your "dashboard" is and how it is...
View ArticleRe: Why not PFC?
I did make some assumptions... I was trying to give you the possible reasons not to use PFC. As with most frameworks, there are not many arguments against using it. However, if the assumptions were...
View ArticleRe: Why not PFC?
Hi, Chris. Lemme revisit your libraries. I looked at them quite a while ago but never acted on it. Sorry.
View ArticleRe: Why not PFC?
I agree, too, Bruce. If it were up to me, I would make it a mandate; however, we all have to endorse it as a new programming standard. I know there are no compelling reasons to not use it but I wanted...
View ArticleRe: Problem Maximizing Window
Hi Chris,Thanks for your reply. I tried this and it worked to maximize the window again, but then if I subsequently open other windows, it stays maximized. Is there a good way to minimize it when...
View ArticleRe: Why not PFC?
Hi Larry; FYI: If you have not looked at it for a few years - you will find that I came up with a new "integrated" version plus a complimentary .Net / IIs Web Service based framework (based on the...
View ArticleRe: Why not PFC?
For new apps I don't know of any reason not to use it. It's different for existing, mature apps. You have to evaluate whether the costs involved with retrofitting the framework into the app is worth...
View ArticleOld Insert statement has stopped working.
As of this morning I began getting an error on an insert statement, "String or binary data would be truncated." See Capture.png. The column that causes the problem is a varchar(11,null). I know this...
View ArticleRe: PB 12.5 Classic how to return a C# dll array
Not to familiar with the try/catch.. I do know that the method is working if I ran a c# program calling that method it works fine but in PB it does not like it. For now I changed the return to be just...
View ArticleRe: Old Insert statement has stopped working.
Hi Laurel; Looks like somehow, your new data is > 11 characters - which exceeds the columns size. Sounds like a "data anomaly" issue to me. Regards ... Chris
View ArticleRe: Old Insert statement has stopped working.
Hi Laurel, You might want to look into the of_GetPhone method. It looks (according to Capture1.PNG) like there's where you populate is_phonenumber. There might have been a change to that method that is...
View ArticleRe: Problem Maximizing Window
Not sure if this helps with your specific quest, but about 6 months ago I did a lot of research and trial and error on restoring MDI sheets to their user-stored locations and sizes. What I found, and...
View ArticleRe: Unsure how to populate information to send to a web service
Hi Glenn, If I may chime in among these gurus. I think you should always always always match a destroy with each create. Relying on the garbage collector is a recipe for laziness and complacency. One...
View ArticleRe: How to migrate PB web services and web applications from 2003 to 2008 MS...
Hi Chris, For MONTHS I have been screwing around with the GhostScript install. Thanks to your step by step install that you published today for a different post entitled "Creating pdf files in...
View ArticleRe: SAP Price List
Hi Chris, Yes. I need to buy a copy of PB 12.5.1 tomorrow. Can you send me the name of the contact? pemurray at interrasys.com Thank you!! Paul
View ArticleStatic functions in PB.NET
Hello, allIs it possible to create a custom non-visual object and declare static functions for it in PB.NET 12.5.2. I am trying to convert a large console PB classic app to separate .NET components,...
View ArticleRe: How to migrate PB web services and web applications from 2003 to 2008 MS...
Hi Paul; I am so glad that my posting in the other thread was able to help you out in this issue! Yes, it is the 64bit version - just not named correctly yet. You will see that if you upgrade to...
View ArticleRe: Old Insert statement has stopped working.
Or the file generated by tracing the connection? Or the results of using the sql server profiler tool?
View Article