Hello,
I'm trying to perform an integration with a Brazilian webservice that requires the standard: Web Services Security:
3 SOAP Message Security 1.0 Oasis.
And I'm being beaten a lot about this, I'm using CAPICOM.dll and MSXML5.dll to work with the certificate and signature
I have an example ...
Search found 18 matches
- Mon Feb 20, 2023 7:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Web Services Security WSS OASIS
- Replies: 0
- Views: 780
- Wed Dec 29, 2021 8:55 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: UPDATE e INSERT MYSQL?
- Replies: 9
- Views: 1735
Re: UPDATE e INSERT MYSQL?
Cesar la solucion que propones no es la mejor en sistemas modernos o que usaan el paradigma cliente/servidor sobre todo si es un sistema con una red lenta. Pero si hubiera que usar ese sistema es mejor la sentencia
SELECT count( * ) FTROM tutabla WHERE tucondicion
La propuesta moderna ...
SELECT count( * ) FTROM tutabla WHERE tucondicion
La propuesta moderna ...
- Mon Aug 22, 2016 7:46 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS function list
- Replies: 19
- Views: 5156
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: 654
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.oBrw ...
oBrw:lAllowColReGroup := .f.oBrw:lAllowColHiding := .f.oBrw:lAllowRowSizing := .f.oBrw ...
- Fri Apr 29, 2016 12:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH64
- Replies: 110
- Views: 33904
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 ...
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 ...
- Thu Apr 28, 2016 6:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH64
- Replies: 110
- Views: 33904
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 ...
@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: 33904
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 ...
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: 33904
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 ...
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: 581
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: [ CUEBANNER < cCueText ...
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: [ CUEBANNER < cCueText ...
- Fri Oct 10, 2014 4:31 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: TGif
- Replies: 1
- Views: 475
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: 3718
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: 3718
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 oFonte STYLE DS_SYSMODAL
Is it right ...
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 oFonte STYLE DS_SYSMODAL
Is it right ...
- Mon Aug 04, 2014 4:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Make a dialog never lost focus
- Replies: 16
- Views: 3718
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: 3718
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: 3718
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 ...
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 ...