Re: working with dll
I'd remove the directory reference in the declaration and put the DLL in the same directory or in the system path. Does PB say anything? If it attempted to call it and the parameter were wrong you...
View ArticleRe: No response from Sybase/SAP
Hi Dave; Thanks for the update on WS's! Hopefully, SAP will get a proper full QA done on PB 12.5.2 (already in progress from what I hear) and re-issue the MR ASAP so that we can all use a stable...
View ArticleWeb Forms with IE 10
Has anyone gotten Web Forms to work with IE 10 (10.0.9200.16540)? I realize that this feature has been dropped, Appeon Web is available, etc., but I have a couple of production apps that were chugging...
View ArticleRe: working with dll
Try it like this: Function long intr2000 (string input , string output, string env) Library "INTR32.DLL" If the dll expects Ansi strings, add this to the end: Alias For "intr2000;Ansi" If any of the...
View ArticleRe: Printing bar codes with Powerbuilder 7
Thank you for the example Mark. When I try to add the barcode_example.pbl to my library list I get an error message "Libray name is invalid". What PB version is example in? My client is using PB7 so...
View ArticleRe: Windows xp to 7
The control just goes bezerk, flashing like crazy. I cannot enter anything into it. I've never been able to figure out why.
View ArticleRe: picturebutton background
Hi Brad,Would a button control in a dummy DataWindow object work as your picture button?
View ArticleRe: picturebutton background
A standard picture button with button face backcolor behaves like a regular command button. That's what I'm trying to show in the picture I attached previously. Am I not understanding your problem?
View ArticleRe: Datawindow Error: ct_describe(): user api layer: external error
Hi ; The #1 question is "how are you connecting to ASE"?ie: SQLCA.DBMS = {OLE, ADO, SYC, ASE} etc Regards ... Chris
View ArticleConsuming PB .NET datawindow in PB Classic
I have a PB .NET datawindow (with a custom WPF control on it) that I want to consume and integrate with in PB Classic (12.5). Does anyone have experience on this? Is it even possible to do it? I know...
View ArticleRe: PB 12.5.1 - RTF and Images in the DataWindow Object
I think the Blob Table should not be confused for a notes field.For a new line is necessary to make a blob update and then later you can edit its contents.I think the mistake lies in the behavior of...
View ArticleRe: PB 12.5.1 - RTF and Images in the DataWindow Object
I don't think you can save directly from the datawindow. The tableblob column isn't part of the update specs. You'd have to pull the data out of the column and do an updateblob in embedded SQL.
View ArticleRe: PB 12.5.1 - RTF and Images in the DataWindow Object
My RTE TB DW is GPF'ing on an existing row (its not an insert)! This "puppy" certainly has some problems IMHO.
View ArticleRe: PB 12.5.1 - RTF and Images in the DataWindow Object
MY TB DW's update the Blob column perfectly in XP when I type text into them, set the RichText properties and issue the DC.Update( ). I verified the updated RTF blob data in the DB using TOAD. Of...
View ArticleRe: PB 12.5.1 - RTF and Images in the DataWindow Object
Well, the old OLE Database Blob field updates. Guess it does an UPDATEBLOB behind the covers. I tried it with the TableBlob I'm not seeing anything in the DB trace file that indicates that it's...
View ArticleRe: Web Forms with IE 10
Hi Cristian,Are you able to set compatibility through the application, without user involvement?
View ArticleRe: working with dll
As a side note, you can use Dependency Walker to see what functions a native DLL exports and what it calls them. I've had problems before with name mangling and Dependency Walker helped me to see it....
View ArticleRe: Consuming PB .NET datawindow in PB Classic
You would need to use something like the .Net Interop Forms Toolkit to expose it to PowerBuilder Classic as an ActiveX. See this blog entry for a demo of doing that with a standard .Net control. You...
View Articlemigration from pb9 to pb12.5
hi, i installed pb12.5 on windows 7, and tried to migrate pb9 app to pb12.5 but facing problem in the arabic text displayed in label on windows and datawindow the text are shown as garbage...
View ArticleRe: PB15 Beta Program
Yes. It's disappointing. I was expecting to see the roadmap announcement and beta opening in mid March.
View Article