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...
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...
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...
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...
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...
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 :"...
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. ...
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...
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...
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, 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,...
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...
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...
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...
... 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,...
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...
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 ...
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 ...
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 ...
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...
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....
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...
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@...
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...
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...
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 ...