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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 15735 - 15764 of 24955   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15735
Hi Steve, This prbably seems really dumb but I have never used Blobs before: How do i (in PB) convert the data into a blob and also when i retrieve from the...
beaufort47
Offline Send Email
Jul 1, 2005
7:03 am
15736
Hi Jaime, First of all I suspect that your BUDGET table has some other columns than "code' and "name". Are you sure that all of them allow NULLs? Then, if I...
Mikhailovsky, George
gmikhai
Offline Send Email
Jul 1, 2005
2:09 pm
15737
To convert data to BLOB use the blob() function. To Jap Chars - Good Question! I will get back to you on that one. Steve ... [Non-text portions of this message...
steve.adams3@...
sa07071955
Offline Send Email
Jul 1, 2005
2:13 pm
15738
hi, thanks but the problem is when i remove the column using visible = false and width = 0 or dw_1.modify('destroy column salary') then the problem is that...
sal som
back762000
Offline Send Email
Jul 1, 2005
2:56 pm
15739
Hi, idReturnValue is most probably an int or a long something like 0 for succes and 1 or -1 for failure. You must have an header file that describes the...
Mustapha labri
mustapha_labri
Offline Send Email
Jul 1, 2005
3:00 pm
15740
Hi, change your code to trap the SQLCA.SQLErrText in your message box: // validate errors if len(trim(ls_error)) > 0 then messagebox( "Error", "Syntax Error :"...
Mustapha labri
mustapha_labri
Offline Send Email
Jul 1, 2005
3:09 pm
15741
If you don't want to code moving the other columns after setting a column width to 0, use Grid DataWindow style, and this will be done automatically. ...
Mikhailovsky, George
gmikhai
Offline Send Email
Jul 1, 2005
3:18 pm
15742
hi, you have to move the columns to re-align them :( Mustapha...
Mustapha labri
mustapha_labri
Offline Send Email
Jul 1, 2005
3:19 pm
15743
You should create a function to manage that situation dynamically .. Mustapha labri <mustapha.labri@...> wrote: hi, you have to move the columns to...
nobody here76
nobody_here76
Offline Send Email
Jul 1, 2005
4:50 pm
15744
Grid style datawindow is more graceful to use in this situation. However, if you need tabular style dw, not a problem. Just try setting dynamic expressions for...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 1, 2005
5:28 pm
15745
In Grid-style dw, if you hide a column and later show it back, it adds the column at the end of all the other columns - losing positional integrity - and there...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 1, 2005
5:34 pm
15746
If you want to use the Grid-style dw and show a hidden column back in its original position, try hiding the trailing columns, show the hidden column (original...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 1, 2005
5:47 pm
15747
Shekar, In Grid-style DW, you should not make a column invisible but just set its width to 0. In such case, as soon as you reset its width to previous value,...
Mikhailovsky, George
gmikhai
Offline Send Email
Jul 1, 2005
5:55 pm
15748
I agree with this - the only problem we have had doing this is with a column that has autosize height set on. It does not ignore the data that exist and you...
Zehrung, Joe ctr NAVS...
joez541
Offline Send Email
Jul 1, 2005
6:02 pm
15749
George, We'd tried setting a grid-dw's columns to 0 on our earlier project but the users accidentally found out that we were hiding some columns and became...
Shekar C. Reddy
powerobject
Offline Send Email
Jul 1, 2005
6:15 pm
15750
Yes Shekar, this is correct, of course. But you could struggle against so smart users by setting Display property of Grid DW to Off(1). After this they won't...
Mikhailovsky, George
gmikhai
Offline Send Email
Jul 1, 2005
6:28 pm
15751
... Olivier, while "RTFM" is sometimes an appropriate response to someone asking a stupid question, I think you'd best "RTF" Release Notes to PB10 Build 8011,...
ledf0rd
Offline Send Email
Jul 1, 2005
8:56 pm
15752
I am having a problem that happens as the result of doing a build and the only variable in this equation is running the EXE instead of running from...
mike
mike2cu2
Offline Send Email
Jul 1, 2005
9:37 pm
15753
There is no required order for PFC/PFE but it is recommended that the PFE and then PFC be the last libraries in the list. What is the problem you see. We need...
David Ray
yarevad
Online Now Send Email
Jul 1, 2005
9:44 pm
15754
I have a datawindow that has number fields with an edit mask. When running them in powerbuilder and each gets focus, the cursor is on the left side of the ...
mike carnley
mike2cu2
Offline Send Email
Jul 1, 2005
9:59 pm
15755
I can't duplicate the problem so I may need more information. Is the edit mask ###,###.00 and do you have the right or left justified in the dw painter ? Dave ...
David Ray
yarevad
Online Now Send Email
Jul 2, 2005
5:40 pm
15756
I have 3 different fields with edit masks and all behaving the same: ##.0, ##.00, #.00 and they are all right justified. They work fine in the powerbuilder ...
mike carnley
mike2cu2
Offline Send Email
Jul 2, 2005
6:21 pm
15757
Well, I've tried everything under PB 8.03 build 9704 and cannot duplicate the problem. So I hate to say it but I'm at a loss to understand why this is...
David Ray
yarevad
Online Now Send Email
Jul 2, 2005
7:59 pm
15758
Did anyone use the winsock component in powerbuider?,i used it but i cannt get data ... Discover Yahoo! Use Yahoo! to plan a weekend, have fun online & more....
marten mohsen
marcomohsen
Online Now Send Email
Jul 3, 2005
1:20 am
15759
Thanks for all of your time. I will have to get one of the guru's at work to scratch their heads for a while with this one. thanks again. ... === message...
mike carnley
mike2cu2
Offline Send Email
Jul 3, 2005
1:42 am
15760
Yes, we used SocketWrench ocx control free edition from www.catalyst.com. It is working fine. Susankhya School of Computer Studies (SCS) P.O. Box 5207 ...
GRINSO-Nepal
grinso@...
Send Email
Jul 3, 2005
11:38 am
15761
Can You Send To Me Full Version GRINSO-Nepal <grinso@...> wrote:Yes, we used SocketWrench ocx control free edition from www.catalyst.com. It is working...
marten mohsen
marcomohsen
Online Now Send Email
Jul 4, 2005
6:15 am
15762
Thank you Brad for this information. ledf0rd <ledf0rd@...> a écrit :Olivier, while "RTFM" is sometimes an appropriate response to someone asking a...
Olivier Citeau
ociteau
Offline Send Email
Jul 4, 2005
7:39 am
15763
Hi all, We have to scan the passport copies into .jpg format. We have to create scanner application in PB. Or we have to create in VB and call it in PB. How...
Edmund Rodriguez
edmundrr
Offline Send Email
Jul 4, 2005
9:34 am
15764
My question is, why would anyone do this ? Why re-create the wheel ? The scanner utilities are designed to do what you want, already work, and will be ...
David Ray
yarevad
Online Now Send Email
Jul 4, 2005
10:58 am
Messages 15735 - 15764 of 24955   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