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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 17277 - 17306 of 25360   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17277
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@...
Send Email
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...
Anderson Carlos Paruc...
parucker_grupos
Offline Send Email
Nov 1, 2005
3:40 pm
17279
Hi, Take a look at the function FindClassDefinition and ClassDefinition and ScriptDefinition objects ClassDefinition.ScriptList[ ] is an array of...
Anderson Carlos Paruc...
parucker_grupos
Offline Send Email
Nov 1, 2005
3:40 pm
17280
Could you post or send direct TIA ... From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] Sent: Monday, October 31, 2005 11:40 PM To:...
Harper, Robert
rharper112000
Offline Send Email
Nov 1, 2005
3:40 pm
17281
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 ...
santhosh73115snh
santhosh7311...
Offline Send Email
Nov 2, 2005
8:17 am
17282
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...
santhosh acharya
santhosh7311...
Offline Send Email
Nov 2, 2005
8:17 am
17283
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...
santhosh73115snh
santhosh7311...
Offline Send Email
Nov 2, 2005
8:18 am
17284
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(...
haiphani kumar
haiphanig
Offline Send Email
Nov 2, 2005
9:27 am
17285
Hi Eduardo, seems like you close an app then try to use a reference to it... Mustapha ... running ... or sort ... impact...
Mustapha labri
mustapha_labri
Offline Send Email
Nov 2, 2005
9:50 am
17286
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...
Partha Sarathy
aps_sarathy
Offline Send Email
Nov 2, 2005
11:14 am
17287
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....
Partha Sarathy
aps_sarathy
Offline Send Email
Nov 2, 2005
11:14 am
17288
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...
Susan Emmons
semmons_1
Offline Send Email
Nov 2, 2005
11:31 am
17289
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...
Knight, Olan
olknight
Offline Send Email
Nov 2, 2005
1:42 pm
17290
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...
Knight, Olan
olknight
Offline Send Email
Nov 2, 2005
1:44 pm
17291
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...
Knight, Olan
olknight
Offline Send Email
Nov 2, 2005
1:51 pm
17292
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...
Knight, Olan
olknight
Offline Send Email
Nov 2, 2005
2:01 pm
17293
i will try the Getnextmodified() thanks peter Susan Emmons <semmons@...> wrote: You can use a combination of the datawindow functions ...
Partha Sarathy
aps_sarathy
Offline Send Email
Nov 2, 2005
2:28 pm
17294
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...
santhosh73115snh
santhosh7311...
Offline Send Email
Nov 2, 2005
2:29 pm
17295
Thanks olan I have used the way but it can't connect. If you have any syntax or script. kindly send it Thanks in advance peter "Knight, Olan"...
Partha Sarathy
aps_sarathy
Offline Send Email
Nov 2, 2005
2:30 pm
17296
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...
Dazhi
dazhig
Offline Send Email
Nov 2, 2005
5:11 pm
17297
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,...
yarevad
Online Now Send Email
Nov 2, 2005
6:11 pm
17298
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...
Knight, Olan
olknight
Offline Send Email
Nov 2, 2005
6:56 pm
17299
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...
David Ray
yarevad
Online Now Send Email
Nov 2, 2005
10:30 pm
17300
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...
Addison Lu
rokokuchin
Offline Send Email
Nov 2, 2005
11:08 pm
17301
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...
Ivan Lai
ivanlkkhk
Offline Send Email
Nov 3, 2005
1:27 am
17302
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...
Arun S.
itguru76
Offline Send Email
Nov 3, 2005
3:02 am
17303
hi Am sending an example application. which would help u developing ur application. In the example weblogic is used as application server. Ivan Lai...
haiphani kumar
haiphanig
Offline Send Email
Nov 3, 2005
6:49 am
17304
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...
Mustapha labri
mustapha_labri
Offline Send Email
Nov 3, 2005
10:23 am
17305
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 ...
David Moro Ramos
dmoro78
Offline Send Email
Nov 3, 2005
3:32 pm
17306
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...
ecastello@...
Send Email
Nov 3, 2005
4:58 pm
Messages 17277 - 17306 of 25360   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