Search found 118 matches: obvious

Return to advanced search

Re: Xlsxlibhb_ver2

Ok, it seems that BCC 7.00 lacks of some symbols. A fast and dirty hack can be as per sample below. But the obvious solution is to drop such an old compiler and switch to a newer version. // Typical Welcome message, from Windows!#include "FiveWin.ch"//----------------------------------------------------------------------------//function ...
by Enrico Maria Giordano
Wed Nov 22, 2023 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9090

Re: hbmk2 problem

... -p to generate a PPO file and please check if such line gets modified, maybe a define is changing the code, many thanks: This code generates an obvious runtime error but not a compiling error. The compiler does not check classes, etc. It just check the syntax. tim.prg #include "FiveWin.ch"function ...
by Antonio Linares
Mon Jul 10, 2023 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 812

Re: FWMariaDB y XBrowse - Consulta Query - Mr. Rao

Según la documentación de FWMariaDB de FWH: Also, columns which are computed or derived from joined tables are also flaged as readonly. It is obvious that single tables can be edited/modified easily. Traducción Además, las columnas que se calculan o derivan de tablas unidas también se marcan ...
by jose_murugosa
Wed Dec 22, 2021 1:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMariaDB y XBrowse - Consulta Query
Replies: 2
Views: 333

Re: bad calculation prices for days

... price list num X Now I can't go back and I have to use the archive created from the price list given to me by the owner of the chalet but I have obvious difficulties because the calculation continues to be incorrect
by Silvio.Falconi
Mon Jul 06, 2020 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1937

Re: Unrecoverable error 6005: Exception error

...             case nWParam == FN_ZIP                   ::Zip( nLParam )              #endif  In later versions, this code was removed for obvious reasons. So this code was never there in 32-bit FWH either in very old versions or recent versions. That is the reason, I was surprised to see ...
by nageswaragunupudi
Thu May 14, 2020 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Unrecoverable error 6005: Exception error
Replies: 5
Views: 515

[BUG] in source/font.prg and a question

... UI Bold"    ::lBold = .F. ENDOBJECT  Is there a way to do this? Thank you in advance Sincerely ----------------- Additional info: I tried the obvious like this: Function Main()    LOCAL oTest        oTest := TTestFont():New()    ...
by AnjaK
Wed Jun 19, 2019 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [BUG] in source/font.prg and a question
Replies: 8
Views: 1050

Re: To James Bott - Error Using TData

... FIELDPUT(). ID is a readonly field and data can not be written to this field. That is the reason why FIELDPUT() resulted in a runtime error. It is obvious that this has nothing to do with index. Looks like TData's method SaveData() does not check if a field is readonly or not before saving data ...
by nageswaragunupudi
Mon May 27, 2019 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5229

Re: xBrowse with resource file

Thanks

too busy checking for resource errors to notice the obvious error :-)

Regards
Peter
by reds
Fri May 17, 2019 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with resource file
Replies: 3
Views: 703

Re: tdatabase Filter error

What datatypes your dbf has you should be knowing. I do not know.
I can only point out obvious errors in your code.
by nageswaragunupudi
Wed Apr 24, 2019 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdatabase Filter error
Replies: 20
Views: 1661

Re: PHP vs PYTHON

... is somehow limited. In any case, I would prefer to stay in an open language and move away from propietary products. The reasons seems to be obvious right now, with this Oracle move. Back to the PHP/Python matter, nowadays there is not much to overthink about what language could look like ...
by Carlos Mora
Wed Mar 13, 2019 3:11 pm
 
Forum: Off Topic / Otros temas
Topic: PHP vs PYTHON
Replies: 13
Views: 3396

Re: PHP vs PYTHON

... Please read the comments to the article. That is a comparison made by a pythoneer, so it is biased. For those who use PHP actively, it is obvious that that guy doesn't really know PHP in deep. You can't speak about PHP frameworks and passing by without mentioning Laravel. The high level ...
by Carlos Mora
Mon Mar 11, 2019 9:02 pm
 
Forum: Off Topic / Otros temas
Topic: PHP vs PYTHON
Replies: 13
Views: 3396

Re: How to Create Easy Report Designer Files ?

... and easy to insert in our applications Showing the whole sheet as the method used in MyRpt is much more professional than dividing into areas. Obvious My rpt does not work well because instead of the inspector class I would put the ER dialogs. look at the last figure in my opinion would need ...
by Silvio.Falconi
Sun Jan 06, 2019 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7101

Re: New FWH 18.07

... adopt a practice of posting an explicit update notice. e.g. "New FWH 18.07" should become "New FWH 18.07-2". Just something obvious so we don't just happen across the fact there has been an update to an existing release. Robb
by rhlawek
Wed Oct 10, 2018 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 18.07
Replies: 8
Views: 1742

Re: Ejemplo de xBrowse

... 99,999,999.99"),SPACE(01))}aCols[ 6 ]:nFooterType := AGGR_SUM  The column value is character value. It is obvious that XBrowse can not total character values. It requires numeric values to total. Please replace your entire code with this code: FWNumFormat( ...
by nageswaragunupudi
Fri Jun 29, 2018 12:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de xBrowse (Solucionado, thanks Mr. Rao)
Replies: 23
Views: 5157

Re: appinvetor

Easy to convert dbf to xml. One can use (x)Harbour xml functions.
Not all xml files can be converted to dbf.

Reasons are obvious.
dbf stores two-dimensional data containing rows and columns.
xml can represent multi-dimensional data and also nested data.
by nageswaragunupudi
Sat Apr 07, 2018 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: appinvetor
Replies: 2
Views: 805
Next

Return to advanced search