Search found 105 matches: marzio

Return to advanced search

Re: RegEnumValue() return error 234

... many buffer dimensions till number of 32,767) i obtain always the error code 234 please can you suggest me the right way so the code work fine? marzio #define  HKEY_LOCAL_MACHINE      2147483650#define  ERROR_SUCCESS                    0function Main()   local hKey, cName, uValue := ...
by marzio
Fri Oct 11, 2019 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegEnumValue() return error 234
Replies: 7
Views: 1478

RegEnumValue() return error 234

Hi at all.
i have inserted the sample regenum.prg in a my program compiled with borland 7.2 and all is ok (RegEnumValue() return 0)
if i compile the same program with visual c++ 2015 RegEnumValue() return 234 instead of 0 and doesn't work.
any idea?

thanks, marzio
by marzio
Wed Oct 09, 2019 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegEnumValue() return error 234
Replies: 7
Views: 1478

Re: Erro ao compilar o sistema com versão FWH 17.06

Antonio Linares wrote:Marzio,

Please delete all temporary files and try it again


Hello Antonio Linares,
I deleted all the .obj files, but still it still gives this error. This usually occurs when there is a library compiled with a different version of xharbour.
by marcio.cezar
Sat Aug 04, 2018 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Erro ao compilar o sistema com versão FWH 17.06
Replies: 4
Views: 619

Re: Erro ao compilar o sistema com versão FWH 17.06

Marzio,

Please delete all temporary files and try it again
by Antonio Linares
Sat Aug 04, 2018 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Erro ao compilar o sistema com versão FWH 17.06
Replies: 4
Views: 619

Re: Problem with Get in RibbonBar

Marzio, I am testing this but it is not working as expected: #include "FiveWin.ch"#include "Ribbon.ch"function Main()   local cVar := SPACE(10), cVar2 := Space(10), oWnd, ...
by Antonio Linares
Fri May 04, 2018 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2202

Re: Problem with Get in RibbonBar

Marzio,

Add a DATA nPos to oEvent or a DATA Cargo and keep an array there for each GET

oEvent:bRefresh = { || oGet:Assign(), oEvent:nPos := oGet:nPos }

oGet:bGotFocus = { || oGet:SetPos( oEvent:nPos ) }
by Antonio Linares
Thu May 03, 2018 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2202

Re: Problem with Get in RibbonBar

Marzio,

Very good :-)

Try this:

oEvent:bRefresh = { || oGet:Assign(), oGet:LostFocus() }
by Antonio Linares
Thu May 03, 2018 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2202

Re: Problem with Get in RibbonBar

Marzio, Here you have a workaround: #include "FiveWin.ch"#include "Ribbon.ch"function Main()   local cVar := Space(10), oWnd, oBar, oGr, oGet, oEvent   DEFINE WINDOW ...
by Antonio Linares
Wed May 02, 2018 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Get in RibbonBar
Replies: 13
Views: 2202

Re: Tooltip of the selector column

see the link below for a 'help' button to click (the cursor changes shape), then a click on a browse column open the contestual help.

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33685&p=198919&hilit=marzio#p199584
by marzio
Thu May 11, 2017 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1360

Re: fw_SetUnicode()

... a global switch for this in our next version. is it possible in browse file to have columns with UNICODE and column with ANSI ? many thanks, marzio
by marzio
Tue Apr 18, 2017 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_SetUnicode()
Replies: 5
Views: 1025

Re: fw_SetUnicode()

Nages,
many thanks for your informations!
i am trying the news in fwh, I'm trying to understand this topic (unicode) quite complex.
Anyway i am interested to use im my programs languages like russian, rumenian, french.
thanks for any help.
marzio
by marzio
Mon Apr 17, 2017 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_SetUnicode()
Replies: 5
Views: 1025

Re: problem of bLClicked in ribbon 'ADD BUTTON'

... oBtn:bLButtonUp := NIL, 0 } )               ACTIVATE WINDOW oWnd MAXIMIZED               Return( NIL ) thanks for the attention marzio
by marzio
Wed Mar 15, 2017 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem of bLClicked in ribbon 'ADD BUTTON'
Replies: 6
Views: 1419

Re: problem of bLClicked in ribbon 'ADD BUTTON'

Antonio,
what do you think about this behavior in the above examples ?
can you verify if something is lacking in 'ADD BUTTON' code ?
thanks
marzio
by marzio
Tue Mar 07, 2017 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem of bLClicked in ribbon 'ADD BUTTON'
Replies: 6
Views: 1419

Re: problem of bLClicked in ribbon 'ADD BUTTON'

... 0 } )        ACTIVATE WINDOW oWnd MAXIMIZED        Return( NIL ) is there something wrong in 'ADD BUTTON' of ribbonbar? thanks, marzio
by marzio
Mon Feb 27, 2017 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem of bLClicked in ribbon 'ADD BUTTON'
Replies: 6
Views: 1419

problem of bLClicked in ribbon 'ADD BUTTON'

... oBtn:bLClicked := { | nRow, nCol | MsgInfo("!"), ReleaseCapture(), oBtn:oCursor := NIL, oBtn:bLClicked := NIL, 0 } ) any suggestions ? marzio
by marzio
Tue Feb 21, 2017 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem of bLClicked in ribbon 'ADD BUTTON'
Replies: 6
Views: 1419
Next

Return to advanced search