Search the web
Sign In
New User? Sign Up
PowerObject · PowerBuilder / PFC Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26972 - 27001 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26972
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...
Trevor Holyoak
kd7ghi
Offline Send Email
Oct 21, 2009
5:25 pm
26973
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...
steve.adams3@...
sa07071955
Offline Send Email
Oct 21, 2009
8:45 pm
26974
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...
Trevor Holyoak
kd7ghi
Offline Send Email
Oct 21, 2009
8:57 pm
26975
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...
steve.adams3@...
sa07071955
Offline Send Email
Oct 22, 2009
12:00 am
26976
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...
Gökalp AKYÜZ
gakyuz.rm
Offline Send Email
Oct 24, 2009
11:17 am
26977
Try returning 1 or 3 from the ItemError event of your DW. HTH, Arman ... [Non-text portions of this message have been removed]...
Arman Porciuncula
ArmanPorky
Offline Send Email
Oct 24, 2009
1:17 pm
26978
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...
abd elmohsen
abd_elmohsn
Offline Send Email
Oct 26, 2009
12:30 pm
26979
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...
Mikhailovsky, George
gmikhai
Offline Send Email
Oct 26, 2009
12:34 pm
26980
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...
Mohammad
itanimohammad
Offline Send Email
Oct 26, 2009
3:27 pm
26981
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...
vijip2001
Offline Send Email
Oct 26, 2009
4:04 pm
26982
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...
Olan Knight
olknight
Offline Send Email
Oct 26, 2009
5:05 pm
26983
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...
Olan Knight
olknight
Offline Send Email
Oct 26, 2009
5:09 pm
26984
Hi All, I've just added the new Yahoo Groups Applications to our group: . Favorite Books . PowerBuilder / PFC - How To (Instructions) . PowerBuilder Group...
PowerObject!
powerobject
Offline Send Email
Oct 26, 2009
7:11 pm
26985
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...
Gibson, Shane
shane_gibson...
Offline Send Email
Oct 26, 2009
7:33 pm
26986
http://tech.groups.yahoo.com/group/PBJobs/message/820...
PowerObject!
powerobject
Offline Send Email
Oct 26, 2009
7:34 pm
26987
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...
abd elmohsen
abd_elmohsn
Offline Send Email
Oct 27, 2009
12:31 pm
26988
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 Knight
olknight
Offline Send Email
Oct 27, 2009
2:56 pm
26989
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...
vijip2001
Offline Send Email
Oct 27, 2009
5:28 pm
26990
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....
Olan Knight
olknight
Offline Send Email
Oct 27, 2009
6:00 pm
26991
Thanks Olan. Will read through the links and try. Viji...
vijip2001
Offline Send Email
Oct 28, 2009
5:10 pm
26992
This group now allows attachments. However, attachments are stored on the groups website but not included in the emails. -- PowerObject!...
PowerObject!
powerobject
Offline Send Email
Oct 28, 2009
9:39 pm
26993
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 ...
abud prasetyo
abud_jr
Offline Send Email
Oct 30, 2009
12:09 pm
26994
Sorry.. forget to change the subject ... From: abud prasetyo <abud_jr@...> Subject: Re: [PowerObject] Re: Gibberrish on Dot Matrix Printer To:...
abud prasetyo
abud_jr
Offline Send Email
Oct 30, 2009
12:09 pm
26995
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...
Jerin Josey
dreamskerala
Offline Send Email
Nov 1, 2009
5:25 am
26996
In SQLPreview event you put Messagebox('sql', sqlsyntax) you get the full syntax that's been sent to db Sivaprakash ... From: Jerin Josey...
BKR Shivaprakkash
sivakrith
Offline Send Email
Nov 2, 2009
5:03 am
26997
Hi Jerin You are there almost, use "DisableBind" DBParm. Regards Jothiram M...
mjothiram
Offline Send Email
Nov 2, 2009
2:28 pm
26998
i have created a tree data window and i want to deptartment_id from the department node to use it in displaying the employees of this department in...
abd elmohsen
abd_elmohsn
Offline Send Email
Nov 4, 2009
1:13 pm
26999
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...
Mikhailovsky, George
gmikhai
Offline Send Email
Nov 4, 2009
2:24 pm
27000
Pretty sure there are also "employee/dept" samples that shipped with PB. Your path may be different, here's mine. C:\Documents and Settings\All...
Rich Frantz
rich_frantz
Offline Send Email
Nov 4, 2009
5:57 pm
27001
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...
abd elmohsen
abd_elmohsn
Offline Send Email
2:37 am
Messages 26972 - 27001 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help