Search found 40 matches: retreive

Return to advanced search

Re: ADO RDD xHarbour

James,

I sent you a zip file with an exe so as to retreive full error.log and check error.

Here you also have it:

http://rg.to/file/6a40703c481c85f1d406d ... zO___.html
by lucasdebeltran
Wed Jul 01, 2015 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441904

Large font scale

Is there a way to know what is the scale used for large fonts (windows 8)

A user can chose to use largefonts scaled at 125% for example , i need to know the percentage value 125 in this case

Does anyone know how we can retreive this value ?

Thanks for help

Richard
by Richard Chidiak
Mon Mar 16, 2015 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Large font scale
Replies: 2
Views: 480

Re: Help needed for compiling .c in VS2010?

Richard Chidiak wrote:Hakan

The tests i made with keylib32.dll and msvc2010 failed

i could not retreive the dll

HTH

Richard


Thank you Richard,

Can you achive to compile it?. I though dll is required for runtime.
by Horizon
Fri Jun 21, 2013 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed for compiling .c in VS2010?
Replies: 4
Views: 1725

Re: Help needed for compiling .c in VS2010?

Hakan

The tests i made with keylib32.dll and msvc2010 failed

i could not retreive the dll

HTH

Richard
by Richard Chidiak
Fri Jun 21, 2013 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed for compiling .c in VS2010?
Replies: 4
Views: 1725

Re: FWH 13.05 xbrowse and fonts

... arrays and there a backwards compatibility has been broken . Not a big deal i have updated my code. I store the "last" column sorted and retreive it next time they the user enters the browse. I added a obrw:gotop() and now it is back to normal, I consider this problem fixed . May i ask ...
by Richard Chidiak
Thu Jun 13, 2013 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 4230

Re: DBCOMBO question

In testdbc1 you are not retrieving/editing any data. The problem is that when I retreive data the actual code is shown and not the meaning of the code which I think is the purpose of DBCOMBO.
Selecting FARMACIA saves 03 which is correct, but loading 03 shows 03 and I think it should show FARMACIA.
by ADutheil
Mon Jun 10, 2013 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBCOMBO question
Replies: 9
Views: 3138

combobox display

... is added like this AADD(MESVARS():TABVAR[12],ORI->LIBELLE + " " + STR(ORI->NUMERO,6) ) where there is a title and an id that i can retreive , i want the combobox to display the string (table) as it is , now it is "shrinking" it with trims and this is not good i have set ...
by Richard Chidiak
Thu May 30, 2013 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox display
Replies: 7
Views: 1580

Re: MSVS 2012

Antonio Eureka ! this is the good one. Events are fired with their names, we retreive exactly the same names. I have only one regret , the param table is not sent like in xharbour , we would have a 100% compatibility I explain to fire the events we have ::ocalex:bOnEvent ...
by Richard Chidiak
Wed May 22, 2013 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15059

Re: MSVS 2012

Closer more and more I can retreive events , update , copy paste though i don't know how to retreive some if them like "BeforeEditOperation" foe example , still searching the handleevent looks like this I have to go out this ...
by Richard Chidiak
Wed May 22, 2013 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15059

Re: MSVS 2012

... another important problem i can not trace the event "DblClick" , looks like it is not carried by activex it would be great if you can retreive the appropriate names "DblClick" "DoRetrieveDayEvents" etc... if not i will find a way to trace them Richard
by Richard Chidiak
Wed May 22, 2013 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15059

Re: passing parameters between 2 exe

Richard Chidiak wrote:how to retreive the param in program2


Code: Select all  Expand view
FUNCTION MAIN( cParam1, cParam2, etc. )


EMG
by Enrico Maria Giordano
Thu Apr 25, 2013 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing parameters between 2 exe
Replies: 8
Views: 1492

passing parameters between 2 exe

Hello How can we pass a parameter between 2 exe and how the second will retreive it ? i know shellexecute(....) can pass parameter in program1.exe shellexecute(,"open""program2.exe",param) is there another way to do it and how to retreive ...
by Richard Chidiak
Thu Apr 25, 2013 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing parameters between 2 exe
Replies: 8
Views: 1492

Re: Harbour Ole error

... TOLEAUTO:_PROPERTY( 0 ) writing Oevent:CustomProperties:Property(anyvalue) does not give an error but does not set the property.... no way to retreive it :oops: Richard
by Richard Chidiak
Wed Apr 17, 2013 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Ole error
Replies: 25
Views: 5072

Re: GroupHeader \ xbrowse

ADutheil wrote:To retreive groupheader for column nCol try:

Code: Select all  Expand view
oXbrw:aCols[ nCol ]:cGrpHdr



worked perfect, thanks for the help

Luiz Fernando
by Luisão PITBULL
Thu Jan 24, 2013 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GroupHeader \ xbrowse
Replies: 2
Views: 442

Re: GroupHeader \ xbrowse

To retreive groupheader for column nCol try:

Code: Select all  Expand view
oXbrw:aCols[ nCol ]:cGrpHdr
by ADutheil
Thu Jan 24, 2013 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GroupHeader \ xbrowse
Replies: 2
Views: 442
Next

Return to advanced search