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...
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...
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...
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...
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...
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...
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...
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 ...
That would be great. Thanks Steve. Raj ====================================================================== http://www.meetingflex.com Social Networking +...
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...
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...
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...
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:...
Hi Arman, That fixed it - the dll's were missing in the deployment environment realy appreciate the help ... From: "Arman Porciuncula" <armanporky@...> ...
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...
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...
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...
Hi Shivaprakkash, If your number generation function uses database connectivity (writing the value generated to a parameter table) then, what you can do is ...
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...
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...
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...
Transaction processing always includes whatever database command equates to BEGIN TRANSACTION and END TRANSACTION. Note that if you are using the PFC there are...
Picture controls can contain images in the following formats: * Bitmaps, with .BMP or .RLE extensions * Windows metafiles, with the .WMF extension * GIF or...
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...
Hello All, The Fortune 100 corporation that I represent is seeking a seasoned PowerBuilder Programmer Analyst. The position is located in the state of...
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...
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...