Re: unhandled win32 exception when Enter button is hit
Hi Kiran, Have you tried to do a full application rebuild? If not, then try to do a full rebuild. Also, when doing a project build, do a full, not incremental build. Try also to put a messagebox on...
View ArticleRe: prints barcode
Try a Google search for "QRCode ActiveX" Lots of interesting results...
View ArticleHow to connect to MS SQL Compact Edition?
Hi All. I am using PB 12.5.2 Classic.I wish to make a connection to MS SQL Compact Edition 4.0.How do I do this?I understand that ODBC is not an option.To use OLE DB I need to know who the Provider is....
View ArticleRe: SAVEAS excel! PB 6.5
Saveas just saves data, it doesn't take into consideration the layout and column properties as defined in your DW. You would have to use OLE to open the file after saving and manipulating the xls that...
View ArticleRe: SAVEAS excel! PB 6.5
You should take a look at this product: http://desta.com.ua/dw2xls/
View ArticleRe: i dont overcome to the message in pb125.exe - dhcpcsv6.dll error ?
It would be helpful if you would give the exact message you are getting as well as the version of Windows you are using. My guess is there is a problem with the network configuration of your computer....
View ArticleRe: i dont overcome to the message in pb125.exe - dhcpcsv6.dll error ?
Hi Yehuda; That sounds like a an IPV6 network module. Since PB only supports IPV4 protocol for web services, firewall, etc - my guess is that your PC does not have IPV4 enabled. Regards ... Chris
View ArticleRe: unhandled win32 exception when Enter button is hit
Hi Kiran; I would just use the PB "Debugger" to step through the code line by line until it fails. Regards ... Chris
View ArticleRe: SAVEAS excel! PB 6.5
Hi Augusto; You don't need any special add-on products to control the data and widths to the excel spreadsheet file. All you need to do is "Share" or copy the current DW Control data to a DataStore...
View ArticleUsing FirebirdSql.Data.FirebirdClient.dll with ADO.NET in PB 12.5 .NET
Is there a chance to add this in the database painter in the connect/information namespace? Or if there is no chance how to make the connection string 'known' to my application? Where must I 'place'...
View ArticleHow can I search in Powerbuilder IDE for object comments?
Hi, I have an PB App with 79 Library & tons of objects. I need to search a specific comment in the objects comments. My PB version is11.2 build 9097.
View ArticleRe: Using FirebirdSql.Data.FirebirdClient.dll with ADO.NET in PB 12.5 .NET
Just to make a correction: DLL is added as a reference... sqlca.DBMS = "ADO.NET"sqlca.LogID = "sysdba"sqlca.LogPass = "masterkey" sqlca.DBParm =...
View ArticleRe: How can I search in Powerbuilder IDE for object comments?
PBSearch http://www.topwizprogramming.com/pbsearch.html
View ArticleRe: How can I search in Powerbuilder IDE for object comments?
Hi Bruce, Thanks for your answer. Should I pay extra only for this search? "The cost for PBSearch is $75 for single copies or $525 for an unlimited license"
View ArticleRe: How can I search in Powerbuilder IDE for object comments?
Hi Ahmet.If you don't want to follow Bruce's suggestion, you can always implement such a functionality using PB function LibraryDirectoryEx which returns the contents of a library including comments....
View ArticleRe: Byte[] to PDF
Hi Lucas; There already is a request like this in the PB enhancements queue for an "in memory" feature - and even native PDF driver support for PB Classic that was given to Sybase a few years ago....
View ArticleRe: How can I search in Powerbuilder IDE for object comments?
I assumed that you had already tried the search option on the target and each library and found it wanting. If you want a free option, you can still do that. If you find that doesn't meet your needs...
View ArticleChanging dynamically the Picture in a PictureButton control
How can I change dynamically the picture assigned to a PictureButton control? I'm using in a script: button.PictureName="c:\resource_directory\newpicture.bmp" and I have a reference in the resource...
View ArticleRe: How can I search in Powerbuilder IDE for object comments?
Hi Ahmet. You can also try PBL Peeper (by Terry Voth)... I don't know if it's the best tool for doing this kind of work but offers that possibility. And of course offers many other functions. Andreas.
View ArticleRe: Using FirebirdSql.Data.FirebirdClient.dll with ADO.NET in PB 12.5 .NET
Hi Juergen... What version is the ADO.NET you are using? Is it in the GAC? I don't know if you have to add it in your project as a reference... Andreas.
View Article