Search found 343 matches: gale

Return to advanced search

Re: FYI Tablet App

Muchas gracias, Gale :D
by leandro
Fri Apr 17, 2020 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FYI Tablet App
Replies: 14
Views: 4984

Re: Working with barcode

Thanks, Gale, but it doesn't work. Yes it moves it to the right position, but it also prevents the dialog from being closed by the button controls. In addition, it seems to be adding blank arrays.

Tim
by TimStone
Thu Feb 15, 2018 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working with barcode
Replies: 9
Views: 2266

Re: scroll buttons tablet win10

gale,
a restaurant have many saloon and each saloon have many tables
i wish show only 4 buttons for saloon scrolled and only 20 tables buttons scrolled
I think it cannot hard to make
all can be show on a table win 10
by Silvio.Falconi
Sat Oct 14, 2017 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: scroll buttons tablet win10
Replies: 5
Views: 1186

Re: Problem with Escape key and dialog on MDI child

Gale oInvt:SetSize( oWndChild:nWidth, oWndChild:nHeight, .t. ) // <----------------frame and dialog link  This code links the dialog to the mdi frame .. this will keep ESC from closing and leaving the mdi frame ...
by Rick Lipkin
Tue Sep 19, 2017 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Escape key and dialog on MDI child
Replies: 8
Views: 1202

Re: Problem with Escape key and dialog on MDI child

Gale This is my code for MdiChild       ACTIVATE DIALOG oInvt NOMODAL ;                ON INIT( If( lViewQuery = .t., oQuery:Show(),oQuery:Hide() ),;                         _Hidum( cMode,oBtn2,oBtn3,oBtn4),oVnum:SetFocus() ...
by Rick Lipkin
Tue Sep 19, 2017 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Escape key and dialog on MDI child
Replies: 8
Views: 1202

Re: Problem with Escape key and dialog on MDI child

Gale

You are close ... add this to your ON INIT move ....

Code: Select all  Expand view

ON INIT ( oDlg:Move( 0,0, oWndChildA:nWidth, oWndChildA:nHeight, .T. ), ;
 


This ties the Dialog to the child ..

Rick Lipkin
by Rick Lipkin
Tue Sep 19, 2017 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Escape key and dialog on MDI child
Replies: 8
Views: 1202

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

Re: How to make memo edit in dialog automatic selectnone?

Gale Insert this code after your memo get statement .. what this code does is move the cursor to the first character and unselects All.. Rick Lipkin oMemo:bGotFocus = { || oMemo:SetSel( 0, 0 ),;      ...
by Rick Lipkin
Thu Aug 24, 2017 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make memo edit in dialog automatic selectnone?
Replies: 5
Views: 1000

Re: AS2 protocol

Dear Gale, Thank you for your response. We will be exchanging ANSI X12 and EDIFACT to start. We have been communicating via FTP and certain partners are asking us to upgrade to AS2. Can you send me a private message via e-mail ...
by cdmmaui
Wed Jun 28, 2017 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AS2 protocol
Replies: 3
Views: 573

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

Re: OCR for scanned documents

... TOCR. I have used it and is pretty straight forward, especially if you are using EZTwain already. It is not free so that might be a problem. Hey Gale; What exactly do I need to purchase to get OCR? Is it the Transym OCR license or Dosadi pro ver 4? I'm only interested on extracting text from ...
by reinaldocrespo
Thu Mar 02, 2017 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 4387

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: Class to read / write Excel

Gale ... you're right.

I will investigate how read or write a table Excel with ADO.

If you have a more complete example I would greatly appreciate it

regards
by devtuxtla
Wed Sep 28, 2016 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class to read / write Excel
Replies: 9
Views: 1532
Next

Return to advanced search