Search found 10036 matches: sample

Return to advanced search

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

That sample is not reduced and not self-contained.
by Enrico Maria Giordano
Sun May 12, 2024 8:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 9
Views: 105

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

... solution is to create each control in a separate function using the principle of detached locals. Search for detached locals in this forum. The sample provided by Mr. Antonio above is the right way to go. This is a working program using the above principle Build and run this program in fwh samples ...
by nageswaragunupudi
Sun May 12, 2024 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 6
Views: 165

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

Can you post a reduced and self-contained sample showing the problem, please?
by Enrico Maria Giordano
Sun May 12, 2024 9:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 9
Views: 105

Re: Filter on Xbrowse

Marc, here is the link to this sample:


https://mybergland.com/fwforum/challenge.zip

Best regards,
Otto
by Otto
Sun May 05, 2024 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Filter on Xbrowse

Otto wrote:Marc,

sure, I can post the source code.

Do you have a Mod Harbour server installed?

Best regards,
Otto


Otto,

I have it installed and it seems to work with the old samples (periode : 07/2020)

The code from the sample, can you post it so that I can change it as sample ?
by Marc Venken
Sun May 05, 2024 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Filter on Xbrowse

Here you see A Xbrowse with bitmaps. Adjust the aBmp with your data. (a sample from Mr. Rao that I changed) #include "fivewin.ch"function Main()   static aBmp := { "c:\marc32\bitmaps\16x16\yes.bmp","c:\marc32\bitmaps\16x16\stop.bmp","c:\marc32\bitmaps\32x32\copy.bmp","c:\marc32\bitmaps\32x32\view.bmp" ...
by Marc Venken
Sat May 04, 2024 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: how to change the size of an xbrowse in runtime

Please post the line where you create xbrowse? the sample need tslines.prg class #include 'fivewin.ch'#include 'xbrowse.ch'#include 'constant.ch' #define DLG_nColorDlg     RGB(245,245,235) #define DLG_nColortitle1  RGB(219,230,244) #define ...
by Silvio.Falconi
Thu May 02, 2024 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 316

Filter on Xbrowse

I must change the nHeight of a Xbrowse on line and ask a filter to a end user and make the filter in a xbrowse , how I can make ? sample : customer.dbf I wish ask a filter https://i.postimg.cc/Y21d88SR/n.png for example I would like to know the married and the unmarried ...
by Silvio.Falconi
Thu May 02, 2024 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Reload data in a combobox

I have a sample with similar functionality. This is working fine. Please see if you can use this working logic in your application. #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function ...
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

Re: Reload data in a combobox

I have a sample with similar functionality. This is working fine. Please see if you can use this working logic in your application. #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Tue Apr 30, 2024 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 133

Re: Silvo .. changes to your xMate environment

... in function: 'BMPTILED(122)'tutor04.prg(139) Warning W0032  Variable 'NCOL' is assigned but not used in function 'BMPTILED(122)' The sample should be corrected. Replace this: local nRow := 0, nCol := 0, n with: local nRow := 0, nCol And you shold not have any warnings. Fixing the ...
by Enrico Maria Giordano
Tue Apr 30, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 352

Re: Silvo .. changes to your xMate environment

Unfortunately, Harbour does not have a switch like -wb- of xHarbour that suppresses that kind of warnings. I can help you if you post a compilable sample showing the warnings. Super grateful, I'll take care of it and upload it to my Mega Upload. Use XHARBOUR, never HARBOUR. Super agradecido, ya ...
by karinha
Tue Apr 30, 2024 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 352

Re: Silvo .. changes to your xMate environment

Unfortunately, Harbour does not have a switch like -wb- of xHarbour that suppresses that kind of warnings. I can help you if you post a compilable sample showing the warnings.
by Enrico Maria Giordano
Tue Apr 30, 2024 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 352

Re: combobox color

... Items ArrTranspose(aCategorie )[ 2] size 200,90 PIXEL OF oDlg ... I wish change color and font of text only on these two items Please test this sample and use your own font and colors for these items #include "fivewin.ch"//----------------------------------------------------------------------------//function ...
by Silvio.Falconi
Mon Apr 29, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 613

Re: DBCOMMIT() EN DBF - SQL AUTOMATICO ?

... command ... instead when you complete updating all your sql table values .. you would just issue oRsTablename:Update() .. here is a small sample code on how I manage my sql values //---------------------------------Static FUNC  _Doit(cMODE,cUserId,cPassword,;                   lReadOnly,lWriteOnly,lSuper,lAdmin,dLastLog,oRsUser,lActive,cFullName ...
by Rick Lipkin
Mon Apr 29, 2024 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCOMMIT() EN DBF - SQL AUTOMATICO ?
Replies: 4
Views: 200
Next

Return to advanced search