Search found 19 matches: lcheck

Searched query: lcheck

by Antonio Linares
Tue Mar 05, 2024 7:30 am
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 1455

Re: XIMAGE

Estimado Marcelo,

La Clase TXImage proporciona el método Paste( lCheck ) que permite copiar una imagen desde el portapapeles

Además tienes el método PopupMenu( nRow, nCol, nFlags ) que te muestra un popup con la opción Paste

Espero que esto te pueda ser de ayuda
by Marc Venken
Sat Dec 31, 2022 4:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 3842

Re: Fighting Xbrowse and lozing !!!

... with the folder on the laptop, but it is therefore that I put a
radiobutton on the browse to show or now show the pics at all in the browse. (lCheck)

I have to say that the Picture browse will be used when new items will be uploaded to the webshop and the pictures can be arranged in position ...
by Marc Venken
Fri Dec 23, 2022 9:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 3842

Re: Fighting Xbrowse and lozing !!!

... a nice looking tool. Thanks for that.
It will be the goal to program it and keep speed/looks in the middle. Therefore I have put a selection tool (lCheck) to see pics or see tekst.

My problem is that I use the tools from Xbrowse the wrong way and I have to find them.

One of them is moving left to ...
by Marc Venken
Thu Dec 22, 2022 10:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 3842

Re: Fighting Xbrowse and lozing !!!

... just 13 times ??? while I would think that just moving to a cell, the debug would not be called once.

Commenting this code out, from the point of lCheck... (Lcheck is for painting the images or not. Not when I want more speed)
The number go from
Right key 65 times to 5
Left key 13 times to 1 ...
by Silvio.Falconi
Mon Oct 10, 2022 12:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 2860

clausole When...Hide a size of Dialog - strange - RESOLVED

... 46;cc/SsztvXVr/before.png

After with when =2
https://i.postimg.cc/wB1W1yKp/after.png



@ 130, 15 CHECKBOX aGet[3] VAR lCheck_HeaderExcel Prompt "Includi intestazioni" ;
OF oDlg SIZE 80, 10 PIXEL FONT oFont When nRadio=2


it is really strange that the procedure hides a ...
by nageswaragunupudi
Wed Sep 05, 2018 3:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: SetCheck() on MariaDB => SOLVED
Replies: 15
Views: 3551

Re: SetCheck() on MariaDB => SOLVED

You must be using lCheck column to allow the user to select/deselect different rows.
Here is another way to do it without creating a logical column in the query itself. Please test it:
#include "fivewin.ch"function Main()   local oCn, oRs, oDlg, oBrw, oFont   oCn &nbsp ...
by nageswaragunupudi
Wed Sep 05, 2018 2:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: SetCheck() on MariaDB => SOLVED
Replies: 15
Views: 3551

Re: SetCheck() on MariaDB

MySQL returns "false AS lCheck" AS LONG INTEGER but not as TINYINT. There is no way you can return a TinyInt or Bit value from a Query, unless the field itself is TinyInt or Bit field.

We need to instruct XBrowse to treat the numeric value as logical.
This is how:
#include "fivewin.ch"function Main ...
by lucasdebeltran
Sun Aug 24, 2014 6:36 pm
Forum: EasyReport, EasyDialog y EasyPreview
Topic: empezando con easyPreview
Replies: 9
Views: 5400

Re: empezando con easyPreview

