Search found 16 matches

by Francisco Valério
Mon Aug 22, 2016 7:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS function list
Replies: 19
Views: 3426

Re: ADS function list

I'm working with ADS , but I'm hard of encrypted tables with .adt extension. Someone uses table encryption in ADS and tell me how the process was conducted.
by Francisco Valério
Tue Aug 02, 2016 3:12 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin + XBrowse drag column
Replies: 0
Views: 520

TDolphin + XBrowse drag column

Eu estou com um TXBrowse que utiliza um objeto da classe TDolphin para apresentar os valores de uma tabela. As opções (que eu conheço) para editar as colunas do browse estão todas setadas como falso: oBrw:lAllowColReGroup      := .f. oBrw:lAllowColHiding       := .f. oBrw:lAllowRowSizing       := .f...
by Francisco Valério
Fri Apr 29, 2016 12:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 21547

Re: FWH64

Hi, After changing the version of the Harbour, and change png.lib . The error still persists ┌────────────────────────────────────────────────────────────────────────────┐ │ FWH 64 for Harbour 14.08 (MSVC++) Aug.2014 Harbour development power │▄ │ (c) FiveTech, 1993-2014 for Microsoft Windows 9X/NT/...
by Francisco Valério
Thu Apr 28, 2016 6:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 21547

Re: FWH64

Hi tim, @ECHO OFF CLS ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ECHO ³ FWH 64 for Harbour 14.08 (MSVC++) Aug.2014 Harbour development power ³Ü ECHO ³ (c) FiveTech, 1993-2014 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8 ³Û ECHO ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ...
by Francisco Valério
Thu Apr 28, 2016 12:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 21547

Re: FWH64

Antonio, Really my installation had a problem, but after reinstalling , this error is generated ┌────────────────────────────────────────────────────────────────────────────┐ │ FWH 64 for Harbour 14.08 (MSVC++) Aug.2014 Harbour development power │▄ │ (c) FiveTech, 1993-2014 for Microsoft Windows 9X/...
by Francisco Valério
Wed Apr 27, 2016 6:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 21547

Re: FWH64

Hi, I try to build fwh64 with VC2015 and the error is generated ┌────────────────────────────────────────────────────────────────────────────┐ │ FWH 64 for Harbour 14.08 (MSVC++) Aug.2014 Harbour development power │▄ │ (c) FiveTech, 1993-2014 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8 │█ └────...
by Francisco Valério
Fri Apr 15, 2016 8:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CUEBANNER
Replies: 1
Views: 471

CUEBANNER

Hi, Antonio I would like to propose a change in fivewin.ch where today to set a text in an informational only get is used like this: CUEBANNER "Message" I believe it would be clearer to users much if it were possible to define : PLACEHOLDER "Message" in fivewin.ch Today: [ CUEBAN...
by Francisco Valério
Fri Oct 10, 2014 4:31 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TGif
Replies: 1
Views: 342

TGif

Boa Tarde

Antonio Linares, gostaria de saber se é possível utilizar TGif, passando um resource no lugar do arquivo pois gostaria de compilar o sistema já com a .gif evitando de precisar possuir o arquivo na pasta local do cliente.

Gracias.
by Francisco Valério
Tue Aug 05, 2014 4:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 2964

Re: Make a dialog never lost focus

But will it work when the user press ALT+TAB ?

I'm working in another features in my app. Later I'll come back to the focus problem. But if you think in any solucion please tell me.
by Francisco Valério
Mon Aug 04, 2014 5:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 2964

Re: Make a dialog never lost focus

Are you using STYLE DS_SYSMODAL to create it ? Yes. I only change: Define dialog oDialog resource "SELECIONADEBCRE" title "Gerenciador TEF -- PAGAMENTO" font oFonte to Define dialog oDialog resource "SELECIONADEBCRE" title "Gerenciador TEF -- PAGAMENTO" font ...
by Francisco Valério
Mon Aug 04, 2014 4:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 2964

Re: Make a dialog never lost focus

Image

This is my app. The app run in tray, and in a command it opens a dialog.
by Francisco Valério
Mon Aug 04, 2014 2:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 2964

Re: Make a dialog never lost focus

It's an app business rule. The app is a payment system that works with credit card, and when I request to pay with the card, no other app can take the focus. So I need the dialog never lost focus.

Any other idea?
by Francisco Valério
Fri Aug 01, 2014 8:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 2964

Re: Make a dialog never lost focus

Francisco, oDlg:Capture() Don't work. Capture the mouse neither the STYLE DS_SYSMODAL Here is my code. It's a normal dialog and I need that the dialog never lost focus. function SelecionaFormaDePagamento( )    local oFonte, oFonte2, oDialog, oLabel, nFormaSelecionada, hButton := HB_Hash()    Define...
by Francisco Valério
Fri Aug 01, 2014 2:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 2964

Re: Make a dialog never lost focus

How can I capture the mouse ??
by Francisco Valério
Thu Jul 31, 2014 7:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 2964

Re: Make a dialog never lost focus

Antonio Linares wrote:You may try this:

oDlg:bLostFocus := { || oDlg:SetFocus() }
I already tried. And it doesn't work.

My app is running in tray, and when I get a command, the app show a dialog and this dialog cannot lost the focus.