Search found 51 matches: land

Return to advanced search

Re: vocabulary book for Harbor / Javascript

... first match you can even do parseInt(value, 16) for parsing as hex but there's a replaceAll method going through the rounds, and it'll hopefully land this year https://github.com/tc39/proposal-str ing-rep laceall
by Otto
Tue Jan 07, 2020 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vocabulary book for Harbor / Javascript
Replies: 2
Views: 427

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: FAQ - 1st [x]Harbour INTERNATIONAL CONFERENCE

Hello everyone; I made this same trip with my wife about two years ago (Sept 2015). After landing in Munich I took a nice and quiet train ride from the airport to Munich main central train station called Munich Hbf. I think that was about 45 minutes train ride and about ...
by reinaldocrespo
Tue Apr 11, 2017 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FAQ - 1st [x]Harbour INTERNATIONAL CONFERENCE
Replies: 28
Views: 5586

Re: Windows 10 style menus

... inherit from TControl (although I'm still doing tests when my time permits me) In this case the onmouse ( MouseMove, etc ), should be replaced by lAnd(GETDRAWISR (pItemStruct) [5], ODS_HOTLIGHT) But it is not easy, but I keep doing tests Thank you for your comments and your help
by cnavarro
Wed Mar 16, 2016 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 style menus
Replies: 14
Views: 4778

Re: Input form

Thanks for the input you provide a lot of things I need to consider. I still cannot get the color of a field to change. Am I missing a ch file or is something else causing it not to work? REDEFINE GET oLand_Cover VAR LAND_COVER ID 1009 OF oEdit UPDATE VALID (oSOIL_MOIST:setColor(CLR_YELLOW, CLR_BLUE...
by Vytas
Mon Jul 27, 2015 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1701

Re: Input form

Vytas, This syntax is incorrect: REDEFINE GET oLand_Cover VAR LAND_COVER ID 1009 OF oEdit UPDATE VALID oEdit:oLand_Pos:setColor(CLR_HGRAY, CLR_HGRAY) It should be something like this: REDEFINE GET oLand_Cover VAR LAND_COVER ID 1009 OF oEdit UPDATE ; VALID (oLand_Pos:setColor(CLR_HGRAY, CLR_HGRAY), ....
by James Bott
Thu Jul 23, 2015 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1701

Re: Input form

Hi Again, What am I doing wrong? I have tried various variables in the two valid statements and cannot get anything to work. I searched the web without any luck in finding any sample code doing what I want to do. Thanks again, Vytas ... DEFINE DIALOG oEdit RESOURCE "ATTRIBUTES" REDEFINE SA...
by Vytas
Thu Jul 23, 2015 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1701

Re: ADO RDD xHarbour

... If( At( ":", cPathMask ) == 2, ; Upper( Left( cPathMask, 2 ) ), "" ) #pragma BEGINDUMP #include <hbapi.h> HB_FUNC( LAND ) { hb_retl( ( hb_parnl( 1 ) & hb_parnl( 2 ) ) != 0 ); } #pragma ENDDUMP #endif /code]
by AHF
Mon Apr 13, 2015 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446359

Re: Compilar bit.c Ayuda

Ruben, Si lo que quieres es comprobar un determinado bit FWH tiene lAnd( nValor1, nValor2 ) --> lOnOff y tambien nAnd( nValor1, nValor2 ) --> nValor http://wiki.fivetechsoft.com/doku.php?id=fivewin_funcion_land http://wiki.fivetechsoft.com/doku.php?id=fivewin_funcion_nand ...
by Antonio Linares
Wed Dec 03, 2014 10:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar bit.c Ayuda
Replies: 1
Views: 261

Re: Help on strings.prg translations

Antonio, Perhaps I found a solution see METHOD SaveState( aAdditionalData ) of xbrowse we can create an Ovverride method to this class if the land is changed We must change only aData[6] string while we can use the old other strings.. this is only an idea ... lLang_changed .t. or .f. aheader_changed ...
by Silvio.Falconi
Sat May 24, 2014 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help on strings.prg translations
Replies: 11
Views: 1976

Calculating or controling IBAN numbers

... found some tip's , no complete example. Writing first a testmodule , i am glad to deal it , hoping it is usefull. The inputroutine ask's first the land . This determines also the picture clausule from the bank account number . This data comes from Wikipedia , i provided data for 48 country's ( ...
by Franklin Demont
Sun Jan 05, 2014 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculating or controling IBAN numbers
Replies: 5
Views: 6032

Re: "Snap" for Clipper

...     1507  1644 L2010                  WINDOW.PRG     1507 LACTIVE                WINDOW.PRG      437   554   568  3860  3866  3935  3941 LAND()                 (function  in ?)    WINDOW.PRG     3053  3867  3942  3964  3982  3985  3989  4088 LASTACTIVECTRL()       (function  in ?)    WINDOW.PRG ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6699

Re: Migrating to Harbour

... it useful to identify native harbour function names and calls. I used xhb.lib when I first began using harbour until I figured out its lay of the land. I stopped using it altogether, up until I introduced FiveWin to my environment, at which point I had to introduce in in the fwh.hbm module I shared. ...
by rhlawek
Fri Oct 04, 2013 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 52
Views: 16133

Error in TXBrowse when re-assigning a new array

... the display and will keep the original SetArray size with only one column (???) even though the SQL statement specifies 5 in this case, If you land in an empty SQL (returning an empty array) it would show you a 1 column array with the heading "Number" and the next registers (if non-empty) ...
by ellano
Sun Sep 29, 2013 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in TXBrowse when re-assigning a new array
Replies: 2
Views: 861

Re: XBrowse y Grupo de Columnas

... improve and complete the implementation of the function that use - How to know if the control contains WS_BORDER style (when I redefine control)? lAnd( oBrw:nStyle, WS_BORDER ) checks only for browse created from sourcecode. Use this check lAnd( GetWindowLong( oBrw:hWnd, GWL_STYLE ), WS_BORDER ...
by cnavarro
Wed Aug 21, 2013 11:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9464
Next

Return to advanced search