Search found 36 matches: sake

Return to advanced search

Re: Problema de Xbrowse()

Looks fine.

You might have already tried. but for my sake please try once again
Code: Select all  Expand view  RUN
oRs2:MoveFirst()
XBROWSER oRs2
by nageswaragunupudi
Tue Jul 30, 2024 2:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema de Xbrowse()
Replies: 23
Views: 3185

Re: problem with big dbf on xbrowse

... I use: :lFastDraw := .T. without AUTOFIT(), it causes a SIDE EFFECT on XBROWSE() that does not look good commercially. Could you, just for the sake of testing uncomment ALL items that have to do with the looks ? like oLbx:nClrPane := { || IIF( ( oLbx:cAlias )->( OrdKeyNo() ) %2 == 0, ; CLR_LGREEN, ...
by Marc Venken
Sun Jun 16, 2024 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with big dbf on xbrowse
Replies: 39
Views: 2511

Re: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

Please try setting
Code: Select all  Expand view  RUN
oBrw:lExcelCellWise := .t.

Export to Excel will be slower but you should not face the paste problems.
Just for the sake of exporting to excel, you do not have to change your codepage settings.
by nageswaragunupudi
Tue Aug 01, 2023 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 451

Re: To James Bott - Error Using TData

... want. ID's are only assigned when a new record is saved. Thus, there are never any lost IDs and they are in sequential order in the file. For the sake of others reading this, Silvio's system gets the next ID from the database by adding 1 to the last used ID in the database. Then this number is ...
by Silvio.Falconi
Wed May 29, 2019 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 7181

Re: To James Bott - Error Using TData

... want. ID's are only assigned when a new record is saved. Thus, there are never any lost IDs and they are in sequential order in the file. For the sake of others reading this, Silvio's system gets the next ID from the database by adding 1 to the last used ID in the database. Then this number is ...
by James Bott
Wed May 29, 2019 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 7181

Re: Pdf into dialog

... in a concrete way. In particular, this Mr "Sgs" often, allways also in other topics , sends me messages that are unfounded only for the sake of responding and to me this thing does not like me because it only takes me time to waste. If I ask for inparticular help "pdf in dialog" ...
by Silvio.Falconi
Tue Oct 17, 2017 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pdf into dialog
Replies: 21
Views: 4637

Re: Automated download of pictures

The above posting is a great tutorial for me and it is a good learning for me. At the same time, for the sake of interest, I would like to present some simple variations that are possible with the functionality that is already available in FWH. Our starting point is this: aPics ...
by nageswaragunupudi
Wed Mar 08, 2017 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated download of pictures
Replies: 20
Views: 4648

FWH: Parent Child RowSets (MySql/MariaDB)

... CENTERED   RELEASE FONT oFontreturn nil//----------------------------------------------------------------------------//  For the sake of record let us have here all alternatives       oStates  := oCn:RowSet( "states" )      ...
by nageswaragunupudi
Thu Jul 21, 2016 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Parent Child RowSets (MySql/MariaDB)
Replies: 12
Views: 4608

Re: hb_xrealloc can't reallocate memory

... had 1000 bytes we got the heap split in two fragments, one of 100 byte and other, free, of 900. That limit of 1000 bytes is not real, it's for the sake of the example, usually it is way bigger than that, in the order of Gb, but an small heap is needed to show how the problem arises. Now lets do ...
by Carlos Mora
Wed Sep 02, 2015 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 8096

Re: Date from Internet

In the harbour 3.4 fork Viktor, for consistency sake, Viktor changed the name of hb_HSetCaseMatch() to hb_HCaseMatch() Creating a local copy of hb_HSetCaseMatch() that calls hb_HCaseMatch() is the correct solution, but the implemention in the link ...
by rhlawek
Tue Mar 31, 2015 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date from Internet
Replies: 11
Views: 3133

Re: Migrating to Harbour

I just read the various replies here:

https://groups.google.com/forum/#!topic/harbour-devel/IrZFS5ePSnc

I wonder how can we use a compiler managed by such developers...

For the sake of truth, Przemek at least offered a solution...

EMG
by Enrico Maria Giordano
Sun Jan 11, 2015 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 52448

Error in TXBrowse when re-assigning a new array

... show only the number field. Further more, if you now happen to do a new query like the following one, an assign it to the same TXBrowse (for the sake of saving space in the same dialog tab):  sCondic:="SELECT father, cSex, birth, color, grandad, nany, family, comments FROM family " ...
by ellano
Sun Sep 29, 2013 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in TXBrowse when re-assigning a new array
Replies: 2
Views: 929

Re: MySQL-query question

For the sake of academic interest and for those who are interested, ranking in MSSQL. static function mssqlrank   local oCn, oRs, cSql   oCn   := FW_OpenAdoConnection( "MSSQL,SQLEXPRESS,FWH,SA,mypassword" ...
by nageswaragunupudi
Fri Sep 13, 2013 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySQL-query question
Replies: 8
Views: 2438

Re: Request for Advice

... recently acquired application which uses MSSQL since we bought license from Microsoft I might as well try to build FW App using MSSQL just for the sake of technically compare other than ADS firsthand. Kind regards.
by fraxzi
Sat Aug 31, 2013 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for Advice
Replies: 16
Views: 5434

Re: New FWH 13.07 revised build

... kinds of datasources and thinking of one bInit for all is not good. There will even be many undesirable or even dangerous side effects. For the sake of dicussion, assume that we made bInit a class var and the programmer set it to :bInit := { || DBGOTOP() }. Every report will call oRep:Init(), ...
by nageswaragunupudi
Fri Aug 23, 2013 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 13.07 revised build
Replies: 28
Views: 7551
Next

Return to advanced search