Search found 54 matches: land

Return to advanced search

Re: FWH2404 TGet lPassword problem

... version of fivewin 24.4) In TGET.PRG comentei a seguinte linha: METHOD Initiate( hDlg ) CLASS TGet ::Super:Initiate( hDlg ) ::oGet:SetFocus() if lAnd( GetWindowLong( ::hWnd, GWL_STYLE ), ES_PASSWORD ) ::lPassword = .t. //::lWideChar = .t. <------------------------------------- HERE endif ... ...
by nageswaragunupudi
Tue Sep 03, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2404 TGet lPassword problem - solved
Replies: 2
Views: 736

FWH2404 TGet lPassword problem - solved

... version of fivewin 24.4) In TGET.PRG comentei a seguinte linha: METHOD Initiate( hDlg ) CLASS TGet ::Super:Initiate( hDlg ) ::oGet:SetFocus() if lAnd( GetWindowLong( ::hWnd, GWL_STYLE ), ES_PASSWORD ) ::lPassword = .t. //::lWideChar = .t. <------------------------------------- HERE endif ... ...
by MGA
Fri Aug 30, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2404 TGet lPassword problem - solved
Replies: 2
Views: 736

Re: function Attention( queries, keys, values ) --> output

... { "Actores", "Productora", "Rating" } } Values: Información específica sobre una película values := { { "La La Land", "Damien Chazelle", "Romántica" }, { "128 minutos", "2016", "30 millones de dólares" }, ...
by Antonio Linares
Wed May 15, 2024 11:18 am
 
Forum: Utilities / Utilidades
Topic: function Attention( queries, keys, values ) --> output
Replies: 1
Views: 1086

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: 468

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: 7723

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: 6352

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: 5075

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: 1834

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: 1834

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: 1834

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: 485341

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: 275

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: 2215

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: 6090

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: 8645
Next

Return to advanced search