Search found 18 matches

by Francisco Valério
Mon Feb 20, 2023 7:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services Security WSS OASIS
Replies: 0
Views: 780

Web Services Security WSS OASIS

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 ...
by Francisco Valério
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 ...
by Francisco Valério
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.
by Francisco Valério
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 ...
by Francisco Valério
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 ...
by Francisco Valério
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 ...
by Francisco Valério
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 ...
by Francisco Valério
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 ...
by Francisco Valério
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 ...
by Francisco Valério
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.
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: 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.
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: 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 ...
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: 3718

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: 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?
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: 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&#40; &#41; local oFonte, oFonte2, oDialog, oLabel, nFormaSelecionada, hButton := HB_Hash ...