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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 25010 - 25039 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25010
I do not believe that you can build an application using PBDs. Though I might be wrong, I think that PBLs are REQUIRED in order to generate a PBD. In your case...
Olan Knight
olknight
Offline Send Email
Jun 2, 2008
3:02 pm
25011
Olan, 3rd party vendors often distributed only the PBD's for an application to interface to the customer apps. In the library list, just specify the PBD. Over...
yarevad
Online Now Send Email
Jun 2, 2008
3:15 pm
25012
If you continue to have trouble using PowerBuilder, take a look at PowerGen. You can view information and download a Test Drive from www.ecrane.com. Regards, ...
philw_
Offline Send Email
Jun 2, 2008
3:22 pm
25013
Thanks, Dave! I learned something new today, and the day is still young! ... Later - Olan ... Olan, 3rd party vendors often distributed only the PBD's for an...
Olan Knight
olknight
Offline Send Email
Jun 2, 2008
3:36 pm
25014
Jose, I have only encountered this error when my pbl/pbd is read-only. Check the attibutes, maybe that might be the issue. It's a long shot but, can't hurt to...
Daniel Mullings
damcis
Offline Send Email
Jun 2, 2008
3:42 pm
25015
Hello Dave, Thanks for your answer. I'm using the PBD's library to generate the full build, using the PBL doesn't show any problems at all, but when using the...
José Alejandro
jarb2104
Offline Send Email
Jun 2, 2008
8:21 pm
25016
The best way to secure objects is to use a version control like PVCS, StarTeam, etc. Then only those you allow to be "checked out" can be modified. To restrict...
yarevad
Online Now Send Email
Jun 2, 2008
8:27 pm
25017
Any one here have tried changing the size of the cursor ( the cursor in the column field ) in PB another option of this kind To enlarge the cursor - Go to...
jhunsantos26
Online Now Send Email
Jun 3, 2008
6:47 am
25018
HI All, I have a datawindow with 1 column with data type of text. How do i display all the data in this column. There is a way that this column will auto...
crisanto ladines
papasmm
Offline Send Email
Jun 4, 2008
11:45 am
25019
Clickd the checkbox for Autosize for the column then use the right mouse and chose autosize for the detail band. Dave ... display all the data in this column....
yarevad
Online Now Send Email
Jun 4, 2008
11:54 am
25020
All, I have an application in PFC, which i need to debug for a problem. If i do it in usual debug way, it takes me to all the inherited windows, after sometime...
vijip2001
Offline Send Email
Jun 4, 2008
4:02 pm
25021
There's no easy way with PFC, that's for sure. However, if you remove all breakpoints and run with only the place where you are having an issue, you should be...
yarevad
Online Now Send Email
Jun 4, 2008
4:40 pm
25022
And this might help too. http://www.pfcguide.com/faq/faq_dbg.asp ... -- ... Rich Frantz [Non-text portions of this message have been removed]...
Rich Frantz
rich_frantz
Offline Send Email
Jun 4, 2008
5:12 pm
25023
As a first step I usualy go to the base PFC Ancestor Objects and temporarily comment out all the code in the activate event so I can get any debugging work...
steve.adams3@...
sa07071955
Offline Send Email
Jun 4, 2008
5:57 pm
25024
PFC's inheritance level isn't even that complex so it should be fairly easy to debug. If you get lost in the Debug, maybe you need to work on your debugging...
Ian Faigao
ian_faigao
Offline Send Email
Jun 5, 2008
12:27 am
25025
... display all the data in this column. There is a way that this column will auto resize based on the number of data save? ... yes. you can do that thru the...
neong_75
Offline Send Email
Jun 5, 2008
7:39 am
25026
... In displaying all the data in the datawindow just put the cursor on that column and resize it by dragging. I hope this helps. ... display all the data in...
Rasengan
nairb120683
Offline Send Email
Jun 5, 2008
7:40 am
25027
Hi all, I am a fresher working in Powerbuilder at Pune, India. Since I am new to PB , I would like to know more about the powerbuilder like If there is any...
yogesh_naikawadi
yogesh_naika...
Offline Send Email
Jun 5, 2008
7:40 am
25028
Welcome to PowerBuilder what version are you using ? Do the tutorials that come with the install disks. and check out the Examples application. And most...
steve.adams3@...
sa07071955
Offline Send Email
Jun 5, 2008
7:51 am
25029
v10.5.1 Build 6662 I'm attempting to use sqlpreview event to modify sql prior to a datawindow retrieve. As you can see from the event code below, I'm changing...
girls3dog1
Offline Send Email
Jun 5, 2008
12:54 pm
25030
Ian - Ummmm.....debugging the PFC can get quite complex for a beginner. There are layers upon layers of function calls and I remember getting thoroughly lost...
Olan Knight
olknight
Offline Send Email
Jun 5, 2008
2:13 pm
25031
You are working too hard. If all you need to do is to change the table name, get the SQLSYNTAX string and do a global replace on the table name. Naturally,...
Olan Knight
olknight
Offline Send Email
Jun 5, 2008
2:24 pm
25032
Probably you can try with GetSQLSelect and SetSQLSelect.&nbsp; For this to work you should not have any where conditions when you built datawindow.&nbsp; If...
BKR Shivaprakkash
sivakrith
Offline Send Email
Jun 5, 2008
2:55 pm
25033
PowerBuilder Vedas by Prasad Bodepudi (publisher bpb) could be a good start.&nbsp; I bought it for ver 6 &amp; 7.&nbsp;&nbsp; Try it &nbsp; Happiness Always ...
BKR Shivaprakkash
sivakrith
Offline Send Email
Jun 5, 2008
3:05 pm
25034
Olan: Thanks for the quick feedback.? I have no unions or nested queries in the sql. I think I've already done what you've mentioned with retrieval arguments...
wdolanaca@...
girls3dog1
Offline Send Email
Jun 5, 2008
3:28 pm
25035
Can you run the NEW sql in the Database Painter? If so, what data is returned? Olan ... Olan: Thanks for the quick feedback.? I have no unions or nested...
Olan Knight
olknight
Offline Send Email
Jun 5, 2008
4:05 pm
25036
Hi Olan, I've noticed over the years that the reason newbie programmers get lost in the debug process is because they kept on clicking "STEP IN". This is why ...
Ian Faigao
ian_faigao
Offline Send Email
Jun 5, 2008
10:30 pm
25037
Ian, while your original reply was a bit on the blunt side, I agree with you. I've never used Run to Cursor though. What does that one do? it sounds sort of...
Rich Frantz
rich_frantz
Offline Send Email
Jun 6, 2008
2:49 am
25038
Whether your data contains any unicode characters ... may be the reason for square brackets &nbsp; BKR Shivaprakkash ... From: Olan Knight...
BKR Shivaprakkash
sivakrith
Offline Send Email
Jun 6, 2008
4:33 am
25039
Hi Rich, Don't use SET NEXT STATEMENT unless you really want to bypass any lines of code. For example, if there's a block of code that is irrelevant to your ...
Ian Faigao
ian_faigao
Offline Send Email
Jun 6, 2008
4:45 am
Messages 25010 - 25039 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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