Search found 14 matches: lclose

Return to advanced search

Possible to add < roundrect > to FW_CreateBitmap ?

... nRefWidth, nRefHeight, nRow1, nCol1, .... nRowN, nColN } Poligon { 'L', nClr, nPenSize, nRefWidth, nRefHeight, nRow1, nCol1, .... nRowN, nColN, lClose } Specify nPenSize = 0 for Filled Polygon Rectangle { 'R', nClr, nPenSize, nRefWidth, nRefHeight, nTop, nLeft, nBottom, nRight } Ellipse { 'E', ...
by ukoenig
Fri Mar 23, 2018 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to add < roundrect > to FW_CreateBitmap ?
Replies: 0
Views: 531

Re: New FTDN January/Enero 2016 (FWH 16.01)

... nRefWidth, nRefHeight, nRow1, nCol1, .... nRowN, nColN } Poligon { 'L', nClr, nPenSize, nRefWidth, nRefHeight, nRow1, nCol1, .... nRowN, nColN, lClose } Specify nPenSize = 0 for Filled Polygon Rectangle { 'R', nClr, nPenSize, nRefWidth, nRefHeight, nTop, nLeft, nBottom, nRight } Ellipse { 'E', ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2147

New FTDN January/Enero 2016 (FWH 16.01)

... nRefWidth, nRefHeight, nRow1, nCol1, .... nRowN, nColN } Poligon { 'L', nClr, nPenSize, nRefWidth, nRefHeight, nRow1, nCol1, .... nRowN, nColN, lClose } Specify nPenSize = 0 for Filled Polygon Rectangle { 'R', nClr, nPenSize, nRefWidth, nRefHeight, nTop, nLeft, nBottom, nRight } Ellipse { 'E', ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2147

Re: Uso de Outlook

... Cuando tengo que enviar algo a través de Outlook, primero compruebo si está activo (osea outlook está abierto en el equipo) y defino la variable lClose para saber si tengo que cerrarlo al finalizar. TRY  oOutlook := GetActiveObject( "Outlook.Application" )  lClose ...
by fgondi
Fri Oct 17, 2014 11:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de Outlook
Replies: 3
Views: 670

Cancel on Valid

To All I am trying to trap my Cancel button event during a Get - Valid scenario .. Here is the code Static lClose := nil..REDEFINE GET oClname        VAR cClname        ID 120 of oREQ PICTURE "@!" ;            valid CustGet(cClname, cMODE, oRsReq, oButt1,oButt2,oButt3,oButt4, ...
by Rick Lipkin
Thu Dec 08, 2011 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cancel on Valid
Replies: 6
Views: 976

Re: TReport, TPrinter y TDOSPRN a Word

... METHOD End() CLASS TRtfArch local hHpj local n FWrite( ::hArch, "\par }" ) // lClose( ::hArch ) FClose( ::hArch ) return nil METHOD Write( xData, lCodesOK ) CLASS TRtfArch LOCAL cWrite := "" LOCAL i, cChar, nChar LOCAL ...
by arturo tamayo
Fri Nov 05, 2010 12:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TReport, TPrinter y TDOSPRN a Word
Replies: 6
Views: 2916

Re: Se necesita ayuda en el wiki !

... KeyFast() KeyToggle() KillTimer() L2Hex() lAnd() LargeFonts() LastMenu() LbxDrawItem() LbxGetItem() LbxGetSelItems() LbxMeasure() lChDir() lClose() lCreat() Lfn2sfn() lGetTextLine() LineTo() lIsDir() Listen() lLFNMkDir() lLFNRmDir() lMIDIOutOpen() lMkDir() Loadaccelerators() LoadBitmap() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5500

TexcelScript

... No tengo problemas para hacerlo pero cuando quiero cerrarlo sigue estando en memoria. No consigo cerrarlo He utilizado el método oExcel : End( lClose ) pero el archivo sigue en memoria. Si quiero abrirlo con excel me dice que el archivo está siendo utilizado y no lo abre. Alguien sabe ?. Desde ...
by horacio
Wed May 27, 2009 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TexcelScript
Replies: 4
Views: 427

... if ! ::oTabla:Open() MsgInfo( "No se puede abrir la tabla: " + ::cTabla, "Operación Cancelada" ) lClose:=.f. oVar:oDlg:=nil return( nil ) endif if ::oTabla:RecCount() > 0 ::oTabla:GoTop() endif /* Vamos a montar el xBrowse */ ::oBrw:=TXBrowse():New(oVar:oDlg,0,oVar:nBrw,(oVar:oDlg:nHeight()) ...
by Frafive
Thu Sep 25, 2008 8:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alguien tiene un ejemplo funcional con xbrowse y eagle?
Replies: 2
Views: 572

Hola, yo utilizo las siguientes funciones para crear y manipular los ficheros con nombres largos: DLL32 FUNCTION FCreate32( lpPathName AS STRING, iAttribute AS LONG ) AS LONG PASCAL FROM "_lcreat" LIB "KERNEL32" DLL32 FUNCTION FWrite32( hFile AS LONG, lpBuffer AS STRING, wBytes AS LONG ) AS LONG PAS...
by Sebastián Almirón
Mon May 12, 2008 8:57 am
 
Forum: FiveWin para CA-Clipper
Topic: Crear un fichero de más de 8 letras
Replies: 8
Views: 2026

... from exiting by using the Esc key: ACTIVATE DIALOG oDlg; VALID !GETKEYSTATE( VK_ESCAPE ) Or something like this: By having a variable like : local lClose := .F. DEFINE DIALOG..... DEFINE BUTTON..........ACTION (Any_Action(), lClose := .T., oDlg:End()) Some more code here................. ACTIVATE ...
by James Bott
Tue Sep 04, 2007 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: escape key
Replies: 1
Views: 603

... DATA hFile, lFormated, CRLF, aMark METHOD New( cOut, cVer, cEncode, cSheet, lFormated ) CONSTRUCTOR METHOD Open( cMark, cType, aAttrib, cTag, lClose, cExt ) METHOD End() INLINE FClose( ::hFile ) METHOD Procesar( cText ) METHOD Close() END //----------------------------------------------------------------------------// ...
by Pedro Faro
Mon Jun 18, 2007 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML
Replies: 6
Views: 2568

... DATA hFile, lFormated, CRLF, aMark METHOD New( cOut, cVer, cEncode, cSheet, lFormated ) CONSTRUCTOR METHOD Open( cMark, cType, aAttrib, cTag, lClose, cExt ) METHOD End() INLINE FClose( ::hFile ) METHOD Procesar( cText ) METHOD Close() END This class works great in FW (without the modifications ...
by Pedro Faro
Mon Jun 18, 2007 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML
Replies: 6
Views: 2568

I got the source code from : Clase TScan32: http://hyperupload.com/download/018667af97/Tscan32.zip.html Clase TVideo: http://hyperupload.com/download/01c795bc14/TVideo.zip.html Clase TCapture: http://hyperupload.com/download/011f3afb85/TCapture.zip.html get error When I used with xBuildW and exe not...
by areang
Mon Aug 07, 2006 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please teach me about FWH and xHarbour
Replies: 3
Views: 4243

Return to advanced search