Search the web
Sign In
New User? Sign Up
pbhelp · This mailing list is for the PowerBuilder development community. Beginners, intermediate, and advance
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 7577 - 7606 of 7606   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7577
Hi Kumar, I have used PBDOC to document the PBL's before. But with your request i dont think PBDOC gives CRDU details. Please try with PBDOC. But please let me...
sai kiran
kolla_saikir...
Offline Send Email
Oct 5, 2009
1:11 am
7578
There was recently an entire thread on the subject of reverse engineering a PowerBuilder PBL. Look it up in the archives. ...
Olan Knight
olknight
Offline Send Email
Oct 5, 2009
2:14 pm
7579
Olan,   Thank you for your mail. In fact my requirement is different. I already have the actual source code. I am trying to create application documentation...
Mr. Simple Man
commonmail65
Offline Send Email
Oct 5, 2009
10:05 pm
7580
Try PBDoc , u can ( google it ) ________________________________ From: Mr. Simple Man <commonmail65@...> To: PowerObject@yahoogroups.com;...
ayman moawad
aymanmoawad
Offline Send Email
Oct 8, 2009
11:20 pm
7581
Hi All I am new to Powerbuilder, and i would like to migrate powerbuilder to j2ee.In PB there are various controls like button,text box,menu and drop down.How...
venugopal reddy
v4_u@...
Send Email
Nov 4, 2009
10:04 am
7582
Hi, I have a Powerbuilder application (developed in powerbuilder 11.5) that is connected to a specific instance of ASE with a specific port and instance...
ruthmuse
Offline Send Email
Dec 15, 2009
10:25 am
7583
Once long ago, in a universe far, far away, I remember hearing about database "pooling" and the fact PBv9 and up had built-in capability to handle such...
Olan Knight
olknight
Offline Send Email
Dec 15, 2009
4:11 pm
7584
Hi All, I have 2 tables in 2 different database (same ASE DB ). I want to create DW getting data in the said table. Can I create an sql satement to select...
crisanto ladines
papasmm
Offline Send Email
Jan 11, 2010
8:57 am
7585
Use Transaction Object dw_1.SetTransObject(Trans_DB1) // DB1 dw_2.SetTransObject(Trans_DB2) // DB1 You can load/manipulate data from dw_1 to dw_2 OR vice...
RAUL TUICO
raulaisleen
Offline Send Email
Jan 11, 2010
10:37 am
7586
Hi Raul, I want to combine it in 1 DW only. Thanks Cris ________________________________ From: RAUL TUICO <raulaisleen@...> To: pbhelp@yahoogroups.com ...
crisanto ladines
papasmm
Offline Send Email
Jan 11, 2010
10:51 am
7587
With the rowscopy method you can copy dw_2 data to dw_1 data which is very fast. ... From: pbhelp@yahoogroups.com [mailto:pbhelp@yahoogroups.com] On Behalf Of...
Gökalp AKYÜZ
gakyuz.rm
Offline Send Email
Jan 11, 2010
11:28 am
7588
Yes, just create a script manually. Load data from dw1. then loop and copy all the data to dw2. ... From: RAUL TUICO <raulaisleen@...> Subject: [pbhelp]...
Jammi Dee
jammi_dee
Offline Send Email
Jan 11, 2010
10:49 pm
7589
Not tested it yet, but I think you cant, you have to have an temp location of the two tables data. :-) ... From: crisanto ladines <papasmm@...> Subject:...
Jammi Dee
jammi_dee
Offline Send Email
Jan 11, 2010
10:50 pm
7590
better is use 2 different transaction objects for both databases and you can use setransobject with 2 different transaction objects ... -- Regards Yogesh Puri ...
Yogesh Puri
herculespuri
Offline Send Email
Jan 11, 2010
10:50 pm
7591
Hi All, My company need 2 PB Programmer here in Philippines. Company Location: Paranaque City, Philippines Qualification: At least 1 year experince in PB...
crisanto ladines
papasmm
Offline Send Email
Jan 20, 2010
2:30 am
7592
Hi All, I have exisitng PB apps that print a data in a pre-printed form. It is possible to do the same process in a Web form application? Im using PB 11.5 ...
crisanto ladines
papasmm
Offline Send Email
Jan 26, 2010
5:16 am
7593
Hi All,   PB v10.2.0 build 8100 Sybase 12.5 database Windows XP, SP 3   We are running into a problem where once in a while, at irregular intervals, our...
vinesh chauhan
chauhan_vine...
Offline Send Email
Jan 26, 2010
5:36 pm
7594
Sounds like a memory leak. What have you done to isolate where in the code that it might be quitting? Have you considered upgrading to v10.5? I know that v10.2...
Olan Knight
olknight
Offline Send Email
Jan 26, 2010
5:57 pm
7595
Is there a sample code to calculate busines days between two days. The daysafter gives the number of days, but I need not to include weekends, national and...
Gökalp AKYÜZ
gakyuz.rm
Offline Send Email
Jan 27, 2010
1:58 pm
7596
Does you face this problem in running exe or while running the project? And if exe, then whether u created it with dlls or pbds. On Tue, Jan 26, 2010 at 11:27...
Yogesh Puri
herculespuri
Offline Send Email
Jan 29, 2010
10:17 am
7597
Hi All, I call a select query in my datawindow but there is an error message. It says "The number of subqueries in the query exceeds the maximum allowed (16)"....
crisanto ladines
papasmm
Offline Send Email
Feb 12, 2010
11:39 am
7598
This is a standard Oracle error msg. You have a query that includes a sub-query. The sub-query is expected to return a single row, but is actually returning...
Olan Knight
olknight
Offline Send Email
Feb 12, 2010
3:49 pm
7599
Hi All, I have a app build on PB 9.01 and data base SQL server 2000 connection using sqloledb. .Currently application locks frequently and the comments on the...
Sai
kolla_saikir...
Offline Send Email
Feb 15, 2010
1:45 am
7600
It might be that the database is locking up, not the application. This happens when a dw or a piece of SQL executes and engages in table-level locking rather...
Olan Knight
olknight
Offline Send Email
Feb 15, 2010
4:15 pm
7601
When a datawindow is closed, it does not mean that a connection is closed. You must close the connection manually. It's good if you are just reading a table,...
Jammi Dee
jammi_dee
Offline Send Email
Feb 16, 2010
10:43 am
7602
One thing that will need to be changed is the sql code generated by the datawindow when it is created graphically and joins are involved. Anything with an =*...
Daniel Mullings
damcis
Offline Send Email
Feb 16, 2010
4:20 pm
7603
1. If a dw is not updateable, it does not lock any data in the database 2. Look at the update properties in the dw. Updating by KEY is the minimum you want to...
Olan Knight
olknight
Offline Send Email
Feb 16, 2010
4:23 pm
7604
Hi All, Is it possible to run pocketbuilder system with a database of postgres in a scanner? Thanks, Cris...
crisanto ladines
papasmm
Offline Send Email
Feb 19, 2010
2:21 am
7605
No, PK only uses SQL Anywhere. ... -- ... Rich Frantz [Non-text portions of this message have been removed]...
Rich Frantz
rich_frantz
Offline Send Email
Feb 19, 2010
3:57 pm
7606
Hi All, Anyone already use PB11.5 and deploy your PB apps to WEB? I have deploy one of my PB apps in the web via winform application. But when I access it to...
crisanto ladines
papasmm
Offline Send Email
Feb 25, 2010
6:58 am
Messages 7577 - 7606 of 7606   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help