Search found 94 matches: acceptable

Return to advanced search

Re: different size bitmas in a button bar

The ADJUST clause still there and it also works. But it does not work the way we expect and like. This clause resizes the bitmap to the full size of the button and the results are not acceptable.

It is better for us to resize the bitmaps first with a graphics program as advised by Mr James
by nageswaragunupudi
Tue Sep 01, 2009 2:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: different size bitmas in a button bar
Replies: 2
Views: 482

Re: XBrowse / Array / 9.07

... a character value which is already the widest column. This column is stretched. From my personal experience, this option presents a more acceptable view. This is because the header coloring only applies to specified columns and does not stretch the width of the browse control This is ...
by nageswaragunupudi
Thu Aug 27, 2009 3:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse / Array / 9.07
Replies: 9
Views: 1766

Re: How to monitor a network directory?

... operating in the same way on the ECR and the IPAQs I'm not sure why a 4 second delay is an issue here - I would have thought that would have been acceptable. There are arguably better designs but if you investigate the above possible causes you may find a practical solution that is easier. Some ...
by xProgrammer
Sat Jun 27, 2009 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to monitor a network directory?
Replies: 17
Views: 4663

Re: Gradient and transparent say

... pixels, so I switched the gradient horizontally and painted it only on the remaining width. The SAYs still are not transparent, but the result is acceptable. DEFINE WINDOW oWnd TITLE "Test" COLOR 0, 16382894    @ 150,10 SAY "Test" SIZE 90,20 PIXEL OF oWnd TRANSPARENT     ACTIVATE ...
by Davide
Sat Apr 25, 2009 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gradient and transparent say
Replies: 9
Views: 1683

Re: How to write NULL to a Sql table

... Oracle complains as wrong data type. When NULL is read it is returned as NIL but when NIL is written, it is not passed on as NULL, the way acceptable by Oracle/MSSql. Interstingly Empty dates ( CToD('') ) are passed on as NULLs successfully, but not NIL as NULL. relevant portions of source ...
by Rick Lipkin
Thu Apr 23, 2009 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to write NULL to a Sql table
Replies: 36
Views: 6218

Re: How to write NULL to a Sql table

... Oracle complains as wrong data type. When NULL is read it is returned as NIL but when NIL is written, it is not passed on as NULL, the way acceptable by Oracle/MSSql. Interstingly Empty dates ( CToD('') ) are passed on as NULLs successfully, but not NIL as NULL. relevant portions of source ...
by nageswaragunupudi
Thu Apr 23, 2009 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to write NULL to a Sql table
Replies: 36
Views: 6218

Re: Listbox to xBrowse???

... important issue, then I wouldn't switch. If you need some of the advanced features of xbrowse then you should try it and see if the speed is still acceptable. Even though the speed may be slower, it may not be significant. Note that how many records there are in the database should have no effect ...
by James Bott
Fri Mar 13, 2009 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox to xBrowse???
Replies: 1
Views: 418

Re: Printing a PDF silent

... verypdf, but the printout is not quite as the original pdf. The margins as well as the aspect is a bit distorted. Not much, but enough not to be acceptable. verypdf has scaling options, perhaps you can correct for this. Also, have you contacted verypdf about the problem? Maybe they have a solution. ...
by James Bott
Wed Mar 04, 2009 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing a PDF silent
Replies: 12
Views: 3483

Re: Printing a PDF silent

... verypdf, but the printout is not quite as the original pdf. The margins as well as the aspect is a bit distorted. Not much, but enough not to be acceptable. I'm thinking that perhaps there is a way to convert the PDF back to emf that can then be managed with tprinter? Reinaldo.
by reinaldocrespo
Tue Mar 03, 2009 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing a PDF silent
Replies: 12
Views: 3483

Re: How to compare two values

... least theoretically more robust (and more configurable) than rounding to a given number of decimal places, although the latter method is probably acceptable for most monetary calculations (dollars and cents) where the answer has to come out eventually to two decimal places. That's because depending ...
by xProgrammer
Sat Jan 17, 2009 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to compare two values
Replies: 13
Views: 2824

... to fill the browse. And you have to figure out if neither of the above applies and then do nothing. Personally, I think the current behavior is acceptable. Regards, James
by James Bott
Thu Oct 30, 2008 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse refresh()
Replies: 14
Views: 2473

... aData ) AEval( aHeaders, ; { |c| AAdd( aStruct, ; { Upper( Left( Trim( c ), 10 ) ), 'C', 2, 0 } ); } ) // desirable to remove embedded chars not acceptable in fieldnames // and to check for duplicates // that logic is not included here for n := 1 to nLen AEval( aData[ n ], ; { |c,i| c := Trim( ...
by George
Sun Sep 28, 2008 12:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como convertir de CSV a DBF?
Replies: 2
Views: 724

... loss, and looks unprofessional to the customer. Really surprised me. That is just ignoring that there can be problems. I think we need to find an acceptable middle ground. This point will vary depending on the consequences of the software failing. James
by James Bott
Thu Sep 04, 2008 1:44 pm
 
Forum: Off Topic / Otros temas
Topic: Assertions in Production Code?
Replies: 3
Views: 949

... cSeek and asertain the average time taken. The same test program needs to be run from around 5 to 6 client pcs simultaneously. if this time is not acceptable, we need to look into our network and database issues. Any browse will anyway take this much time and adds only a small fraction of a second ...
by nageswaragunupudi
Fri Aug 01, 2008 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse very slow in network with big databases (solved!)
Replies: 34
Views: 7942

... topic I tested by browsing a large table with more than 600,000 records with about .75 kb record length with xbrowse and the speeds were quite acceptable upto 5 simultaneous users. ( With ADS we have more than 150 simultaneous users at any time Xbrowsing ). There were times when we handled ...
by nageswaragunupudi
Tue Jul 29, 2008 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse very slow in network with big databases (solved!)
Replies: 34
Views: 7942
PreviousNext

Return to advanced search