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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 21792 - 21821 of 24955   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21792
Try this constant integer ppLayoutBlank = 12 OLEObject ole_object ole_object = CREATE OLEObject IF ole_object.ConnectToNewObject("Word.Application") <> 0 THEN ...
neong_75
Offline Send Email
Jan 1, 2007
6:42 pm
21793
hi, Thanks for the help, thats is what i want ( to siulate a mouse click). When ever I run the script I would get an error (" Bad Runtime error in External...
Iqbal Mohd
miqyah75
Offline Send Email
Jan 1, 2007
6:46 pm
21794
Hi, I am trying to simulate the mouse click event on a position of user's choice. OS - WinXp,win2000 PB version - Verison 8.0 Thanks and Regards Mohammed Iqbal...
Iqbal Mohd
miqyah75
Offline Send Email
Jan 1, 2007
6:51 pm
21795
Hi All! Wish you A Happy New Year!!!!!!!!!!! I wan some help regarding the Stored procedure execution, I know the way to execute a SP by using a variable of SP...
vikas dhore
vikas_dhore
Offline Send Email
Jan 2, 2007
12:46 pm
21796
Hi, Happy new year to you Vikas, and to all powerobjects members ! As David Ray wrote, please provide : - PB Version ( major and minor release ) - PB Build # -...
Olivier Citeau
ociteau
Offline Send Email
Jan 2, 2007
1:54 pm
21797
hi vikas, u can execute and get value of variables declare proc_1 procedure for sp_proc_1 @arg1 = 'arg1', @arg2 = 1 using sqlca; execute proc_1; fetch next...
bharat soni
bharat0141
Offline Send Email
Jan 2, 2007
2:06 pm
21798
Ravikiran, It's a good idea to include in your posts which version of PB you'tre using. You need to download and install Ghostscript. This is from the PB 10.5...
Barry Johnson
johnson987b
Offline Send Email
Jan 2, 2007
2:13 pm
21799
FYI - Much research has yielded the following info: 1. There are at least three flavors of GhostScript: GNU, GPL, and AFPL. ... version is the only one that...
Olan Knight
olknight
Offline Send Email
Jan 2, 2007
5:05 pm
21800
Ian - To the best of my knowledge, these libraries are not part of the predefined PowerBuilder class libraries. Just looking at the names, they seem to be part...
Olan Knight
olknight
Offline Send Email
Jan 2, 2007
5:14 pm
21801
hi All, just for information powerbuilder ver 11 is powerfull for web enabled. I tried demo version for BETA. It's very cool to used. Just Deploying to your...
@alim
alfen_lim
Online Now Send Email
Jan 3, 2007
7:25 am
21802
Name: Alexander D. Festin Jr. Contact NO: Cell: (+63) 915-7827923 Landline: 632 - 9137984 Current company: St. Scholastica's Academy Marikina Current Location:...
Alex Festin Jr.
afestin
Offline Send Email
Jan 3, 2007
9:01 am
21803
Hallo, I normally using the PrimoPDF (Freeware) to export my dw into pdf format. You can download the PrimoPDF from www.primopdf.com/...
neong_75
Offline Send Email
Jan 3, 2007
12:22 pm
21804
Dear All, May I know that its' can deploy to Webspehre? ... From: "@alim" <alfen_lim@...> To: powerobject@yahoogroups.com Sent: Wednesday, January 3,...
Eng Lee Ng
neong_75
Offline Send Email
Jan 3, 2007
12:27 pm
21805
I not yet try to used websphere but I tried used IIS. Best regards, alim ... From: Eng Lee Ng <neong_75@...> To: PowerObject@yahoogroups.com Sent:...
@alim
alfen_lim
Online Now Send Email
Jan 4, 2007
1:40 am
21806
Amigos alguien sabe como puedo obtener la IP de mi PC y la mac de la Tarejeta de RED en PowerBuilder 10 Atte Juan Lam ... Moderator's note : new messages that...
Juan Alejandro Lam L€...
juanlaml
Offline Send Email
Jan 4, 2007
8:46 am
21807
Dear all, I'm trying to create dynamic datawindow for user using syntaxfromsql() and create() functions. Everything is fine except compute column. Is there any...
c_vorapattanapong
c_vorapattan...
Offline Send Email
Jan 4, 2007
9:36 am
21808
If I believe "datawindow syntax" tool : <DW Control Name>.Modify(& "create compute(band=<Detail, Footer, Header, Header.<group #>, Summary, Trailer.<group #>,...
Olivier Citeau
ociteau
Offline Send Email
Jan 4, 2007
9:51 am
21809
hi, in this case u have to use modify function to create a compuite column. ... From: c_vorapattanapong <automate@...> To:...
bharat soni
bharat0141
Offline Send Email
Jan 4, 2007
10:17 am
21810
use a compute expression in sql statement...
Tóth Péter
powertps
Offline Send Email
Jan 4, 2007
10:23 am
21811
Hi, I want to display Tool Tip in DW Dropdown. This dropdown Dw contains list of account numbers. Whenver user moves mouse over any account number in the dw...
venkat_ry
Offline Send Email
Jan 5, 2007
9:23 am
21812
Hi! I wan to navigate through rows for a purticular datawindow. on my window having no.of datawindow and on menu i put the navigation button such as...
vikas dhore
vikas_dhore
Offline Send Email
Jan 5, 2007
9:26 am
21813
instance variable datawindow idw_dw in each dw getfocus event: idw_dw=this In navigation code use this idw_dw variable w_window.idw_dw. ......
Tóth Péter
powertps
Offline Send Email
Jan 5, 2007
10:11 am
21814
Hi, I use a code like this: GraphicObject which_control DataWindow ldw_dw which_control = GetFocus() integer li_ret, ll_id long ll_newrow IF...
baumann_wels
Offline Send Email
Jan 5, 2007
11:03 am
21815
Venkat - A better solution would be to use a dropdown datawindow to display the data rather than the database column "account_number". If you need to display...
Olan Knight
olknight
Offline Send Email
Jan 5, 2007
1:38 pm
21816
Olivier, Thanks for the good ideas. With PB 10.5.1 I tried long wdSendToNewDocument = 0 and int wdSendToNewDocument = 0 but it still fails, so I opened a...
Barry Johnson
johnson987b
Offline Send Email
Jan 5, 2007
2:47 pm
21817
Hi Vikas, Since you said that you have navigation controls that will trigger the row positioning of the active datawindow, GetFocus() might not work at all ...
Arman Porciuncula
ArmanPorky
Offline Send Email
Jan 8, 2007
2:48 am
21818
Hi Venkat, I agree with Olan, since if you implement tool tips, it would require a lot of programming on your part. First you have to code some sort of a flag...
Arman Porciuncula
ArmanPorky
Offline Send Email
Jan 8, 2007
3:05 am
21819
Hello guys! How can I connect my PB apps to oracle database? should i make an odbc or just make a new profile under oracle at database window painter? what are...
Ian Carino
ian_carino75
Offline Send Email
Jan 8, 2007
7:25 am
21820
Hi, Which PB version ? If you have enterprise version, use native diver. So yes : "make a new profile under oracle at database window painter" ... database...
Olivier Citeau
ociteau
Offline Send Email
Jan 8, 2007
8:32 am
21821
Hi! our PB is v9, the DB server has enterprise version and the client has oracle client installed. Error encountered "OCI.DLL or ORA803.DLL could not be...
Ian Carino
ian_carino75
Offline Send Email
Jan 8, 2007
9:48 am
Messages 21792 - 21821 of 24955   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