Hi All i have application developed using PB 7 in which we used WIN API to develop and use windows Tool Bar but when we migrated the application to PB 11 The...
Not sure but I'd check the Win API and see if has different parameters or options. Since the menu shows, it appears to be created correctly but since PB 7 is...
Hi All I am Using PB 10.5 & MSAccess 2003 I want make field mutliline in datawindow because the field is about 255 character how I can make that? Finestraco...
just resize the control and if needed set the scroll bars and other properties. ... -- Arman Porciuncula [Non-text portions of this message have been removed]...
hi gurus, I need to help, When I insert record using datawindow and then I check the quantity on hand not enough but why the tabel transaction still had record...
Hi Olan, Thanks, for the information. Regards From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] On Behalf Of Olan Knight Sent: Thursday,...
... If the field is in detail band then increase the size of the text box to span multiple lines.Turn on the autosize height for the band and the column and...
Just was curious to know if there exists any user object having the DDEML.dll structures and functions declared or example libraries using DDEML in power...
Hi Jenny, First thanks alot for the reply. May I please know what is the relevance of the printer with regards to the margin of the display? How about he color...
Shoaib - Just remember that DLLs developed in Visual Studio can be used by PowerBuilder applications! :) Olan ... hi, i have worked on biometrix .... but i...
This email and its contents already include the answer to this question: 1. Set the Regional Setting / Currency format to ##,##,##,##,##,0.00 2. Get into your...
Alim - 1. Check the status of the ROLLBACK operation to ensure the database thinks that it worked properly, or 2. Try issuing an explicit COMMIT after the...
Roy - The margins of a report, or of any dw output, are set in the DW. BE SURE to include the RULER in the "Specify Richtext Settings" tabpage so you can set...
DDEML is just a library that allows you to manage DDE functions. You can do a Google search and look at the MS documenation to see how it can be called. Then...
hi alim also check the Autocommit property of SQLCA, set it to False if it is not. Mustapha ... check the quantity on hand not enough but why the tabel...
Have you ever created a PB application to track stocks and graph ticker prices ? I have a client who wants one built using real time Wall Street data. I am...
Are you an ISUG member? This months, or last months, ISUG Journal has an article on pulling yahoo finance pages into PB and making graphs. Sweet! ... -- ... ...
Hi, Please read the Log file of EAServer, as you will able to find the problem area, you will find it in BIN folder of ur EAServer Installation. Please let me...
Thanks Frantz, I will definetly check that one out. ... From: "Rich Frantz" <richfrantz@...> Are you an ISUG member? This months, or last months, ISUG...
SQL Server - data feed already exists. We are moving forward - its a highly specialized app - very custom for this client. and yes we are heading in the...
hi gurus, I want to change background colour in datawindows when quantity not enough example: quantity 10 40---------> not enough 50 so I want change...
on font tab, background color expression if( db<need_db ,255,color_of_dw) db and need_db are fields or computed fileds color_of_dw is color, what u use in dw...
I'm using PowerBuilder 10.0 to write send email script using SMTP (Outlook 2003). But, the problem is when I try to execute the script, the error like 'Error...
Dear Friends, After installing oracle9i and PB7.0 in my PC, I tried to configure the database-profile in PB, but PB is giving some error "The Ordinal 5379...
SAA
tosyed@...
Dec 5, 2007 1:10 pm
24082
Hi all, I am using PB 10.5. I have two tabpages on a tab control (tabpage_1 and tabpage_2). When I open the window afresh based on a predefined parameter, I...