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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 12428 - 12457 of 24948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12428
Hi All, I am trying to save a datawindow in PDF format using Acrobat Distiller (Writer). I have specified file name for datawindow.print.filename property and...
isd
sheetal_raje...
Offline Send Email
Nov 1, 2004
2:29 pm
12429
Hi All, I am trying to save a datawindow in PDF format using Acrobat Distiller (Writer). I have specified file name for datawindow.print.filename property and...
isd
sheetal_raje...
Offline Send Email
Nov 1, 2004
2:29 pm
12430
Hi All, I am trying to save a datawindow in PDF format using Acrobat Distiller (Writer). I have specified file name for datawindow.print.filename property and...
isd
sheetal_raje...
Offline Send Email
Nov 1, 2004
2:29 pm
12431
Hi All, Can someone help me on saving a datawindow using Ghostscript? Do i need to actually write a script in ghost script and call it in PB code or make a dll...
isd
sheetal_raje...
Offline Send Email
Nov 1, 2004
2:29 pm
12432
Hi All, The scenerio is : Iam enabling a button whenever a specific datawindow textbox gotfocus.And Iam disabling that button whenever a specific datawindow ...
prabu
prabustays
Offline Send Email
Nov 1, 2004
2:31 pm
12433
Try specifying dw_1.object.datawindow.print.documentname ... From: isd [mailto:isd@...] Sent: Monday, November 01, 2004 5:35 AM To: PowerObject ...
Metz Kenneth
klklasm
Offline Send Email
Nov 1, 2004
4:30 pm
12434
... First, which version of PB are you using? That will determine which function works best. Second, which version of Adobe are you using as this will...
Martin Belden
mrmarbel
Offline Send Email
Nov 1, 2004
4:33 pm
12435
Prabu - Move the code out of the LoseFocus event. Keep the command button enabled at all times. When the button is clicked , check the contents of the text...
Olan Knight
olknight
Offline Send Email
Nov 1, 2004
8:02 pm
12436
Milind - This sounds to me like the database does not allow cursors when connected with OBDC. Perhaps there is a setting that will enable cursors when using ...
Olan Knight
olknight
Offline Send Email
Nov 1, 2004
8:07 pm
12437
Rashmi - From a previous post: Ghostscript on PowerBuilder 9 works if you include the "bin" subfolder of Ghostscript in the System-Path or the application...
Olan Knight
olknight
Offline Send Email
Nov 1, 2004
8:11 pm
12438
Hi All, I am trying to save a datawindow in PDF format using Acrobat Distiller (Writer). I have specified file name for datawindow.print.filename property and...
isd
sheetal_raje...
Offline Send Email
Nov 2, 2004
6:26 am
12439
Hi martin, I am using PB 6.5 & ADOBE 5.0. Can you tell me which registry setting i need to do? And also how to get default printer in PB6.5. Thanks and...
isd
sheetal_raje...
Offline Send Email
Nov 2, 2004
6:27 am
12440
Hi Prabu, U want to disable the button after triggered the clicked event, so I suggest you to enable the button when u got focus the text box in the data...
jawahar
mjawaharm
Offline Send Email
Nov 2, 2004
6:27 am
12441
Hi Arie, Just I want to clarify with u about your mail We don't understand what do u mean - the position of dddw is in the middle of the dw (not under the...
jawahar
mjawaharm
Offline Send Email
Nov 2, 2004
6:27 am
12442
Hi Rashmi, Regarding the change of default printer. I think it would be much easier to use "PrintSetup()". My understanding about the registry is that...
vinodh bosco
bosco_vinodh
Offline Send Email
Nov 2, 2004
6:27 am
12443
Hi vinodh, My requirement is that i do not want user to set default printer. It should be taken care through code. I will internally change default printer to ...
isd
sheetal_raje...
Offline Send Email
Nov 2, 2004
6:56 am
12444
I use this code to set the get default printer // printer installed //then change the default printer. I hope this will help you ... This is for Window 2000 OS...
Jun C. Santos
jhunsantos26
Online Now Send Email
Nov 2, 2004
7:03 am
12445
Hi Jawar, I want to apologize. the dddw we can see in the middle of the window . This is the first time I open the dddw. Everything is perfect: ItemChanged: ...
Cukierkorn Arie
ariecukierkorn
Offline Send Email
Nov 2, 2004
8:17 am
12446
... is having PK prodid ... I'm planning to modify on the existing data. ie. Only I want to update the image. ... enabled in the Table Definition ... ===== ...
Srinivasan Ardhanari
asnanju
Offline Send Email
Nov 2, 2004
8:21 am
12447
Dear Prabu, U can do one thing... U can always disable the command button, u can enable the same when u got focus the particular text box then u can disable...
jawahar
mjawaharm
Offline Send Email
Nov 2, 2004
10:48 am
12448
Hi All, Please let me know whether, adobe distiller works with citirx version 1.8 on Windows 2000 platform. Also, i want to know how to print and save a...
Gopalakrishnan, Vijay...
gvijay_anand
Offline Send Email
Nov 2, 2004
5:24 pm
12449
See: http://partners.adobe.com/asn/developer/pdfs/tn/5421UsingWTS.pdf Check other sources on Adobe site. ... From: Gopalakrishnan, Vijayanand ...
Metz Kenneth
klklasm
Offline Send Email
Nov 2, 2004
6:54 pm
12450
The modified event for SLE is not quite what I need. The existing modified event seems to trigger after the sle loses focus with the newly entered data. As...
girls3dog1
Offline Send Email
Nov 3, 2004
1:09 am
12451
how about using a dw instead, not a very good way but i think will surely solve your problem, i have this kind of requirement also and the time i consume doing...
Rick Abainza
rick_abainza
Offline Send Email
Nov 3, 2004
1:22 am
12452
I was afraid you'd say that...oh well, not the end of the world. Thanks for the response. [Non-text portions of this message have been removed]...
wdolanaca@...
girls3dog1
Offline Send Email
Nov 3, 2004
1:35 am
12453
PBM_Enchange! is the right event to use instead of the Other! event. Also, take a look at PBM_Enupdate! event: http://www.justpbinfo.com/pbtips/newevents.asp ...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 3, 2004
3:12 am
12454
Hi Tia, We have a facility in Power builder 8.0 to trigger the change event of SLE object. After u placed the sle control in the window, Declare a user event...
jawahar
mjawaharm
Offline Send Email
Nov 3, 2004
3:36 am
12455
hi all how i can make a News Bar which moving news one by one by using powerbuilder ... Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com/a ...
Said Al-Yahyai
sdsco
Offline Send Email
Nov 3, 2004
10:49 am
12456
Hello . I'm using pb 8.0.4.I'm trying to create dynamically a tree view object reading aa menu object.I want the same hierarchy which my menu has passed to the...
zkarasavvas
Offline Send Email
Nov 3, 2004
1:35 pm
12457
Use the Advanced Static-Text object uploaded into the Files section of the Group: http://groups.yahoo.com/group/PowerObject/files/PowerBuilder ...
PowerObject!
powerobject
Offline Send Email
Nov 3, 2004
7:04 pm
Messages 12428 - 12457 of 24948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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