Unless you're using the new version of Excel, and then you can run into some bugs. I've tried to bring this to the attention of the developers multiple times...
I imagie your using 2007 then. Yes Office 07 thats some big changes / improvment but its Microsoft so its gonna be bit buggy till the point versions start...
I'm not actually talking about bugs in Excel, I'm talking about the PB2XLS output not working right with it. Bigger files sometimes get corrupted or lose...
Thanks for the info, I will be migrating over to Office 2007 in December , this year using PB2XLS and will be interested to see if I come across any issues...
When importing data with import command, if there is a Datawindow error with the message appearing automatically. Is there a way to prevent the message and let...
am creating a drop down data window that retrieved cod and name for employees and i want to add (ALL) in the first of the drop down to use it in search for...
Instead of your DataWindow SQL that probably looks like SELECT code, name FROM employee use SELECT 0, 'ALL' FROM employee UNION SELECT code, name FROM employee...
hi all, i have this right click report in powerbuilder , and when i run it , the sys craches!!! can any body tell me what might be the problem. p.s. it craches...
Hello All, I use PB Version 8.0.4 Build 10575. When i print the data to a dot matrix printer, there is gibberish with some special characters, printing on the...
App crashes are usually caused by either a NULL object reference or by an invalid reference within the code to another object. Other possible causes are that...
Have you tried printing from the DW Painter? In other words, are these invisible special characters on the DWO itself? If so then you'll need to clean up the...
Hi All, I've just added the new Yahoo Groups Applications to our group: . Favorite Books . PowerBuilder / PFC - How To (Instructions) . PowerBuilder Group...
Suresh, I have been in your shoes my PB development environment is 8.5 I bought a lot of books off Amazon!! But Olan "The Man" pointed me in a good direction...
first i would like to say thank for every one in this group for helping the beginner developer second am creating a data window and search take much time and...
What you want is called a "progress meter". Look at code in the Examples application that came with your PowerBuilder disc to see how this is done. Overall,...
Olan, The data looks fine in DW painter. It prints fine on a laser printer. Only on a dot matrix printer, it shows special characters. But it does not happen...
1. Good generic info on what to look for when using the Spooler API PrintMon.exe Demonstrates the Win32 Spooler API http://support.microsoft.com/kb/196805 2....
Hi All, i'm trying to develop application with ea server.. i'm using PB 9 and EA server 4.2. i've read this tutorial http://www.sybase.com/detail?id=1025568 ...
Hi All, What statement should i use to see the sql query of a datawindow at runtime with its argument value passed. Regards Jerin [Non-text portions of this...
Abd, In Clicked event of your TV DataWindow you could determine clicked column and row using GetObjectAtPointer() function: Int li_dept_id Long ll_row String...
this error appears to me when i try to change in the sql query using in the datawindow am check the query in sql analyzer and this working but when i try to...