Search found 49 matches: ford

Return to advanced search

Manejo de WebServices

... oHttp:=CreateObject("MSXML2.XMLHTTP") oHttp:Open("POST", "https://exchange-staging.motiveintegrator.com/mockservice/ford/fmc-5-1/otc") oHttp:SetRequestHeader("x-motive-app-id", "3fb559a4-5f8a-4b40-a710-e3c110e82440") oHttp:SetRequestHeader("x-motive-eval-type-id", ...
by noe aburto
Thu Oct 15, 2020 10:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Manejo de WebServices
Replies: 5
Views: 865

Re: xBrowse Cell Edit

Gale Ford Please try this local oDlg, oGet1, cText   cText := 'This is existing text'   DEFINE DIALOG oDlg RESOURCE "DLG_NOTE" TITLE 'Edit Note'   REDEFINE GET oGet1 VAR cText  TEXT ...
by nageswaragunupudi
Tue Sep 05, 2017 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Cell Edit
Replies: 8
Views: 1694

Re: update the executable of my application via FTP

Marc Venken, Thanks!

Gale FORd thanks!
:D
by MGA
Wed Jun 14, 2017 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: update the executable of my application via FTP
Replies: 12
Views: 2744

Re: Duplex Printing

Mr. Ford, thanks, is this a part of the TPrinter class, or is this just a function in fivewin. I will try it either way. I noticed also it becomes difficult to print Landscape, and Portrait in the same print job because if you ...
by byron.hopp
Tue Feb 14, 2017 12:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Duplex Printing
Replies: 3
Views: 834

Re: Gale Ford's scanning, barcode, and ocr libraries

Good morning Otto,

you must use hbzebra library:

Code: Select all  Expand view
https://github.com/harbour/core/blob/master/contrib/hbzebra/qrcode.c


Good luck !

Best regards,
by Baxajaun
Sun Nov 27, 2016 4:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gale Ford's scanning, barcode, and ocr libraries
Replies: 2
Views: 681

Re: Gale Ford's scanning, barcode, and ocr libraries

It does not support QR. It does support some other barcode engines but i have not seen QR supported by them either.
by Gale FORd
Sat Nov 26, 2016 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gale Ford's scanning, barcode, and ocr libraries
Replies: 2
Views: 681

Gale Ford's scanning, barcode, and ocr libraries

Hallo Gale,
is it possible to scann QR-Code with your libraries, too.
Thanks in advance
Otto
by Otto
Thu Nov 24, 2016 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gale Ford's scanning, barcode, and ocr libraries
Replies: 2
Views: 681

Re: ADO RDD xHarbour

... [] all the time to build filter strings and other cases where a single ' or " may be needed. Try REPLACE FIRST WITH [Test'Pieter] Hi Gale Ford, thanks for your reply.(still a time ago I see :) ) I just tried it, it did not work by me. I got another solution for now which is: REPLACE FIRST ...
by pieter
Mon Oct 05, 2015 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446402

Re: Easy way to build Fivetouch for Desktop

... in c : \ fivetouch \ window must exist all the necessary .dll , and the directory C : \ FIVETOUCH \ windows \ platforms with qwindows.dll Gale Ford said : I commented out function hb_aCmdLine() in FiveTouch.prg. done. everything works all this in my Win XP and Win 7 64bit thanks
by solving
Fri Jul 03, 2015 6:56 am
 
Forum: FiveTouch
Topic: Easy way to build Fivetouch for Desktop
Replies: 3
Views: 1454

Re: Category tree with xBrowse

Thank Rao Unfortunately, I did not wanted. the tree should be -Neu -OK Kat1 -OK Marken --UK Ford --UK Opel --UK VW --UK Porsche --OUK Geländewagen ---UUK Q7 ---UUK Kuga ---UUK Tucson ---UUK Sorento -OK Kat3 -OK Kat4 I have found the solution ! // -----------------------------------------------------------------------------------------------FUNCTION ...
by Gross
Mon Mar 23, 2015 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Category tree with xBrowse
Replies: 4
Views: 805

Category tree with xBrowse

... ; { 1,0 , "Neu" }, ; { 2,0 , "OK Kat1"}, ; { 3,0 , "OK Marken"}, ; { 4,0 , "OK Kat3"}, ; { 5,3 , "UK Ford"}, ; { 6,3 , "UK Opel"}, ; { 7,3 , "UK VW"}, ; { 8,3 , "UK Porsche"}, ; { 9,3 , "OUK Gel„ndewagen"}, ...
by Gross
Sun Mar 22, 2015 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Category tree with xBrowse
Replies: 4
Views: 805

Re: Google Maps

Gale Ford,

Can you display only the map in the FiveWin dialog ?

thanks
by MGA
Tue Jan 28, 2014 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 27645

Re: Google Maps

The code is provided by Gale Ford. Here is the link:

http://www.xharbour.com/xhc/index.asp?p ... show_sub=1
by TimStone
Wed Jan 15, 2014 8:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Maps
Replies: 85
Views: 27645

Re: BUSCA EN CUALQUIER POSICION CON DBF

... Because the dbf is sorted in the order of STREET, the filter is applied to the field STREET. Entering "FO?D" filtered for "ford" and "fold" found anywhere in the field Street.
by nageswaragunupudi
Sat Oct 19, 2013 6:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BUSCA EN CUALQUIER POSICION CON DBF
Replies: 16
Views: 3351

Re: Like clipper readvar()

... nCounter ]:cargo         exit      endif   next   if cVarRet != nil      msginfo( cVarRet )   endifreturn cRetVar  Thanks Gale FORd!
by Wanderson
Thu Aug 22, 2013 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3522
Next

Return to advanced search