Search found 14 matches: lvar

Return to advanced search

Re: Hide a Checkbox from Resource.

That was my first guess but this does not seem to work. For dDay := dStart to dEnd nEle++ nId++ lVar := FALSE oChk := nil If dDay >= dFrom .AND. dDay <= dTo Redefine CheckBox oChk Var lVar Id nId of oDlg oChk:SetText( PadL( Day(dDay),2,"0" ) ) oChk:cargo ...
by byron.hopp
Mon Jul 03, 2023 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide a Checkbox from Resource.
Replies: 7
Views: 377

Re: Que Clase o control será ?

TSwitch class Command: #xcommand @ <nRow>, <nCol> SWITCH [ <oSw> VAR ] <lVar> ; [ PROMPT <cCaption> ] ; [ <of: OF, WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ <help:HELPID, HELP ID> <nHelpId> ...
by nageswaragunupudi
Fri Sep 03, 2021 5:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que Clase o control será ?
Replies: 3
Views: 645

Re: DBF to SQL converter program

... are "ID","FCODE","FNAME". Also if we use hungarian notation, we can easily identify a field variable. if nVar, cVar, lVar denote numeric, character and logical variables, fName indicates a field variable. Incidentally, this also avoids conflict with "ID".
by nageswaragunupudi
Fri Aug 21, 2015 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17962

Re: Different radio- and checkbox-styles

A small extension : I added predefined logical vars. It belongs to sample 2 and 4 can be replaced with any others lVar := { { .F., .F., .T., .T., .F., .F. } } added a message wait on button-click deleted the alerts creating a PRG and EXE ( only displayed if NOT created ) I will ...
by ukoenig
Wed Feb 18, 2015 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different radio- and checkbox-styles ( UPDATE 2.1 )
Replies: 6
Views: 1335

Re: Inhabiltar GET despues de capturar dato

... pero si luego necesitas modificar el dato no podras ya que tiene data a menos que lo inicies vacio antes, sino, usa como dice karina, con una lVar y que puedas jugar con ella con algun boton o bajo alguna otra validacion donde la cambies... es facil.
by joseluisysturiz
Wed May 23, 2012 6:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabiltar GET despues de capturar dato
Replies: 5
Views: 859

Re: New FiveMac build available

New build available:

* New: REDEFINE CHECKBOX [ oChk VAR ] lVar ID nId OF oWnd is working!
Please revew samples/TestNib.prg
by Antonio Linares
Mon Jul 19, 2010 11:16 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: New FiveMac build available
Replies: 16
Views: 6767

Re: Nuevo build de FiveMac disponible

Nuevo build disponible:

* New: REDEFINE CHECKBOX [ oChk VAR ] lVar ID nId OF oWnd is working!
Please revew samples/TestNib.prg
by Antonio Linares
Mon Jul 19, 2010 11:15 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Nuevo build de FiveMac disponible
Replies: 15
Views: 3666

Re: Image Transp.-Backgrd. of Radios and Checkboxes ?

... GROUP PROMPT "Test" ID 5 OF oFld:aDialogs[ 1 ] COLOR 128 ============================= // REDEFINE CHECKBOX [ <oCbx> VAR ] <lVar> ; // [ ID <nId> ] ; // [ <of:OF, WINDOW, DIALOG> <oWnd> ] ; // [ <help:HELPID, HELP ID> <nHelpId> ] ; // [ <click:ON ...
by ukoenig
Fri Mar 12, 2010 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Radio- and Checkbox-Colors on Image-Backgrd. transp. ?
Replies: 1
Views: 560

Check Boxes

... I'm use resource define CheckBox, But, I can't change CheckBox caption!! Please, How to change? First you do : DEFINE CHECKBOX oChkBox VAR lVariable ID 101 OF oDlg Later: oChkBox:SetText("New caption") Thank you, already solution!! But, have other question, Hide CheckBox!! I try use oChk:Hide(), ...
by Antonio Linares
Wed Aug 27, 2008 7:43 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 64934

... name is required. I just noticed that other xcommands are different: #xcommand @ <nRow>, <nCol> CHECKBOX [ <oCbx> VAR ] <lVar> ; [ PROMPT <cCaption> ] ; In this case it seems that the PROMPT command is always required when a prompt value is specified. So we really ...
by James Bott
Tue Aug 12, 2008 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preprossesor xcommand problem
Replies: 14
Views: 2719

... static bAct,fbact,act1 static bTy,fbty,cty,cact static cMonth, nMonth static nFilterType := 0 static bDiff,fbdiff static mbs := 0 static lVar := .f. static cAlias memvar gld, gln function callit() /* commented out invreturn index files carry,carry1 expcf */ public nfp := ...
by hag
Sun Jul 20, 2008 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit browse
Replies: 12
Views: 3668

Controlar dialogo NO MODAL

... el botón por el que he accedido a ese dialogo, permanezca :Disable() mientras esté abierto el dialogo. He intentado controlar el boton con WHEN lVar, cambiando su estado a .T. o .F., pero como es un dialogo NO MODAL, no consigo que permanezca Disable() mientras el dialogo esté abierto para cambiar ...
by jfafive
Tue Jul 15, 2008 11:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar dialogo NO MODAL
Replies: 2
Views: 505

activa los puerto serial

... IOLIB_VER() =>cString Returns character string of IO version ********************************************************** SETDTR([lVar]) =>log returns .t. if DTR has been set, otherwise false optional lVar will set the DTR . EXAMPLE: LOCAL l_DTR l_DTR:=SETDTR(.T.) ************************************************************************* ...
by orosmagno
Tue May 22, 2007 1:15 pm
 
Forum: FiveWin para CA-Clipper
Topic: ayuda por favor
Replies: 7
Views: 2312

Olá Wilson,
Crie uma var lógica e coloque no when do get, depois com o botão faça ela ficar verdadeira e mande refrescar os gets, vou dar um pequeno exemplo

lVar := .F.

@ 01,01 Get oGet Var cGet When(lVar) ......

@ 02,01 Button oBut Prompt "Ativa" ... Action (lVar := .T., oGet:Refresh())
by Vagner
Thu Nov 03, 2005 10:25 am
 
Forum: All products support
Topic: Desativação / Reativação de acesso a GETs.
Replies: 1
Views: 2311

Return to advanced search