Search found 3452 matches: made

Return to advanced search

Re: passing a value through a for..next loop

... for/next loop but to passa a value to bchange function I tried to pass nIndex in the for next loop to bchange and the value is always the same I made modifies on you sample https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44513&sid=ca68d176cc14f86e1359d15301a5e80f&sid=c0aafd02f5ba6f3455e4d2dd7f46a2b6#p270092
by Silvio.Falconi
Mon May 13, 2024 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 11
Views: 201

Re: passing a value through a for..next loop

... have modify  if Empty( cFilter )       oDbf:Clearfilter()    else       odbf:dbsetfilter( cFilter)    endif But Not work then another question you made  local aFilters := { { .f., "AGE>40" }, { .f., "STATE='NY'" }, { .f., "MARRIED" ...
by Silvio.Falconi
Mon May 13, 2024 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 11
Views: 201

Re: Send Emails from Fivewin application

Dear Mr. Santos,

Thank you very, very much.
I got this...
Image
which made me very happy :)

Thank you again and kind regards
Ruth
by Ruth
Wed May 08, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 12
Views: 449

Re: To nages : modify of a xbrowse

... the number of chars you want to enter OR oBrw:aCols[ 4 ]:lVarChar := .T.// AND/ORaCols[ 4 ]:nMaxLen := n Nages, on first column I made :aCols[1]:nEditType := EDIT_LISTBOX :aCols[1]:aEditListTxt := acOperators :aCols[1]:bEditBlock := { |r,c|IIF(oBrwFilter:nArrayAt = 1,MsgInfo("not"),) ...
by Silvio.Falconi
Wed May 08, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 7
Views: 192

To nages : modify of a xbrowse

... when I modify 4th column and the string is "45" i can insert only 2 space how I can resolve ? I made WITH OBJECT oBrwFilter      :bPastEof     := { ||  AddRow( oBrwFilter ) }      :bKeyDown  := { |nKey| If( nKey == VK_DELETE, ...
by Silvio.Falconi
Wed May 08, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 7
Views: 192

Re: len an array

... answer. aLines  := HB_ATokens( "one", "|" )? aLines // -> { "one" } I not Know how I Have on String now I made aLines := hb_ATokens( cString,"|" ) if empty(aLines[1] ) alines:= {} Endif
by Silvio.Falconi
Mon May 06, 2024 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: len an array
Replies: 5
Views: 181

Re: Filter on Xbrowse

Good afternoon Silvio. I'm learning to use xBrowse, could you tell me if I made a mistake, please? Buenas tardes Silvio. Estoy aprendiendo a usar xBrowse, ¿podría decirme si cometí un error, por favor? // C:\SILVXBRW\TESTXBR5.PRG  - Simples teste de xBrowse ...
by karinha
Fri May 03, 2024 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Silvo .. changes to your xMate environment

Silvo Found the error ( for me ) in your xMate environment ... made this change for me ... you may need this ??.. I did not /j%HOME%\I18n\Main.hil Change this line HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n /gc0 /w0 /es2 /a /i%HB_INC_INSTALL% /i%HB_INC_INSTALL% ...
by Silvio.Falconi
Tue Apr 30, 2024 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 353

Silvo .. changes to your xMate environment

Silvo Found the error ( for me ) in your xMate environment ... made this change for me ... you may need this ??.. I did not /j%HOME%\I18n\Main.hil Change this line HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n /gc0 /w0 /es2 /a /i%HB_INC_INSTALL% /i%HB_INC_INSTALL% ...
by Rick Lipkin
Mon Apr 29, 2024 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 353

Re: New txbrowse

Nageswarao never included the possibility of having default columns and those suggested by the programmer and those predefined by the end user, I made some changes created by Francisco and created a sub class of xbrowse Is it not a option to set the colums, save the state of xbrowse (selected ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 455

Re: New txbrowse

Nageswarao never included the possibility of having default columns and those suggested by the programmer and those predefined by the end user, I made some changes created by Francisco and created a sub class of xbrowse Is it not a option to set the colums, save the state of xbrowse (selected ...
by Marc Venken
Mon Apr 22, 2024 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 455

Re: New txbrowse

... Nageswarao never included the possibility of having default columns and those suggested by the programmer and those predefined by the end user, I made some changes created by Francisco and created a sub class of xbrowse this is to avoid that every time a new version of fwh comes out I don't have ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 455

Exercism and Harbour

... your chosen programming languages. Exercism is open-source and not-for-profit." Currently there is no xbase language learning track. I have made a formal request to add a Harbour track on the expectation that Harbour is a good representative for the xbase family. Comments? -Bruce
by axtens
Mon Apr 22, 2024 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 207

xbrowse problem with :bLClicked

i have a xbrowse with :SetMultiSelectCol() with bRClicked I associated a menupopup with :bLClicked I click on a row and select it I made the same with :bKeyChar ( space button)   :bLClicked := { |r,c,f,oBrw| if( oBrw:Mousecolpos( c ) == 1, ;      ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

xbrowseWeb - Work in Progress

Hello friends, For some time now, I've been working on the xbrowseWeb module. I've decided to avoid using pre-made components for web development (like web servers or webview2) as much as possible. I now have a template for consistent navigation in my web programs. Here, I also ...
by Otto
Sat Apr 20, 2024 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 286
Next

Return to advanced search