Hi! I have two PB7 applications running on the same machine... One is my "core" application and the other is a "update" service, running on Win2K and WinXP. My...
ecastello@...
Nov 1, 2005 11:33 am
17278
Hi, Take a look at the function FindClassDefinition and ClassDefinition and ScriptDefinition objects ClassDefinition.ScriptList[ ] is an array of...
Could you post or send direct TIA ... From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] Sent: Monday, October 31, 2005 11:40 PM To:...
hi, thanks for u r kind reply. i could able to solve this problem in some what crude way. i used itemchanged event which will return 1 for the non editable ...
hi, thank's for u r kind reply. i came to know that crystal reports has got bettor control over drill down reports. kindly help me regarding calling crystal...
hi, i am using power builder 9.0 version 5507 with windows xp professional 2002 service pack 2.0. My default printer is Epson Lx-1050+. I have a problem in...
Hey Guys, what do u mean by calling java object? I havew done the following, i had established communication betw PB with EJB hosted on application server(...
Hi I have connected the database through the internet(ip address) and its gets disconnected from the server even for a split second, Powerbuilder generates...
HI ! Please anybody help me I have a table and it's contain 100 rows and 40 columns . I want to find out the modified rows and the get the modified columns....
You can use a combination of the datawindow functions GetNextModified(..) for the rows and GetItemStatus(..) to check the columns on those rows. See on-line...
Peter - There is no way to tell if a row in a table has been modified after the changes have been committed. The best you can do is to track the changes by...
Eduardo - You need to trace the activity of the DDE Server. It seems to be issuing a request to an application that has been terminated. You may be issuing a...
From a previous post by Iwan: "I end up modifying the DbError event of the u_dw or datawindow object: 1. catch SQLCode indicating that there is no database...
Santosh - If you're using PFC, take a look at the n_cst_platformwin32.of_printdlg( ) function. See if that dialog box contains what you need. Eventually it...
hi, i am using power builder 9.0 version build 5507. i want to how to implement of_printdlg function with the datawindow so that i can use it to print only the...
if you use Oracle, I think one of the Team Sybase guys (maybe Bruce Armstrong) has a sample for using Oracle's DBMS_ALERT package in PB. You may want to check...
hey Olan, How about doing the Update(True, False) and if the update succeeds, then you can walk the rows/columns to see if they were modified and when done,...
Dave - You are absolutely correct! My response was based on someone opening up a table and wondering if the data had been modified PRIOR to the current...
Olan, I know what you mean. Sometimes the interpretation of the question is what is hard to discern. Just thought to throw in my 2 cents worth. Dave Dave - You...
My add on: Even DDE server or client died, the command should not cause the crashes. It must be some thing else. It is a good idea to check if the client or...
That's cool :) Actually I try to doing the example like this web site show me : http://www.sybase.com/detail?id=1037085 Previously I cannot generate the ejb...
Hi All - We are in the process of migrating our database from ASE 11.9.2 to 12.5. The front-end remains in PB 6.5. While testing, I am facing some issues...
Hi Arun, if your are sure the client side hasn't change in any way, then you have ton go thru the database and server configuration and check for any...
Hi all, Our dear member Olivier, a few days ago suggest me to use this function ... in order to export a dw to excel including computed fields. Well, this is ...
It´s strange because the application that "causes" the error message doesn´t connect to a DDE server. The application wich connect´s is the one that runs...