topic
stringlengths
1
63
text
stringlengths
1
577k
lightweight navigation
Best regards, Otto Video [url:dilseepa]http://www.atzwanger-software.com/fw/xbrowNavi/xbrowNavi.html[/url:dilseepa] [img:dilseepa]http://www.atzwanger-software.com/fw/xbrowsnavi.jpg[/img:dilseepa]
lightweight navigation
Good Mr Otto can we have a small sample to try it ? I have a win8 english
like a rolling stone
Does someone like this song. Here is a great Austrian cover of the song. [url:2a08vdaj]https://www.youtube.com/watch?v=d08XVPZvRsA[/url:2a08vdaj] Best regards, Otto
like a rolling stone
<!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG
like a rolling stone
<!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
limiting the numbers of instance of Winword
I was just wondering is there a way, maybe in the Registry, to limit open instances of programs such as WinWord or Excel I have at school computer with small memory and the boys founded the mode to block any pc opening many instances of winword I want to be able to limit the amount of instances of each program they ar...
limiting the numbers of instance of Winword
It could serve? [code=fw:1f1p5eyw]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aTasks = GetTasks<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp;</div>[/code:1f1p5eyw]
limiting the numbers of instance of Winword
Yes Silvio [quote:25w4bxvk] c:\fwh\source\function\gettasks.prg [/quote:25w4bxvk] But do not think you need to serve
limiting the numbers of instance of Winword
not in fwh
limpiar buffer del teclado
compañeros: para limpiar el buffer del teclado, tenemos en FWH algo parecido a "Clear Typeahead" de Clipper?? estuve buscando en \Samples\ pero no vi nada al respecto. Mil gracias LORENZO
line (row) spacing in say/get system using text coordinates
Hello all, i am new to fivewin/xharbour but programming in clipper for mopre than 20 years and now, for last few days, I am learning how to enter in windows programming world. As a beginner i have a lot of questions but try to find answers in documentation and samples. But for this one I cant find any answer. Is t...
line (row) spacing in say/get system using text coordinates
Hello Ipunis : Some small changes needed of : // @ 1,0 say "Row one" // @ 2,0 say "Row two" ... ... [color=#FF0000:chb3d2ph]Local oSay1, oSay2[/color:chb3d2ph] // Optional using Vars : Local [color=#4000FF:chb3d2ph]cVar1 := "Row one"[/color:chb3d2ph] Local [color=#4000FF:chb3d2ph]cVar2 := "Row two"[/color:chb3d2ph] ...
line (row) spacing in say/get system using text coordinates
Thanks Uwe, I try first two solution (using text coordinates) but space between two lines remine same. What I am talking about is free space between lines. Of course, if I do the same using PIXEL coordinates then I am able to get controll over everything but I am courious if there is a way to change default line spa...
line (row) spacing in say/get system using text coordinates
Hello Ivo, Welcome to the forums <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> If you review the source code of Class TSay (FWH\source\classes\say.prg) you will see that we use some constants to set the "simulated" text spacing on Windows: [code=fw:jrb5kj4z]<div class="...
lineas 185-194 de tmetafil.prg para corregir el zoon
Por favor, active lineas 185-194 de tmetafil.prg para corregir el zoon en la vista previa de un archivo de texto. Vi a este problema, ya fwh13.09 hasta fwh13.12. [code=fw:2hvar1uk]<div class="fw" id="{CB}" style="font-family: monospace;"><br />        <span style="color: #B900B9;">// /* ( aqui )</span><br />        Se...
lineas 185-194 de tmetafil.prg para corregir el zoon
Oscar, Gracias, aún estamos haciendo pruebas en esa sección de código.
lineas 185-194 de tmetafil.prg para corregir el zoon
Gracias.
lineas en tTxtEdit
¿como puedo o que habría que modificar para pintar líneas en un tTxtEdit?Lo que quiero es poner una línea a la derecha, de preferencia una línea de lineas pequeñas, para indicar un margen, y dos líneas, de preferencia punteadas, arriba y abajo en el renglón donde está posicionado el cursor
lineas en tTxtEdit
Quique,Tendrias que modificar el método DrawLine( nLine, nRow, nClrBack ) ó modificar el método Paint() para que llame a otro distinto de DrawLine() en determinadas circunstancias
lineas en tTxtEdit
Gracias antonio, lo que preguntaba era la manera de pintar la línea, o sea, si fivewin trae alguna función para ello, la respuesta que me diste me ayudo, porque me hizo reaccionar y ver por donde buscar, ya encontré una manera de hacerlo, pero digamos que es artesanal ¿fivewin trae alguna para hacerlo mas simple?
lineas en tTxtEdit
Quique,En ultima instancia lo que hace FiveWin is llamar a las funciones de pintado de texto del API de Windows.Si quieres implementar un editor de codigo fuente profesional, existen soluciones (DLLs) que puedes usar desde FiveWin como <!-- m --><a class="postlink" href="http://www.scintilla.org">http://www.scintilla.o...
lineas en tTxtEdit
voy a echarle un ojo a esa dirección porque si, eso es lo que estoy haciendo, y va mas o menos bien 99.9% FWH/xHarbour, la única librería de terceros es la mia <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> si quieres ver como va quedando puedes bajarlo de [url:26v...
lines
How can I print horizontal and vertical lines in the tickness I want? Please a simple solution if it exists, I am a non professional... Thanks
lines
small sample [code=fw:w3j4zewl]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">function</span> ViewInvoice<span style="color: #000000;">&#40;</span> oBrw <span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #00C800;">local</span> oPrn,oPen<br...
lines
Thanks to Silvio !
link and open a mysql datafile in remote
Can I open a db mysql from fwh ? the db is on a server and I use it with worpress. I need to open a table to print and order Wich lib I must use for link to this db from fwh ? Can have a test sample run to try ?
link and open a mysql datafile in remote
<!-- m --><a class="postlink" href="http://tdolphin.blogspot.com.ar/">http://tdolphin.blogspot.com.ar/</a><!-- m --> Al bajar los fuentes veras una buena cantidad de samples Lowering the sources you will see a lot of samples
link error while compile testscan.prg and tscan.prg
Dear All, I try to recompile Testscan.pr tscan.prg. It's shown the error message as following either harbour and xharbour. This is sample error message Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external 'TWAIN_Acquire' referenced from D:\FWH\TSCAN32\TSCAN.OBJ Error: Unresolved...
link error while compile testscan.prg and tscan.prg
Sawasdee , dutch. i think your problem are BAT Compiler and linker or Files *.cfg are wrong.. Show mw BAT compiler file to help you ok Mauricio (BRAZIL)
link error while compile testscan.prg and tscan.prg
Dear mauricio, This is my batch fil. Thanks in advance, Dutch @ECHO OFF CLS ECHO &#3642;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#3620;&#362...
link error while compile testscan.prg and tscan.prg
SAWASDEE , DUTCH I think this , your Bat Compile haven´t External reference for Functions. post your code, Because TWAIN_... Functions are DLL external. If you need SCANNER FUNCTION Check TWAIN class. mauricio..
link error while compile testscan.prg and tscan.prg
Dear Mauricio This is TSCAN.PRG code. Thanks in advance, Dutch // Example scanner, Class TSCAN32 and Wrappers for [x]Harbour // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either...
link error while compile testscan.prg and tscan.prg
Dear Mauricio, This is testscan.prg #INCLUDE "Fivewin.ch" // BitDeph #define TWPT_BW 0 /* Black and White */ #define TWPT_GRAY 1 #define TWPT_RGB 2 #define TWPT_PALETTE 3 //----- Unit of Measure #define TWUN_INCHES 0 #define TWUN_CENTIMETERS 1 #define TWUN_PICAS 2 #define TWUN...
link error while compile testscan.prg and tscan.prg
I think This , How Many Files have this Class , your bat files don´t have library to undefined Functions if external .. declare.. Extern ... What Files have this class? Mauricio (BRAZIL)
link error while compile testscan.prg and tscan.prg
Dear Mauricio, This classes come from <!-- w --><a class="postlink" href="http://www.dosadi.com">www.dosadi.com</a><!-- w --> EZTWAIN Regards, Dutch
link error while compile testscan.prg and tscan.prg
DEAR DUTCH, I THINK THIS , do you have Using Dll Via DLL32 i don´t get this classe , send me ..ok <!-- e --><a href="mailto:mauricioajordao@msn.com">mauricioajordao@msn.com</a><!-- e --> Together found Solutions OK mauricio (BRAZIL)
link error while compile testscan.prg and tscan.prg
Dutch I am having the same problem that you are having when trying to compile the TSCAN.PRG: [code:2sn5muqw] xLINK&#58; error&#58; Unresolved external symbol '_TWAIN_Acquire'&#46; xLINK&#58; error&#58; Unresolved external symbol '_TWAIN_FreeNative'&#46; xLINK&#58; error&#58; Unresolved external symbol '_TWAIN_Sele...
link error while compile testscan.prg and tscan.prg
Dear George, This following code that I use. Regards, Dutch [quote="George":6u855owo]Dutch I am having the same problem that you are having when trying to compile the TSCAN.PRG: [code:6u855owo] xLINK&#58; error&#58; Unresolved external symbol '_TWAIN_Acquire'&#46; xLINK&#58; error&#58; Unresolved external symbol '...
link error while compile testscan.prg and tscan.prg
Dutch, Thanks for your fast response. I am using this same code, from L. Gadaleta, without problem; but I would like to try the Rafa Carmona TSCAN.PRG class. The problem with Rafa Carmona TSCAN.PRG class is in the C wrappers and I don't know how to solved it. Regards, George
link error while compile testscan.prg and tscan.prg
Dear George, I'm sorry. I don't look in it. Regards, Dutch
link error while compile testscan.prg and tscan.prg
[quote="dutch":16jtd29l]Dear George, I'm sorry. I don't look in it. Regards, Dutch[/quote:16jtd29l]Sorry , I not view this message.You only have convert .DLL a .lib. // For create library, twain.lib : IMPLIB -a -f twain.lib EZTW32.dllYou have link twain.lib in your .batRegards.Rafa Carmona
link error....
Hi.. Compiling... Harbour devel build 1.1-0 Intl. Copyright 1999-2007, <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'main.prg' and generating preprocessed output to 'main.ppo'... .. Lines 5931, Functions/Procedures 34 Generating C source o...
link error....
Yunbg, You have to link MS OleDlg.lib
link in my own library
Dear Antonio, Can you please advise me on how I can link in my library or prg-files? Should we link in compiled files or plain prg files? Best regards, Otto
link in my own library
Dear Otto, You have to include your PRGs (or libraries) filenames in modharbour.hbp [url:333fth0n]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/blob/master/windows/modharbour&#46;hbp[/url:333fth0n] in apache.prg add your functions names as "extern" [url:333fth0n]https&#58;//github&#46;com/FiveTechSoft/mod_harbo...
link in my own library
Dear Antonio, Thank you so much. I understand. How do I only include an external file for a single project without changing APACHE? Best regards, Otto
link in my own library
You may use: #include "myfile.prg" better place it at the bottom of your main PRG we use this in our developments <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
link in my own library
Dear Antonio, Thank you so much. Best regards, Otto
link para subir archivos
despues de batallar aqui dejo algunos <!-- m --><a class="postlink" href="http://www.zshare.net/">http://www.zshare.net/</a><!-- m --> <!-- m --><a class="postlink" href="http://www.speedyshare.com/">http://www.speedyshare.com/</a><!-- m --> <!-- m --><a class="postlink" href="http://d.turboupload.com/d/">http://d.tur...
link para subir archivos
Paco, <!-- w --><a class="postlink" href="http://www.mediafire.com">www.mediafire.com</a><!-- w --> <!-- w --><a class="postlink" href="http://www.megaupload.com">www.megaupload.com</a><!-- w -->
link to cash register
a base class to link to cash register protocol xon xoff
link to pc on a lan
Dear friends, Can I see in a windows or dialog all pc there are in a lan ? How I can make it ? Can I link to a pc and read and write a dbf or an ini file ? How I can make it ? can I have a small test ? I hope yoour help ------
link to pc on a lan
Here is how I do it. 1. I have a password security sign-on for my app that identifies the user, and refers to a members.dbf that contains the ID number assigned to each allowed user. Upon sign-on, that user ID # is copied into a file-wide static memvar. 2. Upon completion of launching the main app, the program access...
link to pc on a lan
In point #1 above, I forgot to mention that the program also picks up the user's name from the members.dbf file.
link to pc on a lan
thanks roger but I trying to found a simply sample to working ...
linkando varios PRGs
Hola. Uso FW 2.3c, harbour y bcc55. He modificado el fichero de ejemplo buildh.bat pero no consigo linkar varios PRGs como hacía antes con blinker fi menu @linkados cómo he de hacerlo ? Gracias
linkando varios PRGs
Chocochester: Tenes que repetir las lineas donde se llama al compilador (harbour): %hdir%\bin\harbour %1 /n /i..\include;%hdir%\include /w /p %2 %3 > clip.log Y las lineas donde se genera b32.bc para el bcc32: echo %1.obj, + >> b32.bc echo %1.exe, + >> b32.bc echo %1.map, + >> b32.bc Repitiendolas por cad...
linking Class TActiveX from FWH instead of xHB comercial
Hello, How can I link the Tactivex class from FWH instead of the one from xHB ? Antonio
linking Class TActiveX from FWH instead of xHB comercial
Antonio, Link FiveHX.lib before xHarbour libraries
linking Class TActiveX from FWH instead of xHB comercial
Antonio, I get this error Type: C >>>TMAKEPROJECT<<< Type: C >>>TMAKEPROJECT:REFRESH<<< Type: N >>> 1266<<< Antonio
linking Class TActiveX from FWH instead of xHB comercial
It looks as you are using xHB builder, right ?
linking Class TActiveX from FWH instead of xHB comercial
Right. Antonio
linking Class TActiveX from FWH instead of xHB comercial
Antonio, Please include fwh/source/classes/activex.prg as a PRG of your application. So it will get linked before.
linux gcc compiler error help me.
Hi Antonio. This code is test. The compiler the error petty to catch Can you make a build.sh file ? lib, include file send to email. Can you library additional method and Build.sh which it will make the possibility of decreasing it is? Thank you. [code:32vvmsgw] #include "FiveLinux&#46;ch" FUNC Main&#40;&#41; lo...
linux gcc compiler error help me.
We are reviewing it, we provide you an answer asap,
linux gcc compiler error help me.
We need fmp.h, thanks
linux gcc compiler error help me.
[quote="Antonio Linares":35otkmf4]We need fmp.h, thanks[/quote:35otkmf4] [code:35otkmf4] #ifndef __FMP_h__ #define __FMP_h__ #ifdef __cplusplus extern "C"&#123; #endif /*+------------------------------------------------------------------------- * * Sigma Designs * Copyright 1998 Sigma Designs, Inc&#46; * *------...
linux gcc compiler error help me.
[code:2ytjsj0q] fmp&#46;h&#58;20&#58; error&#58; redefinition of typedef ‘LONG’ &#46;/&#46;&#46;/&#46;&#46;/harbour/include/hbdefs&#46;h&#58;190&#58; error&#58; previous declaration of ‘LONG’ was here fmp&#46;h&#58;22&#58; error&#58; redefinition of typedef ‘BYTE’ &#46;/&#46;&#46;/&#46;&#46;/harbour/include/hbdefs&#46;...
linux gcc compiler error help me.
Hi Antonio. The next file is SDK. Thank you. <!-- m --><a class="postlink" href="http://www.bongku.net/down/Netstream2000-1.6.73.0.zip">http://www.bongku.net/down/Netstream2000-1.6.73.0.zip</a><!-- m --> yunbg1. Fivelinux USER
linux gcc compiler error help me.
You need to modify these lines in fmp.h: #ifdef _DEFINE_FMP_TYPES_ typedef unsigned long DWORD; // typedef long LONG; typedef unsigned short WORD; // typedef unsigned char BYTE; // typedef int BOOL; Now it compiles fine
lisdir() problem
Hi, If I call this lisdir() returns FALSE, even when I use lfn2sfn. [code:3qhpoxp4] local cValue &#58;= GetEnv&#40; "USERPROFILE"&#41; msginfo&#40;lfn2sfn&#40;cValue+'\Local Settings\Application Data'&#41;,cValue+'\Local Settings\Application Data'&#41; msginfo&#40;lisdir&#40;lfn2sfn&#40;upper&#40...
lisdir() problem
i dont think so... here in my testes both returns .T. ( directory exists !!! ) [code:22sz37e8] local cValue &#58;= GetEnv&#40; "USERPROFILE"&#41; local cDirec &#58;= '\Configurações locais\Application Data' msginfo&#40;lIsDir&#40;lfn2sfn&#40;upper&#40;cValue+cDirec&#41;&#41;&#41;&#41; msginfo&#40;lIsDir&#40;cValue...
lisdir() problem
Marc, lIsDir() is not working with hidden directories. Try this sample: [code:2ghgwhq9] function Main&#40;&#41; local cValue &#58;= GetEnv&#40; "USERPROFILE"&#41; msginfo&#40; cValue &#41; msginfo&#40; lIsDir&#40; cValue + "\Documents" &#41; &#41; return nil [/code:2ghgwhq9]
lisdir() problem
Antonio, That seems to be the problem. In FW1.9.5 it was working <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Regards, Marc
lisdir() problem
Marc, Fixed. Simply add this function to your main PRG: [code:p0rxoopw] function lIsDir&#40; cDirName &#41; // Checks an existing directory local aResult &#58;= Directory&#40; cDirName, "DHS" &#41; return Len&#40; aResult &#41; == 1 &#46;and&#46; "D" $ aResult&#91; 1 &#93;&#91; 5 &#93; [/code:p0rxoopw] sample: ...
lisdir() problem
Thanks Antonio, It's working fine now!! Regards, Marc
lisdir() problem
[quote="Antonio Linares":2r6yowuk] [code:2r6yowuk]function lIsDir&#40; cDirName &#41; // Checks an existing directory local aResult &#58;= Directory&#40; cDirName, "DHS" &#41; return Len&#40; aResult &#41; == 1 &#46;and&#46; "D" $ aResult&#91; 1 &#93;&#91; 5 &#93; [/code:2r6yowuk] [/quote:2r6yowuk] a trailing \...
lisdir() problem
Davide, Thanks!
list with excel
transform a list or report in excel how it works
list of bitmaps
I must show many buttons as btnbmp on a dialog but I wish scroll all easy I need btnbmp because the user must click on each button to open a different pocedure I thinked to insert them on tpanel but it is not run vertical scroll how I can make ..exit a sample please
list of bitmaps
Search MetroPnel sample or with xbrowse with images
list of bitmaps
CNavarro , perhaps you not understood me I not Know How make it pls I sent you a test
list of sections
If I Have a file .INI If on this INI I have many sections for sample [test1] ... [test2] ... ... [test3] ... ... can I have an array with the name of sections to insert into a xbrowse object ?
list of sections
[code=fw:15gvicjb]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00D7D7;">#define</span> crlf CHR<span style="color: #000000;">&#40;</span><span style="color: #000000;">13</span><sp...
list of sections
This is better: [code=fw:1dbozbeg]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> GETPVPROFSECTIONS<span style="color: #000000;">&#40;</span> cIni <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; <span style="color: #00C800;">LOCAL</span> cBuf ...
list of sections
thanks to all.
list of sections
[code=fw:3fmmb6w7]<div class="fw" id="{CB}" style="font-family: monospace;">hIniFile &nbsp; &nbsp; &nbsp;:= HB_ReadIni<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"MyINIfile.INI"</span> <span style="color: #000000;">&#41;</span><br />aCompany:=HGetKeys<span style="color: #000000;">&#40;</spa...
list of sections
[quote="anserkk":2d6ri3vd][code=fw:2d6ri3vd]<div class="fw" id="{CB}" style="font-family: monospace;">hIniFile      := HB_ReadIni<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"MyINIfile.INI"</span> <span style="color: #000000;">&#41;</span><br />aCompany:=HGetKeys<span style="color: #000000;"...
list of sections
[code=fw:1fekoism]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// The last parameter .F. in HB_ReadIni() eliminates the entry MAIN while using HGetKeys()</span><br />hIniFile      := HB_ReadIni<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"MyINIfile....
list of zipped files with date time and size
How can I obtain also date, time and dimension of every file present in zip file? In this way I have only name. aFiles := hb_GetFilesInZip( cPar2 ) FOR i := 1 TO LEN( aFiles ) ? aFiles[ i ] NEXT i Many Thanks Marco
list of zipped files with date time and size
[code=fw:2x1go1w2]<div class="fw" id="{CB}" style="font-family: monospace;">aFiles := hb_GetFilesInZip<span style="color: #000000;">&#40;</span> cPar2, .t. <span style="color: #000000;">&#41;</span><br />XBROWSER aFiles <br />&nbsp;</div>[/code:2x1go1w2]
list of zipped files with date time and size
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> Many Thanks Marco
listar estructura e indices
Buenas tardes. existe algun utilitario que permita imprimir la estructura de uns dbf y sus indices asociados? gracias
listar estructura e indices
Holá, IMPSTRUC.PRG. Download completo aqui: [url:c2kt0uvb]https&#58;//mega&#46;nz/file/cBN03bQZ#OZ9TzAqgepeyj18Qddyxcys0q46u9xmXvfIyqAO865g[/url:c2kt0uvb] Original: [url:c2kt0uvb]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=2&t=21604[/url:c2kt0uvb] Regards, saludos.
listbox
@ 3, 1 LISTBOX alm_ListBox ; FIELDS almacen->descrip,; // Campos que contendr  transform(almacen->preveneur,"99,999.99"),; // el TBrowse. transform(almacen->preproeur,"99,999.99"),; transform(almacen->preneteur,"99,999.99"),; substr(almacen-...
listbox
Hola., Añade la linea de colorON LEFT DBLCLICK alm_bajoBuscar(alm_diaBuscar,almacen->descrip); // Al doble click se editar el registro OF alm_diaBuscar [b:15jglfup]alm_ListBox:bKeyDown := { |nKey,nFlags|If(nKey=13,alm_bajoBuscar(alm_diaBuscar,almacen->descrip) }[/b:15jglfup]Salu2
listbox
Angel,Bienvenido a los foros! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
listbox
can someone tell me a simple way to search/scroll in a listbox/combobox by typing the first characters of an item that is part of the listbox? kind regards jds
listbox
Dear JDS, you can enable the incremental search.. oClass:lIncSearch := .T. hope it works for you.
listbox
Is it possible to modify directly data in the fields of a listbox without open a whole record