Search found 98 matches: lhelpicon

Return to advanced search

Re: Definir font richedit5

... 0, -15 , .f.,.f., 0*10,,,,,,,,,, ) DEFINE DIALOG oDlg FROM nTop, nLeft TO nBottom, nRight ; TITLE cTitle FONT oFont oDlg:lTruePixel := .F. oDlg:lHelpIcon := .F. @ 30, 3 RICHEDIT5 oMemo VAR uTemp OF oDlg PIXEL SIZE 200, 200 oDlg:oClient = oMemo omemo:SetFont( oFont ) ACTIVATE DIALOG oDlg CENTERED ...
by jpcavagnaro
Tue Dec 26, 2023 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 561

Richedit5 controlar salida sin guardar

... "Ms Sans Serif" SIZE 0, -10 DEFINE DIALOG oDlg FROM nTop, nLeft TO nBottom, nRight ; TITLE cTitle FONT oFont oDlg:lTruePixel := .F. oDlg:lHelpIcon := .F. @ 30, 3 RICHEDIT5 oMemo VAR uTemp OF oDlg PIXEL SIZE 200, 200 oDlg:oClient = oMemo ACTIVATE DIALOG oDlg CENTERED ; ON INIT ( BuildRichEditBar( ...
by jpcavagnaro
Tue Mar 21, 2023 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit5 controlar salida sin guardar
Replies: 0
Views: 165

Re: CHARICON lista de codigos validos - para Cristobal ??

... "times new roman" size 11,20 DEFINE DIALOG oDlg RESOURCE "PROBAR2" TITLE "Programa de practica con tablas .DBF" oDlg:lHelpIcon:=.f. REDEFINE SAY oSay ID 4004 OF oDlg // Para ver el numero de registro REDEFINE BUTTON oBtnPrev ID 4002 OF oDlg ; ACTION ( oDbf:Skip( -1 ...
by fridgar
Wed Dec 15, 2021 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CHARICON lista de codigos validos - para Cristobal ??
Replies: 9
Views: 1362

Re: Xbrowse, Mysql y Tdolphin.. error de orden..

... xPersonas DATABASE oDbf oDbf:GoTop() DEFINE DIALOG oDlg RESOURCE "PROBAR" ; TITLE "Programa de practica con tablas .DBF" oDlg:lHelpIcon:=.f. define font oFont name "times new roman" size 11,20 MisGEts( oDlg, oDbf ) REDEFINE BUTTON oBtn1 Id 4001 of oDlg ; // aContols ...
by fridgar
Thu Dec 09, 2021 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 800

Re: unrecoverable error 9015 hb_vmdo()

...           cancel            // obtcancelap:ocursor := ocursorp*/    odlgplan:lhelpicon := .f.    odlgplan:bkeydown  := {|nt|  if( nt==27, procutoque := '', fteclei(nt,olstbplan)) }activate ...
by Edman
Wed Oct 13, 2021 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unrecoverable error 9015 hb_vmdo()
Replies: 33
Views: 1643

Re: Almacenar contraseñas con FWH MySQL/MariaDB

... oFont NAME "Tahoma" SIZE 0, -12 DEFINE DIALOG oDlg ; FROM 5, 5 TO 15, 60 ; TITLE "Por Favor Identifiquese" ; FONT oFont oDlg:lHelpIcon := .f. @ 1, 2 SAY "Nombre del Usuario:" OF oDlg @ 1, 10 GET oGet01 VAR cnombre OF oDlg @ 2, 2 SAY "Digite sus clave para ingresar..." ...
by Adolfredo Martinez
Mon Apr 13, 2020 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Almacenar contraseñas con FWH MySQL/MariaDB
Replies: 4
Views: 887

Como Grabar desde una conexión local a una remota

... DEFINE BRUSH oBr RESOURCE "IRON" DEFINE DIALOG oDlg1 NAME "PARAME"; TITLE "Parametros para Liquidación" oDlg1:lHelpIcon := .f. oDlg1:lTransparent := .t. REDEFINE GET oGet[01] var vFECHALIMI PICTURE "@!K" ID 101 OF oDlg1 REDEFINE GET oGet[02] var vINTMORA ...
by Adolfredo Martinez
Sat Feb 22, 2020 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Grabar desde una conexión local a una remota
Replies: 1
Views: 832

Re: Boton en BtnGet

... ON // Microsoft 3D Look DEFINE DIALOG oDlg5 FROM 13,15 TO 38,76 ; TITLE "Control de Tickets Sesion: " + Alltrim(Str(xSesion)) ; oDlg5:lHelpIcon:=.F. SELECT 4 USE C:\Ventas\Ventas19 Alias aSls SHARED Go Top TWBrowse():lHScroll:= .F. @ .2 , .2 LISTBOX oLbx1 FIELDS Transform(aSls->Ticket,"999999"), ...
by servicomver
Fri Jul 05, 2019 8:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Boton en BtnGet
Replies: 10
Views: 1400

TGraph valores y titulos en negrita

... # Include "Fivewin.Ch" # Include "TGraph.ch" FUNCTION Main( oWnd ) LOCAL oDlg, oGraph DEFINE DIALOG oDlg SIZE 600, 500 oDlg:lHelpIcon := .F. @ 3, 1 GRAPH oGraph SIZE 250, 200 TYPE 1 YVALUES 3D XGRID YGRID XVALUES LEGENDS oGraph:aSeries = { { "Serie 1", CLR_CYAN ...
by carito
Wed May 29, 2019 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGraph valores y titulos en negrita
Replies: 1
Views: 620

Re: Problem TScrollPanel e TBitmap

... + "temp\F" + cTempFile() + ".jpg" DEFINE DIALOG oDialog SIZE 800,600 PIXEL TRUEPIXEL WITH OBJECT oDialog :lHelpIcon := .F. :cTitle := oSistema():cNome_Reduzido_Sistema :oFont := oSistema():oFonte2 END // Título *----------------------------------------------------------------------------* ...
by oliveiros junior
Fri Apr 05, 2019 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TScrollPanel e TBitmap
Replies: 7
Views: 1081

Re: Un problemita con TTreeView

... oFnt DEFINE FONT oFnt NAME "Calibri" SIZE 0, -16 DEFINE DIALOG oDlg TITLE "Tipos de Servicios" SIZE 600, 650 FONT oFnt oDlg:lHelpIcon := .F. @ 10, 15 BTNBMP oBtt2 PROMPT "Selecccionados" FILENAME "..\bitmaps\link.bmp" OF oDlg ; ACTION ( aSelected := {},NewSelected( ...
by jbrita
Wed Feb 20, 2019 11:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un problemita con TTreeView
Replies: 14
Views: 3168

Re: Error al insertar registro con Clase MariaD

... DIALOG oDlg SIZE 1050,500 PIXEL FONT oFont TITLE cFile; GRADIENT {{ .5, CLR_BLUE, RGB(202,202,255) }, { .5, RGB(202,202,255), CLR_BLUE }} oDlg:lHelpIcon := .f. DEFINE BUTTONBAR oBar OF oDlg SIZE 70, 70 2010 DEFINE BUTTON OF oBar ACTION Nuevocatas(oBrw,.T.,oRs); FILENAME "C:\fwh18.12\bitmaps\32x32\new.bmp" ...
by Adolfredo Martinez
Tue Feb 19, 2019 12:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al insertar registro con Clase MariaD
Replies: 10
Views: 1254

Grupo de Botones

... codigo: Define Dialog oDlgMainMenu resource "oDlgMainMenu" title 'Registro de Datos de la Empresa' BRUSH oBrush TRANSPARENT oDlgMainMenu:lHelpIcon:=.f. Redefine GROUP oGrpSuperUser ID 1 OF oDlgMainMenu TRANSPARENT /////////////////////////// Menu Super Usuario ////////////////////////////////////////// ...
by JoseAlvarez
Fri Oct 12, 2018 1:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grupo de Botones
Replies: 4
Views: 1020

Re: buttons and datepick on xbrowse

... action(lSelecao := .t., dDate := dDataCalend, oDlf:End()) redefine button oBtn[2] id 103 of odlf action(lSelecao := .f., oDlf:End()) cancel oDlf:lHelpicon := .f. activate dialog oDlf on init(IIf(ValType( nRow ) != 'N', WndCenter(oDlf:hWnd), oDlf:move(nRow,nCol))) return(dDate) /*************************************************************************************************************/ ...
by MGA
Wed May 09, 2018 10:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: buttons and datepick on xbrowse
Replies: 14
Views: 3258

Re: buttons and datepick on xbrowse

... action(lSelecao := .t., dDate := dDataCalend, oDlf:End()) redefine button oBtn[2] id 103 of odlf action(lSelecao := .f., oDlf:End()) cancel oDlf:lHelpicon := .f. activate dialog oDlf on init(IIf(ValType( nRow ) != 'N', WndCenter(oDlf:hWnd), oDlf:move(nRow,nCol))) return(dDate) /*************************************************************************************************************/ ...
by MGA
Wed May 09, 2018 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: buttons and datepick on xbrowse
Replies: 14
Views: 3258
Next

Return to advanced search