Search found 34 matches: sake

Return to advanced search

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

Please try setting
Code: Select all  Expand view
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: 224

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: 4174

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: 4174

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: 3932

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: 3693

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: 4225

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: 7188

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: 2857

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: 44516

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: 858

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: 2266

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: 4898

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: 6726

Re: DATE RANGE

... If a room number is in the list of busy rooms, that room is busy and if not it is free. You can build any user interface based on this. For the sake of convenience, I post here a sample: Compile and test this without any modifications. I have used DBF created by using the code you posted first. ...
by nageswaragunupudi
Mon Mar 18, 2013 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATE RANGE
Replies: 56
Views: 14901

Re: Win8 & WinRT interesting articles

... Next Twenty Years" http://mollyrocket.com/casey/stream_0004.html "Why the closed distribution model of Windows 8 must be changed for the sake of developers, consumers, and Microsoft itself." Comments on: http://www.gamasutra.com/view/feature/179420/ "Op-ed: If Microsoft adopts ...
by modicr
Thu Nov 01, 2012 2:53 pm
 
Forum: Off Topic / Otros temas
Topic: Win8 & WinRT interesting articles
Replies: 1
Views: 796
Next

Return to advanced search