Search found 9538 matches: same

Return to advanced search

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

... in 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: 217

FW_ArrayAsList

...          cstring+="|"          endif       next but I have the same result case-pc.jpg|cpu.jpg|monitor.jpg| I need no separator at the end
by Silvio.Falconi
Fri May 10, 2024 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ArrayAsList
Replies: 2
Views: 134

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

... nRow, nCol, aVar, n, oWnd ) local oget @ nRow, nCol GET oGet VAR aVar[ n ] of oWnd <clauses> // note this value of "n" remains the same till oGet goes out of scope // the principle is called "detached locals" return oGet
by Antonio Linares
Fri May 10, 2024 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 11
Views: 217

Re: strange error of fiveh lib

... BetaVersion() ; return nil function setmasked() ; return nil function showgrid() ; return nil But I not understood perhaps I use name of function same of ereport ? these the list of function Immagini() Creation_Small TakeImages DelImmagine Refresh_Images ShowImages UrlImage Create_SmallImages ...
by Silvio.Falconi
Sun May 05, 2024 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error of fiveh lib
Replies: 2
Views: 94

Re: Filter on Xbrowse

karinha wrote:https://imgur.com/A4uV7ac

Image

Un agradecimiento especial a Silvio Falconi por la idea original.

Special thanks to Silvio Falconi for the original idea.

Regards, saludos.

I Wish the filtrr on the same dialog
by Silvio.Falconi
Sun May 05, 2024 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Filter on Xbrowse

... 'result': '" + csend2js + "' }" ) }oWebView:Bind( "SendToFWH" )  Everything else would remain the same. Best regards, Otto https://mybergland.com/fwforum/filteredxbrowse.jpg     // Please install https://developer.microsoft.com/en-us/m ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Reload data in a combobox

... combobox two element the second combobox one element on save I must save the text of categories I think this problem come from dbf because is the same dbf sample : cod1 cod2 name 000001 | | one category 000001|000001 | one category of 000001 000001|000002 | second category of 000001 in the school ...
by Silvio.Falconi
Wed May 01, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 133

Reload data in a combobox

I have an archive of categories and the subcategories are inserted in the same archive I have to do a combobox check where I select the major categories and then I have to refresh another combobox with the lower categories corresponding to the major category ...
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 133

Re: Silvo .. could you post your latest xMAte env for BCC770 ?

here is the same

Image


I use 1.15.3 last release of xmate
by Silvio.Falconi
Sat Apr 27, 2024 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 6
Views: 363

Re: BCC770 and uuid.lib can not find using xMate

I had the same error, you have to set the folders in the ilink32 and bcc7 cfg files, there is a thread in this forum where I explain what to do
by Silvio.Falconi
Fri Apr 26, 2024 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC770 and uuid.lib can not find using xMate
Replies: 5
Views: 145

Re: Report rpreview excel button disable not work

... working. I thought about it and compared Report class and rpreview code. There are no major changes. Why is it that FWH2212 to FWH2404 now has the same source code but cannot be exported to Excel?
by richard-service
Fri Apr 26, 2024 3:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report rpreview excel button disable not work-SOLVED
Replies: 15
Views: 652

BCC770 and uuid.lib can not find using xMate

To All I have seen this error and found several posts with the same issue .. unfortunately .. nothing works for me ... here is my xMate environment ... the only place UUID.LIB is located is C:\Borland\BCC770\lib\psdk Any help would be appreciated .. Thanks ...
by Rick Lipkin
Thu Apr 25, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC770 and uuid.lib can not find using xMate
Replies: 5
Views: 145

New FTDN April 2024 (FWH 24.04)

... buildh64.bat to test it. * New: samples\getclr.prg shows how to set the disable colors and focus colors for both GETs and MultilineGets using the same code. * New: samples\listen.prg allows you to talk to your FWH app instead of having to use the keyboard! * New: samples\metribbon.rg from C├®sar ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 489

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

Re: colorize btnbmp with diagonal

... the space between the lines is greater if the dialog is truepixel Is there a method to get the lines closer together? or maybe they are the same and I see them as different :D
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 339
Next

Return to advanced search