Search found 3816 matches: type

Return to advanced search

I'm not asking for the moon... Resolved!!

... me... I have a series of numeric get controls for a little program, I would like only a zero to be displayed at the beginning but the user can type 12345 and the procedure must automatically convert to 123.45 and if the user presses another digit for example 7 this must change the last digit ...
by Silvio.Falconi
Wed Jan 17, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2276

Re: Problem with tget numeric

... get. No uso dbf. Obtengo los datos de un navegador y una matriz. Otto you could display only a zero on the right in the get and then if the user types a number for example 1 and then presses the decimal point the procedure must put up to two numbers after the decimal point and then move on to ...
by Silvio.Falconi
Wed Jan 17, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1445

Re: Problem with tget numeric

... you use for input? Touch or keboard? I had already created a small touch sale with categories and subcategories but the customer didn't like this type of insertion, he wants to be faithful to the old insertion he did with his pen and paper model. moreover, since the operator has to work in the ...
by Silvio.Falconi
Wed Jan 17, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1445

Border with fwbarcode

How create a border on barcode ?

@ x, y PRINT TO oPrn TEXT ctext AS BARCODE TYPE cBarcode ;
SIZE nlarghezza-nColonna, nAltezza CM BARSIZE nlarghezza ;
COLOR CLR_BLACK,nBackcolor
by Silvio.Falconi
Tue Jan 16, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border with fwbarcode
Replies: 0
Views: 625

Re: problem with Barcode (sebra) no Html no web

... + Check Digit (1 digit) you're Right I decided to change barlib for the new fwbarcode barcodes because in barlib we don't have the new qr type codes to do a demo I think I need to set TExt for each type of barcode in order to be able to print it correctly every time the nbackcolor must ...
by Silvio.Falconi
Tue Jan 16, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 586

problem with Barcode (zebra) no Html no web . resolved

... hbzebra.lib I have this result https://i.postimg.cc/ydtCxn30/ggg.png the source code is @ x, y PRINT TO oPrn TEXT ctext AS BARCODE TYPE cBarcode ;         SIZE nlarghezza-nColonna, nAltezza CM BARSIZE nlarghezza ;          COLOR CLR_BLACK,nBackcolor where is the error ? I tried ...
by Silvio.Falconi
Mon Jan 15, 2024 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 586

PrintTable

... and I had this https://i.postimg.cc/x8kCWmzc/kk.png the array I used have 3 row and 9 columns Why the box is printed in that type ? then How I can make to have the grid ? mytest Function Stampa_Tabella(aschema)   local oPrn, oFont, oBold   local ...
by Silvio.Falconi
Fri Jan 12, 2024 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PrintTable
Replies: 3
Views: 611

Re: Soap Web Service - timeout request

Dear Darrell, Please try this: oHttp:Open( 'POST', cURL, .F. ) oHttp:SetRequestHeader( "Content-Type","application/xml") oHttp:SetRequestHeader( "Accept","*/*") oHttp:SetRequestHeader( "Authorization", "Basic "+hb_base64Encode(cCred)) ...
by Antonio Linares
Tue Jan 09, 2024 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 709

Soap Web Service - timeout request

... += [ </soapenv:Body>] cHttpSend += [</soapenv:Envelope>] oHttp:Open( 'POST', cURL, .F. ) oHttp:SetRequestHeader( "Content-Type","application/xml") oHttp:SetRequestHeader( "Accept","*/*") oHttp:SetRequestHeader( "Authorization", ...
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 709

Re: Backups into blu rays

... argument of Elvira was another, Elvira asked for a function or class to back up Blu-ray discs which I have to think you've never had, I have that type of 50GB CD memory and they cost a lot but it's a memory that doesn't use no one anymore because it's expensive, but apart from this you persistently ...
by Silvio.Falconi
Wed Jan 03, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3433

Re: Booking xbrowse example

... of the Internet connection or many days the Internet connection is unusable and there is serious thought of moving the work back to desktop-type management software on Windows, in the hotels and shops at least in my city they do not use software on the web but all local software on Windows ...
by Silvio.Falconi
Sun Dec 31, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3346

Re: phpBB to LLM

... Platform: win-64 Collecting package metadata (repodata.json): done Solving environment: | warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE failed LibMambaUnsatisfiableError: Encountered problems while solving: - package torchvision-0.11.2-py36_cpu requires python ...
by alerchster
Mon Dec 25, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4751

Create a Panel width a text

... is given by a memo field variable and depending on the length of the memo the panel must be uniform, i.e. high for how many lines make up the memo type this https://i.postimg.cc/gcyvW3Lt/Immagine.png I thought about creating a panel but I didn't understand how to create a large ...
by Silvio.Falconi
Fri Dec 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3238

Re: phpBB to LLM

This is the type of csv file that we have to generate from a DBF: customer.csv ID,FIRST,LAST,STREET,CITY,STATE,ZIP,HIREDATE,MARRIED,AGE,SALARY,NOTES 1,Homer,Simpson,32179 Maiden Lane,Springfield,IL,20503-8202,1992-09-18,True,50,5900.0,This ...
by Antonio Linares
Fri Dec 22, 2023 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4751

Re: Using Microsoft AI Phi-2 from FWH

... version of the function. Syntax: HMG_CallDLL ( cLibName, [ nRetType ] , cFuncName, FuncArg1, ..., FuncArgN ) ---> xRetValue nRetType: value type returned by the function (constants defined in hbdyn.ch) - HB_DYN_CTYPE_DEFAULT - HB_DYN_CTYPE_CHAR - HB_DYN_CTYPE_CHAR_UNSIGNED - HB_DYN_CTYPE_CHAR_PTR ...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8422
PreviousNext

Return to advanced search