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 23888 - 23917 of 24917   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23888
Hello guys! im preparing an invoice generating receipt program using a datawindow freeform format. my problem is i want to have a fix position for my computed...
arnel ignacio
acignacio
Online Now Send Email
Nov 1, 2007
8:58 am
23889
Hi Arnel, If I understood you correctly, you want to place the Total Amount field onto particular place of a page doesn't matter how many rows displayed in...
Mikhailovsky, George
gmikhai
Offline Send Email
Nov 1, 2007
1:41 pm
23890
hi george, you understood me correctly thanks.. i will try your suggestion.. arnel "Mikhailovsky, George" <George.Mikhailovsky@...> wrote:...
Arnel Ignacio
acignacio
Online Now Send Email
Nov 1, 2007
1:46 pm
23891
Use the KEY event in a window to capture the actual key pressed, along with any and all modifiers keys like CTRL and ALT. If the event does not exist map a...
Olan Knight
olknight
Offline Send Email
Nov 1, 2007
6:25 pm
23892
I am looking for a timer control that I can drop on a window and display to the user. Basically counting down a pre-configured time. I want to set a timer for...
rajan tawate
rajantawate1
Offline Send Email
Nov 2, 2007
2:00 am
23893
Raj - I do not know of such an existing object, but it should not be too difficult to build. Olan ... I am looking for a timer control that I can drop on a...
Olan Knight
olknight
Offline Send Email
Nov 2, 2007
12:31 pm
23894
I have one built in PB 9.0 Do you want me send pbl to your private email ? Let me know Steve ... From: rajan tawate <rajantawate1@...> I am looking for a...
steve.adams3@...
sa07071955
Offline Send Email
Nov 2, 2007
6:19 pm
23895
Hello, Is anybody aware of an event the gets called when a column in a grid- style dw is resized? Thanks Frank Garrod...
garfra2003
Offline Send Email
Nov 2, 2007
8:56 pm
23896
HELLO GURUS, AM MAKING A POWERBUILDER SCRIPT USING PB6.5 AND ORACLE 8.0.4 AS MY SQLCA TRANSACTION AND DB/2 AS400 AS MY 2ND TRANSACTION, WHAT I DO IS TO GET...
Gefferson Balase
gefbal
Offline Send Email
Nov 2, 2007
8:56 pm
23897
Hi Olan, Thanks for your help.. But I have a feeling that there might be a control developed by somebody for this requirement. Thanks anyway. Rajan Tawate ...
rajan tawate
rajantawate1
Offline Send Email
Nov 4, 2007
3:53 pm
23898
That would be great. Thanks Steve. Raj ====================================================================== http://www.meetingflex.com Social Networking +...
rajan tawate
rajantawate1
Offline Send Email
Nov 4, 2007
3:53 pm
23899
PB 9.0 I am trying to import some XML into a datawindow. Works fine in development. But in the deployed version the runtime is asking for the PBDOM runtime...
steve.adams3@...
sa07071955
Offline Send Email
Nov 5, 2007
6:25 am
23900
Hi Steve, PB 10 Documentation shows these files that are required by PBDOM: * pbdom100.pbx **PBXerces100.DLL **xerces-c_2_1_0.dll *While for additional PB...
Arman Porciuncula
ArmanPorky
Offline Send Email
Nov 5, 2007
6:52 am
23901
First, I'd check the SQL you are issuing to ensure there are no errors. In the text you sent, the work TYPE is missing a double-quote on the third line: UPDATE...
Olan Knight
olknight
Offline Send Email
Nov 5, 2007
4:14 pm
23902
Also, you should be checking the SQLCode after your update for success or failure, then you should be able to see what problem you're having. A simple example:...
Susan Emmons
semmons_1
Offline Send Email
Nov 5, 2007
4:27 pm
23903
Hi Arman, That fixed it - the dll's were missing in the deployment environment realy appreciate the help ... From: "Arman Porciuncula" <armanporky@...> ...
steve.adams3@...
sa07071955
Offline Send Email
Nov 5, 2007
9:38 pm
23904
Hi Gefferson, Why not just use a datawindow object (assign it to a datastore) to retrieve the data from DB2 (the update flag column should be included), then...
Arman Porciuncula
ArmanPorky
Offline Send Email
Nov 6, 2007
2:30 am
23905
Hello, I would like to know how (best) to incorporate 'transactions' in PB. Say, I have a couple of Dw's (one master, other detail) to be updated and primary...
sivakrith
Offline Send Email
Nov 6, 2007
3:02 am
23906
You can place PB code inside transaction time frame but this doesn't mean that it will be rollback with DML SQL. To achieve desired functionality you could...
Mikhailovsky, George
gmikhai
Offline Send Email
Nov 6, 2007
4:59 am
23907
Hi Shivaprakkash, If your number generation function uses database connectivity (writing the value generated to a parameter table) then, what you can do is ...
Arman Porciuncula
ArmanPorky
Offline Send Email
Nov 6, 2007
6:11 am
23908
GOT it ... i already made an update just set the odbc iseries for AS400 autocommit=true...
Gefferson Balase
gefbal
Offline Send Email
Nov 6, 2007
7:26 am
23909
Hi, I tried the given code, Word is giving a message that the document has been locked for editing by the system and it is opening a read-only copy without...
Sai Prakash
sai9.prakash
Offline Send Email
Nov 6, 2007
7:26 am
23910
Hi All, I am searching for a method to open .BMP, .JPG, .GIF, .TIF, .PDF files from Powerbuilder based on the extensions. Now I am able to open only .DOC and...
Sai Prakash
sai9.prakash
Offline Send Email
Nov 6, 2007
10:39 am
23911
actually all posibilities are working like just set the item and then execute the update function also you can use datastore and also the update sql script but...
Gefferson Balase
gefbal
Offline Send Email
Nov 6, 2007
12:55 pm
23912
Transaction processing always includes whatever database command equates to BEGIN TRANSACTION and END TRANSACTION. Note that if you are using the PFC there are...
Olan Knight
olknight
Offline Send Email
Nov 6, 2007
3:10 pm
23913
Picture controls can contain images in the following formats: * Bitmaps, with .BMP or .RLE extensions * Windows metafiles, with the .WMF extension * GIF or...
Olan Knight
olknight
Offline Send Email
Nov 6, 2007
3:18 pm
23914
Go to task manager > processes and kill the Word app thats still running, somehow Word didnt get closed last time you ran it. I have the same issue with Excel...
steve.adams3@...
sa07071955
Offline Send Email
Nov 6, 2007
8:26 pm
23915
Hello All, The Fortune 100 corporation that I represent is seeking a seasoned PowerBuilder Programmer Analyst. The position is located in the state of...
bret_freeman428
Offline Send Email
Nov 6, 2007
8:31 pm
23916
Try use this when closing the app. ole_word.ActiveDocument.Close(False) ole_word.Quit Hope it'll work. ... running, somehow Word didnt get closed last time you...
ngtaipang
Offline Send Email
Nov 6, 2007
10:54 pm
23917
Hi, RDBMS is SQL 2000. When I try to insert BEGIN TRANSACTION and END TRANSACTION, PB gives error message (also with any DDL queries). Using SQL Profiler, I...
BKR Shivaprakkash
sivakrith
Offline Send Email
Nov 7, 2007
4:37 am
Messages 23888 - 23917 of 24917   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