Search found 97 matches

by tiaofw
Wed Mar 21, 2012 9:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Objects that disappear within the control Group (SOLVED)
Replies: 25
Views: 5274

Re: Objects that disappear within the control Group

Good afternoon! The following code. RC of the screen where the problem appears: // RESOURCE SCRIPT generated by "Pelles C for Windows, version 6.50". #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_PORTUGUESE,SUBLANG_PORTUGUESE_BRAZILIAN EXCLUIR BITMAP "...
by tiaofw
Sun Mar 04, 2012 11:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Objects that disappear within the control Group (SOLVED)
Replies: 25
Views: 5274

Re: Objects that disappear within the control Group

Good night! I did as you suggested! But the overriding control Group continues on the other controls, as shown in previous screens! Show below the screen PellesC for the analysis: http://www.salc.com.br/atual/telaconfig1.jpg http://www.salc.com.br/atual/telaconfig2.jpg And the piece of source code w...
by tiaofw
Wed Feb 01, 2012 6:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Objects that disappear within the control Group (SOLVED)
Replies: 25
Views: 5274

Re: Objects that disappear within the control Group

Hello, Did you tested with FW 11.11?. Please, look at http://forums.fivetechsupport.com/viewtopic.php?f=3&t=22940&hilit=tgroup Good afternoon! I tried to use SetDlgGradient ({{1, RGB (199, 216, 237), RGB (237, 242, 248)}}), but it caused unwanted effects on the colors throughout the system....
by tiaofw
Wed Feb 01, 2012 12:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Objects that disappear within the control Group (SOLVED)
Replies: 25
Views: 5274

Objects that disappear within the control Group (SOLVED)

Good day! Rebuild the system using the FWH1112 and access a client machine and checked the problem of disappearing objects within the Group. As you can see on screen, I send the links below: http://www.salc.com.br/atual/erro_fwh1112.jpg http://www.salc.com.br/atual/erro_fwh1112_naminhamaquina.jpg A ...
by tiaofw
Tue Jan 31, 2012 12:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Encryption error! (SOLVED)
Replies: 14
Views: 3794

Re: Encryption error!

Daniel Garcia-Gil wrote:Hello

download the new lib http://www.sitasoft.net/fivewin/files/tip.zip

Thank you Daniel!

Perfect!

I'll try more!

Any problems you know!
by tiaofw
Mon Jan 30, 2012 10:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Encryption error! (SOLVED)
Replies: 14
Views: 3794

Re: Encryption error!

"e="Daniel Garcia-Gil"]Hello the current base64 code from xharbour not work properly, i modified the code and rebuilt the lib affected please download the new lib http://www.sitasoft.net/fivewin/files/tip.zip Thank you Daniel! Doing some testing here with the new tip.lib, I noticed a...
by tiaofw
Mon Jan 30, 2012 2:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Encryption error! (SOLVED)
Replies: 14
Views: 3794

Re: Encryption error!

Daniel Garcia-Gil wrote:Hello

sorry, this function is not added in xHarbour, the code exist, but is not added to lib

i'll test to try added it

Thank you!
by tiaofw
Mon Jan 30, 2012 1:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Encryption error! (SOLVED)
Replies: 14
Views: 3794

Re: Encryption error!

Hello you can not use Alltrim in encrypted string, because some character converted maybe there are useful, in your case the first char is a CHR(10) and you are deleting this with alltrim function try to understand my point cteste3 := Decrypt(chr(10)+alltrim( cTeste2 ),cChave) i personally do it......
by tiaofw
Fri Jan 27, 2012 8:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Encryption error! (SOLVED)
Replies: 14
Views: 3794

Re: Encryption error!

Olá Tião, Teu erro está nesta linha: cteste3 := Decrypt(alltrim(cTeste2),cChave) tem que ser assim: cteste3 := alltrim(hb_Decrypt(cTeste2,cChave)) // olha o alltrim() segue exemplo compilado em harbour puro: function MAIN cChave := 'TIAO' cTeste1 := 'UR010801733' // FIELD OF THE FOURTH The DBF THAT...
by tiaofw
Fri Jan 27, 2012 12:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Encryption error! (SOLVED)
Replies: 14
Views: 3794

Re: Encryption error!

Please test the code below: cChave := 'TIAO' cTeste1 := 'UR010801733' // FIELD OF THE FOURTH The DBF THAT WITH ENCRYPTION SIZE 40 CHARACTER MSGINFO(cTeste1) cTeste2 := Encrypt(cTeste1, cChave) msginfo(cTeste2) cteste3 := Decrypt(alltrim(cTeste2),cChave) msginfo(cteste3)   Test done using FWH / xHarb...
by tiaofw
Fri Jan 27, 2012 11:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: Encryption error! (SOLVED)
Replies: 14
Views: 3794

Re: Encryption error!

Good day!

Marco, by using the HB_Crypt the error is more constant!

I tested using the example of Antonio and worked with my data, the routine will check again to try to locate the problem!

Post here the result.

Thank you!
by tiaofw
Mon Jan 23, 2012 2:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Encryption error! (SOLVED)
Replies: 14
Views: 3794

Encryption error! (SOLVED)

Good day! Intermittently I get an error in the encryption / decryption of a given string here on my system. Here the piece of code: cChave: = 'TI040505' / / fictional retorno_cbx: = 'UR010801752' / / actual seriec: = 'UR010801752' / / actual cChave: = ALLTRIM (cChave) replace serie with space(len(se...
by tiaofw
Thu Jan 12, 2012 1:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Behaviour of button class in FWH 11.12
Replies: 10
Views: 2058

Re: Behaviour of button class in FWH 11.12

Good day!

The reported problem that also happened with me!

thank you
by tiaofw
Tue Nov 15, 2011 6:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Antônio Linhares
Replies: 2
Views: 562

Re: To Antônio Linhares (Resolved)

Thank you!