... cPrinter> ] ;
[ OF <oWnd> ] ;
[ <lModal: MODAL> ] ;
[ <lPrintIDs: PRINTIDS> ] ;
[ <lNoPrint: NOPRINT> ] ;
[ <lNoExpr: NOEXPR> ] ;
[ CHECK <lCheck> ] ;
[ AREAPATH <cAreaPath> ] ;
[ PRINTDIALOG <lPrDialog> ] ;
[ COPIES <nCopies> ] ;
[ PRINTOBJECT <oPrn> ] ;
[ PAPERSIZE <aSize> ] ;
[ TITLE ...
by joseluisysturiz
Fri Jun 15, 2012 7:17 am
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE CON TABLA TDOLPHIN Y COLUMNA ADICIONAL
Replies: 2
Views: 1073

XBROWSE CON TABLA TDOLPHIN Y COLUMNA ADICIONAL

... t.
:bClrStd := {|| IF( oQryG:RecNo() % 2 == 0, {CLR_BLACK, CLR_WHITE}, {0, RGB(203,226,254)} ) }
*oBrw:Married:SetCheck( , .t. )
* :lCheck:SetCheck( ,.t. )
* :bKeyDown := {|nKey| IIF( nkey == 13 ,; // Si Pulsa ENTER
* ( alert("seleccionado") ), ) }
:bLDblClick := {|| ( IIF( lCheck ...
by ukoenig
Mon Nov 28, 2011 6:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Inclomplete Group using Dialog TRANSPARENT Color-Brush ?
Replies: 2
Views: 1126

Re: Inclomplete Group using Dialog TRANSPARENT Color-Brush ?

... www&#46;pflegeplus&#46;com/pictures/grtest1&#46;jpg

#INCLUDE "FIVEWIN.CH"

FUNCTION MAIN()
local oDlg, oGrp, oFont, oGroup, Brush
local oCheck, lCheck := .T., oRadio, nOption := 1, oSay

DEFINE FONT oFont NAME "Arial" SIZE 0, -16

DEFINE DIALOG oDlg TITLE "TRANSPARENT Grouptest" ;
FROM 0,0 TO 350 ...
by noe aburto
Wed Jul 13, 2011 6:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: CheckBox en Tsbrowse6.0 y Tsbrowse9.0
Replies: 0
Views: 391

CheckBox en Tsbrowse6.0 y Tsbrowse9.0

... 9.0 si edito pero al visualizar mi sbrowse no me muestra nada en mis columnas con checkbox, el codi es

/// version 6
for i:=1 to len(COLUM)
if _lCHECK(i)
ADD COLUMN TO BROWSE oBROWSE;
TITLE HEAD_CAM[i];
DATA COLU_BLO(i);
SIZE ALTO_CELDA CHECKBOX;
COLOR COLU_CLR(i);
ALIGN DT_CENTER, DT_VERT ...
by noe aburto
Wed Jul 13, 2011 6:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: CheckBox en Tsbrowse6.0 y Tsbrowse9.0
Replies: 0
Views: 316

CheckBox en Tsbrowse6.0 y Tsbrowse9.0

... 9.0 si edito pero al visualizar mi sbrowse no me muestra nada en mis columnas con checkbox, el codi es

/// version 6
for i:=1 to len(COLUM)
if _lCHECK(i)
ADD COLUMN TO BROWSE oBROWSE;
TITLE HEAD_CAM[i];
DATA COLU_BLO(i);
SIZE ALTO_CELDA CHECKBOX;
COLOR COLU_CLR(i);
ALIGN DT_CENTER, DT_VERT ...
by ukoenig
Wed Aug 04, 2010 3:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Hide oFolder option
Replies: 12
Views: 3930

Re: Hide oFolder option

... to select enabled Pages )

Your Screenshot would look like :
http&#58;//www&#46;pflegeplus&#46;com/pictures/delitem1&#46;jpg

oFld:aEnable = { lCheck[1], lCheck[2], lCheck[3], lCheck[4], lCheck[5], lCheck[6], ;
lCheck[7], lCheck[8], lCheck[9], lCheck[10], lCheck[11], lCheck[12] }

FOR I = 1 TO ...
by ukoenig
Wed Apr 07, 2010 5:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error Disable on Folder
Replies: 2
Views: 442

Re: Error Disable on Folder

... but it is still possible to set the Tab-Focus.

http&#58;//www&#46;pflegeplus&#46;com/pictures/fdisable1&#46;jpg

REDEFINE CHECKBOX oCheck0 VAR lCheck ID 150 COLOR 128, 10853885 OF oDlg70 ;
ON CHANGE ( IIF( lCheck, oFolder:aEnable := { .T., .T., .T., .T., .T. },;
oFolder:aEnable := { .T., .F ...
by Juan Planelles
Tue Dec 29, 2009 10:22 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 7596

Re: Juan Planelles Lazaga

... 1.30 //1.34 // Correccion Says
//static nXtR := 0.89 , nXtC := 1 // Correccion botones
//static nXkR := 1.483 , nXkC := 1 //0.9 // Correccion lCheck
//static nXpR := 0.862, nXpC := 1.34 // Correccion Says
//static nXtR := 0.67 , nXtC := 1.1 // Correccion botones
//static nXtR := 0.66 , nXtC := 1 ...