I think what the post mean is that you should have at least 4 yrs of experience in PB but still accept a junior level position. This is very common in a...
Dear Freinds, How can we improve database performance (speed). Which protocol is better - tcpip, ipx, netbios, etc. We are using SQLAnywhere 5.5 and...
GRINSO-Nepal
grinso@...
Aug 2, 2004 12:24 pm
11270
try to include your select statement that you want to put in the computed column to the query of you datawindow... example: select fistname, lastname, ...
MALINAO, ROMMEL C.
rcmalinao@...
Aug 2, 2004 1:48 pm
11271
That's a very broad question; try Google on "database tuning" or "database optimization". Or do you have problems with a specific query? As far as the...
Hi ... I am facing one problem ... please help me to solve this... the scenario is as follows : My window is Report parameter window and contains more then 12...
Hi all, How can I save a composite datawindow to Excel in PB. Hope to hear from all. Thanks n Advance Rinju Joy __________________________________ Do you...
i think it is simple just add a button besides the date input area to trigger the calendar and the calendar to close when clicked or enter is pressed. winston ...
If all else fails.... 1. Create an external DW (create a datastore to hold it) to match your desired Excel output. 2. 'March' through the composite, ferreting...
Pawan - I created a Double-Clicked Calendar Service for this purpose. When the user double-clicks on an editable date field, a popup window with the calendar...
Hi All, 1. I have a requirement where i want to search for Path of Acrobat reader installe don m/c. I ve seen that Acrobat reader 5.0 and 6.0 store path in...
use the dw2xls by desta ... ________________________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your...
Dear Friends, I was using SQLAnywhere 5.5 database and it allowed me to create a field (column) name "date" as date data type. I used this name in my scripts....
GRINSO-Nepal
grinso@...
Aug 3, 2004 4:43 pm
11284
is there any way to change the text color of a commandbutton in pb5??...
Susankhya, What do you mean when you say "scripts?" Do you mean the PowerScript Language inside of PowerBuilder? If so that leaves out the DataWindows that...
Kelley Daniel
Daniel.Kelley@...
Aug 3, 2004 6:02 pm
11286
If you have PowerDesigner or ERwin, reverse engineer the schema and make the changes there. If not, try using the dbunload or dbxtract tools to dump out the...
Both the button text and background are under Windows control, and cannot be set for one specific application. A user can change them (or you can do it...
For global replace (powerscript) you can use PBL peeper. http://www.techno-kitten.com/PBL_Peeper/Download/download.html Here is a old link (very comprehensive)...
Hi, I think there is a tricky way to do this is put a sle / label on top of a command button and change the color for that. -:) Thanks & Regards Santonu...
Santonu Mukherjee
msantonu@...
Aug 3, 2004 6:57 pm
11290
I'm running some system stored procedures from within my application to add logins, access and roles to the database for use with Windows NT Authentication....
Hi, PB 9.0 PFC , SQL 2000 I have an external datawindow that has a stored procedure attached to its INSERT. At run time, I am inserting a row in it and trying...
Something I observed... I m getting this error, when in the stored Procedure (which is connected to the external DW), I add a cursor and call another SP. DW ->...
Very simple - use picture button instead of command one. ... From: Gabriel Vieira Fernandez [mailto:gabrielfernandez@...] Sent: Tuesday, August 03, 2004...
Remember that unless you COMMIT a change to a row, you cannot access it for updates in another SP. Olan ________________________________ Something I...