Search found 328 matches: obtain

Return to advanced search

Artificial Intelligence: GPT with Harbour and FWH

... which could be represented as x,y,z coordinates (vectors) in "space". This way we can add "red" and "blue" and obtain "purple". We can see that this vector representation allows to "sum" colors, find "near" colors, "sustract" ...
by Antonio Linares
Fri Aug 14, 2020 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Artificial Intelligence: GPT with Harbour and FWH
Replies: 7
Views: 1403

Re: bad calculation prices for days

... shows the result of 174 for 29 days, while the result of the owner of chalet is 170, according to what you say. What formule the owner used to obtain 170? Can you post here the results from 16 days to 30 days, which the owner of chalet considers corrects? //----------------------------------------Function ...
by FranciscoA
Tue Jul 07, 2020 1:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1982

Re: bad calculation prices for days

... marketing policy, as I said previously. You can try the following example code, adapting it to your needs. The code shows the results you want to obtain for the 3 days you mentioned. Maybe it will guide you. the complete archive Price List https://i.postimg.cc/4Nkf78q7/listprice.png ...
by Silvio.Falconi
Mon Jul 06, 2020 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1982

Re: bad calculation prices for days

... marketing policy, as I said previously. You can try the following example code, adapting it to your needs. The code shows the results you want to obtain for the 3 days you mentioned. Maybe it will guide you. thanks francisco but not good sample first row ( see the picture) local n1Day := 6, n7Days ...
by Silvio.Falconi
Mon Jul 06, 2020 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1982

Re: bad calculation prices for days

... marketing policy, as I said previously. You can try the following example code, adapting it to your needs. The code shows the results you want to obtain for the 3 days you mentioned. Maybe it will guide you. //----------------------------------------#include "fivewin.ch"Function Main()local ...
by FranciscoA
Mon Jul 06, 2020 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1982

Re: bad calculation prices for days

... 6   //1 dayprz [2]:= 40           //1 week prz [3]:= 65          // 2 weeksprz [4]:= 100        // 4 weeks  Then obtain the number of days more than for example 1 week, multiply by single day charge, then add both ammounts.... days = 9extra_days = days - 7nPrice ...
by Bayron
Sun Jul 05, 2020 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1982

Re: error on xbrowse footer

... ordering system made with mod harbour. https://www.modharbour.club/mh_bestellservice/restaurant.prg Best regards Otto Dear Otto, I obtain this error Error: Argument error operation: + [ 1] = C C:/xampp/htdocs/mh_bestellservice/orders/ [ 2] = U nil called from: CHARACTER:__OPPLUS, ...
by cnavarro
Sun Apr 26, 2020 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3859

retrieve file date and time for a Internet file

Hi,

Is it possible to obtain the date and time from a file in http://www.google.com/files/update.exe?

Thank you.
by MOISES
Thu Jan 23, 2020 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: retrieve file date and time for a Internet file
Replies: 1
Views: 321

Re: MaskRegion()

I don't understand if you (Jimmy) obtain the wanted result or not, you post a C++ function, but It has not the harbour or fivewin interface... Even I noticed that on Fivewin uses first the y or the x. I think all start from the Clipper commands ...
by AntoninoP
Fri Dec 20, 2019 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1569

Re: CBS_DROPDOWN select all empty text

... or "small Frame with long Text" or other Color of Frame ... with ACTIVATE WINDOW oWnd ON INIT (oCombo:oGet:SetSel()) I obtain a semi-acceptable result ok so it is not empty any more a 1st ist select only, or :?:
by Jimmy
Thu Dec 12, 2019 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CBS_DROPDOWN select all empty text
Replies: 4
Views: 922

Re: CBS_DROPDOWN select all empty text

Jimmy wrote:hi,
AntoninoP wrote:My problem is that when the application starts, the text inside the combobox is all selected:

i see ... empty


my problem is the blue rectangle...

with
Code: Select all  Expand view
ACTIVATE WINDOW oWnd ON INIT (oCombo:oGet:SetSel())

I obtain a semi-acceptable result
by AntoninoP
Thu Dec 12, 2019 5:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CBS_DROPDOWN select all empty text
Replies: 4
Views: 922

problem with harbour dll

... I see that to allow the dynamic loading of harbour module I need to build the application with the -shared hbmk2 option active, But when I try I obtain: FiveHC32.lib(ACTX.obj) : error LNK2019: riferimento al simbolo esterno _hb_gcGripGet non risolto nella funzione _HB_FUN_CREATEACTIVEXFiveHC32.lib(ACTX.obj) ...
by AntoninoP
Mon Dec 09, 2019 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with harbour dll
Replies: 4
Views: 806

Re: TIPCLIENTHTTP problem ( new )

Excuse me, I don't understand your goal well If your goal is to obtain data from a website, what do you send in cXml? ( with Post method ) and imagine that you are using SSL as it is a site that ends in "S" (httpS:) Hbtip library itself does not ...
by cnavarro
Wed Oct 30, 2019 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TIPCLIENTHTTP problem ( new )
Replies: 7
Views: 1352

TIPCLIENTHTTP problem ( new )

... been "problematic" and unfixed for a long time. Is there a suggested "better way" to make this call ? I use the procedure to obtain data from a web server. Samples of how to implement the better way would be appreciated.
by TimStone
Wed Oct 30, 2019 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TIPCLIENTHTTP problem ( new )
Replies: 7
Views: 1352

Re: RegEnumValue() return error 234

... your answer. i have tried many options in the code below but i have had no success. (i have tried many buffer dimensions till number of 32,767) i obtain always the error code 234 please can you suggest me the right way so the code work fine? marzio #define  HKEY_LOCAL_MACHINE      2147483650#define ...
by marzio
Fri Oct 11, 2019 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegEnumValue() return error 234
Replies: 7
Views: 1565
PreviousNext

Return to advanced search