Search found 16 matches
- Mon Aug 22, 2016 7:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS function list
- Replies: 19
- Views: 3588
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.
- Tue Aug 02, 2016 3:12 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: TDolphin + XBrowse drag column
- Replies: 0
- Views: 532
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...
- Fri Apr 29, 2016 12:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH64
- Replies: 110
- Views: 22395
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/...
- Thu Apr 28, 2016 6:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH64
- Replies: 110
- Views: 22395
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 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ...
- Thu Apr 28, 2016 12:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH64
- Replies: 110
- Views: 22395
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/...
- Wed Apr 27, 2016 6:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH64
- Replies: 110
- Views: 22395
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 │█ └────...
- Fri Apr 15, 2016 8:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: CUEBANNER
- Replies: 1
- Views: 492
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...
- Fri Oct 10, 2014 4:31 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: TGif
- Replies: 1
- Views: 364
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.
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.
- Tue Aug 05, 2014 4:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Make a dialog never lost focus
- Replies: 16
- Views: 3069
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.
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.
- Mon Aug 04, 2014 5:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Make a dialog never lost focus
- Replies: 16
- Views: 3069
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 ...
- Mon Aug 04, 2014 4:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Make a dialog never lost focus
- Replies: 16
- Views: 3069
Re: Make a dialog never lost focus
This is my app. The app run in tray, and in a command it opens a dialog.
- Mon Aug 04, 2014 2:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Make a dialog never lost focus
- Replies: 16
- Views: 3069
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?
Any other idea?
- Fri Aug 01, 2014 8:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Make a dialog never lost focus
- Replies: 16
- Views: 3069
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...
- Fri Aug 01, 2014 2:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Make a dialog never lost focus
- Replies: 16
- Views: 3069
Re: Make a dialog never lost focus
How can I capture the mouse ??
- Thu Jul 31, 2014 7:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Make a dialog never lost focus
- Replies: 16
- Views: 3069
Re: Make a dialog never lost focus
I already tried. And it doesn't work.Antonio Linares wrote:You may try this:
oDlg:bLostFocus := { || oDlg:SetFocus() }
My app is running in tray, and when I get a command, the app show a dialog and this dialog cannot lost the focus.