topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
colores degradados en buttonbmp | Hola francis...
Realmente no estoy seguro, pero creo que no porque esta clase hereda de button que esta asu vez "depende de window", usa los temas de windows, etc |
colores en BUTTON | Hola Daniel:
Gracias por tu respuesta, el motivo que utilizo el BUTTON en vez de BTNBMP es porque cuando pongo "&Alta" para que se active con Alt + A en BTNBMP me lo pone literal y en BUTTON me pone Alta con la A subrrayada. Por otra parte como se puede incluir la opción 2007 pues si la pongo me da un error, o mejor d... |
colores en BUTTON | Hola que tal:
Quiero cambiar los colores de los borones de esta ventana y lo intento hacer de la suguiente manera:
[code=fw:1obahrr1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">WINDOW</span> oDlgw <span style="color: #0000ff;">MDI... |
colores en BUTTON | Hola ColtHop
te recomiendo uses la clase BTNBMP, tienes muchas mas posibilidades, puedes usar la clausula para el estilo 2007, puedes crear tus propios colores en degradado,
puedes hacer del color de texto un code block para que te cambie el color de la letra cuando el mouse esta sobre el boton
@ 65, 10 BTNBMP mBot... |
colores en BUTTON | Daniel
sobre:
[quote:1ux689tb]te recomiendo uses la clase BTNBMP, tienes muchas mas posibilidades, puedes usar la clausula para el estilo 2007, puedes crear tus propios colores en degradado,
puedes hacer del color de texto un code block para que te cambie el color de la letra cuando el mouse esta sobre el boton
@ 65... |
colores en BUTTON | [quote="colthop":1y90duau]Hola Daniel:
Gracias por tu respuesta, el motivo que utilizo el BUTTON en vez de BTNBMP es porque cuando pongo "&Alta" para que se active con Alt + A en BTNBMP me lo pone literal y en BUTTON me pone Alta con la A subrrayada. Por otra parte como se puede incluir la opción 2007 pues si la pongo... |
colores en BUTTON | Hola Daniel,muy bonito este ejemplo, por lo que por curiosidad dejaría con los bordes redondeados btnbmp ...
Abraços |
colores en BUTTON | Esta clase no dibuja bordes redondeados, porque creo que hace el boton "a mano", no depende de window |
colores en BUTTON | Usándolo con el marco no es igual a su ejemplo ...
Abraços
Luiz Fernando |
colores en BUTTON | Hola Daniel:
La version que uso es la del 2008 enero, y si creo que me actualizaré, pero me gustaría saber por lo menos esas modificaciones que le hiciste a la clase BTNBMP para ver si me lo hace a mi tambien y poder seguir por este camino para actualizar el programa.
Un saludo
Carlos |
colores en BUTTON | Carlos....
Son muchas modificaciones y ajustes que que le he hecho...
[code=code:2s8kozj9]<div id="{CB}" style="font-family: monospace;">1.- Añadi Clausula TRANSPARENT a los comandos que llaman la clase, ya no es necesario hacer ::lTransparent:=.t.<br /><br />2.- Añadi Clausula TOOLTIP al comando @ x,y BTNBMP...<br />... |
colores en impresión | Hola a todos:
Desearia saber si se puede mandar a la impresora un texto en video inverso es decir en vez de imprimir en negro sobre fondo blanco, imprimir en blanco con fondo negro.
Un saludo
Carlos |
colores en impresión | Carlos,
Si, claro que se puede. La impresora es un periferico similar a la pantalla. Puedes seleccionar el color de papel y el color del texto a visualizar.
Estas usando TPrinter directamente ? O estas usando TReport ? |
colores en splitter | en un dialogo desde recursos tengo un splitter, estoy buscando la forma de poder poner colores diferentes a cada lado del control splitter, hay alguna forma de hacerlo? todavia no le encuentro..
salu2
paco |
colores en splitter | Paco,
Usas temas de XP en el diálogo ? |
colores en splitter | no uso temas, tengo la posibilidad de hacerlo pero no los uso, existe alguna no compatibilidad con los temas?
salu2
paco |
colores por default del xbrowse | Hola foro:
Cada vez que el xbrowse pierde el foco me aparece una linea de color negro en el browse
:bClrSel := { || { [color=#FF0000:m2uutywk]<nForeColor>, <nBackColor>[/color:m2uutywk] } } puedo solucionar eso
pero quiero saber que funcion me devuelve los valores por default de una ventana window.?
[url=http:... |
colores por default del xbrowse | Prueba esto, creo es el para el color cuando no tiene el focus, es tipo cebra...saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
[code=fw:2p56iiye]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> :<span style="colo... |
colores por default del xbrowse | Para obtener los colores del sistema :
[code=fw:1u9nhmvr]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#define</span> COLOR_SCROLLBAR <span style="color: #000000;">0</span><br /><span style="color: #00D7D7;">#define</span> COLOR_BACKGROUND &... |
colores por default del xbrowse | Gracias gente!
asi me funciono:
[code=fw:14cp71c2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrwDet:<span style="color: #000000;">bClrSel</span> := <span style="color: #000000;">{</span>|| <span style="color: #000000;">{</span> CLR_WHITE, GetSysColor<span style="color: #000000;">(</... |
colorizar frase en tRichedit | Buenas tardes,
Necesitaría que dentro de un archivo que edito con la clase richedit, una frase o alguna palabra que previamente defina, salga "colorizada" en todas las posiciones que esta se encuentre.
Esto es para poder distinguir la frase palabra buscada dentro del .RTF que estoy editando.
¿Es esto posible?. Uso FWH... |
colorizar frase en tRichedit | creo que el amigo "verce" te podria ayudar con eso ya que el lo hace en verce, valga la redundancia |
colorizar frase en tRichedit | Rolando,
Revisa el código del método Colorize() de la Clase TRichEdit.
Hace exactamente lo que quieres |
colorizar frase en tRichedit | Buenas noches,
Revisé el método Colorize() y, en principio me sirve para lo que necesito.
Ahora necesitaría un método o función para obtener todas las posiciones nStart en la que se encuentra la palabra para pasarle como parámetro al método y me "colorice" todas las palabras. ¿Existe o debo crearlo?. Si debo crearlo... |
colorizar frase en tRichedit | Rolando,
Tienes que hacerlo tu recorriendo cada una de las líneas del richedit.
Fíjate en como lo hacemos en el método HighLightAllText():
[code:2wo8lkbw]
for nLine := 1 to ::GetLineCount()
::HighLightLine( nLine )
SysRefresh()
next
[/code:2wo8lkbw]
Desd... |
colorizar frase en tRichedit | Mi idea es que una función me entregue todos los nStart en un array para poder de este modo "colorizar".
Ahora tengo una orientación y trataré de crear esa función.
Antonio, muchas Gracias por la Ayuda.
Rolando <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
colorize xbrowse on specific col/row | I have an array with two element
I save on it the coordinates to colorize
[img:3q5k56ca]https://i.postimg.cc/4d7Td1mk/hhh.png[/img:3q5k56ca]
If I make
For n= 1 to Len(aPos)
nRow:= aPos[n][1]
nCol:= aPos[n][2]
oBrw1:aCols[nCol]:bClrStd := {|| { CLR_BLACK,IIf(oBrw1:nAr... |
colorize xbrowse on specific col/row | I tried with
[code=fw:1cn1dj9u]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> SetColumn_Series<span style="color: #000000;">(</span>oBrw1,aPos<span style="color: #000000;">)</span><br /> <span style="color: #00C800;">local</span> nRow,nCol<br /> ... |
colorize xbrowse on specific col/row | I am giving a very simple sample.
You may adopt this logic to your situation.
[code=fw:2xzoazfh]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> BrwColorCells<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> &nbs... |
colorize xbrowse on specific col/row | [quote="nageswaragunupudi":34r11rgu]I am giving a very simple sample.
You may adopt this logic to your situation.
[code=fw:34r11rgu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> BrwColorCells<span style="color: #000000;">(</span><span style="color: #000000;"... |
colorize xbrowse on specific col/row | Resolved With another array
[img:k0du097t]https://i.postimg.cc/6q58Yv13/hhh.png[/img:k0du097t]
[code=fw:k0du097t]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">For</span> n=<span style="color: #000000;">1</span> <span style="color: #0000ff;">to</span> len<span... |
colorize xbrowse on specific col/row | [b:1mpfnfhx]Final[/b:1mpfnfhx]
[img:1mpfnfhx]https://i.postimg.cc/50hSk1FT/hhh.png[/img:1mpfnfhx]
thanks Rao |
colorize a xbrowse with a brush | I want to color the columns with a brush, I don't know the contents of each column, it can be alphanumeric, numeric, logical, data
and I want to color it if it doesn't contain any data
I made and I used Empty function
[code=fw:jgu5a5df]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <s... |
colorize a xbrowse with a brush | For setting background color of empty cells, we need not use brush
[code=fw:u5x64jyf]<div class="fw" id="{CB}" style="font-family: monospace;">XBROWSER aData SETUP ;<br /> oBrw:<span style="color: #000000;">bClrStds</span> := <span style="color: #000000;">{</span> |b,o| <span style="color: #000000;">&#... |
colorize a xbrowse with a brush | [quote="nageswaragunupudi":3e0uaruq]For setting background color of empty cells, we need not use brush
[code=fw:3e0uaruq]<div class="fw" id="{CB}" style="font-family: monospace;">XBROWSER aData SETUP ;<br /> oBrw:<span style="color: #000000;">bClrStds</span> := <span style="color: #000000;">{</span> |b,o| <span ... |
colorize a xbrowse with a brush | [code=fw:158qpeyo]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">aRow</span></div>[/code:158qpeyo]
is same as
[code=fw:158qpeyo]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">aArrayData</span><span style="color: #000000;">[<... |
colorize an subarray element | Problem to colorize the subarray of the second column
I have two column on a array but the second is an array
as you can see here
[img:3x19euh1]https://i.postimg.cc/nLNrfkQv/yyy.png[/img:3x19euh1]
I need to colorize the last 5 element of the second column if are the same of first column
from
oCo... |
colorized retport header | How I can colorize the header with Hgray color ?
[img:oagrielb]https://i.postimg.cc/63wX7tCj/header.jpg[/img:oagrielb] |
colorized retport header | Hi.
Take a look at this (FW1204). Maybe can help you.
<!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?f=6&t=24339&start=0&hilit=vistosidad">viewtopic.php?f=6&t=24339&start=0&hilit=vistosidad</a><!-- l -->
Regards. |
colorized retport header | I wish use standard Fwh Report class ( for future support) |
colorized retport header | [code=fw:2poquptg]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"report.ch"</span><br /><br /><span style="color: #00C800;">functio... |
colorized retport header | [img:29g71ast]https://i.postimg.cc/zf0ftR01/ok.png[/img:29g71ast]
Some modifies Report class
Perhaps we can adopt the next release
I sent all to Antonio and Nages |
colorized retport header | nice |
colorized retport header | [b:243i5x5a]Type 1[/b:243i5x5a]
oRep:lTitleColorized:=.t.
oRep:lDivideHeader:=.t.
[img:243i5x5a]https://i.postimg.cc/R0mbXg0N/type-1.png[/img:243i5x5a]
[b:243i5x5a]type 2[/b:243i5x5a]
oRep:lTitleColorized:=.t.
oRep:lDivideHeader:=.f.
[img:243i5x5a]https://i.postimg.cc/3wZf62y9/type2.... |
colorized retport header | perhaps we can add it on Group and total but I not tried |
colorpicker like office for ribbon | I trying to create a small dialog as this :
[img:bwznaxin]http://img44.imageshack.us/img44/9843/colorpickka8.jpg[/img:bwznaxin]
On picture you can see 6 rows for 10 column of colors
How make each column started from a color
sample first color is white and the end is black
Any Idea ? |
colorpicker like office for ribbon | Silvio,
You have to create a window with no title, no menu and no border, and then create and place in that window what you may need to use (Bitmaps, TBtnBmps, etc) |
colors in a xbrowse | I created a xbrowse from array
I want insert colors for each cell
[code=fw:26b7l606]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Local</span> aDatiDisp<span style="color: #000000;">[</span><span style="color: #000000;">10</span>,<span style="color: #000000;">6</span><sp... |
colour in xbrowse | Hello.
I want to set up different line colours depending a condition:
oVMenuBrowse:bClrStd:={|| If(FIELD->LPAID =.F.,{CLR_HRED,CLR_WHITE},{CLR_BLACK,CLR_WHITE}) }
oVMenuBrowse:bClrStd:={|| If(FIELD->LDONE =.T.,{CLR_BLUE,CLR_WHITE},{CLR_BLACK,CLR_WHITE}) }
But it only takes last one, not both.
Thank yo... |
colour in xbrowse | Hello
Try
oVMenuBrowse:bClrStd:={|| { If( ! FIELD->LPAID, CLR_HRED,If(FIELD->LDONE, CLR_BLUE, CLR_BLACK ) ), CLR_WHITE } } |
colour in xbrowse | Thank you.
It works perfect. |
column disappears ( xbrowse) Solved programer error | xbrowse column disapperas on refresh. Any thoughts.
[code=fw:2ag949sl]<div class="fw" id="{CB}" style="font-family: monospace;"> ADD COLUMN <span style="color: #0000ff;">TO</span> <span style="color: #0000ff;">xBROWSE</span> oBrw1 ;<br /> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">4</s... |
column to print | Rao sad me to make to print and select columns
[code=fw:1x3dsa49]<div class="fw" id="{CB}" style="font-family: monospace;"> <br />aCols := <span style="color: #000000;">{</span> <span style="color: #ff0000;">"CITY"</span>, <span style="color: #ff0000;">"FIRST"</span>, <span style="color: #ff0000;">"ZIP"</span>... |
column to print | [code=fw:39sfq4zn]<div class="fw" id="{CB}" style="font-family: monospace;">aCols := <span style="color: #000000;">{</span> <span style="color: #ff0000;">"CITY"</span>, <span style="color: #ff0000;">"FIRST"</span>, <span style="color: #ff0000;">"ZIP"</span> <span style="color: #000000;">}</span><br />Reporte<... |
column to print | [quote="nageswaragunupudi":5688j2w1][code=fw:5688j2w1]<div class="fw" id="{CB}" style="font-family: monospace;">aCols := <span style="color: #000000;">{</span> <span style="color: #ff0000;">"CITY"</span>, <span style="color: #ff0000;">"FIRST"</span>, <span style="color: #ff0000;">"ZIP"</span> <span style="color: #... |
columnas en xbrowse | Hola estoy probando el xbrowse y al querer mostrar las columnas de una base de datos, no me muestra el orden que yo le indico sino por la estructura en que está la base de datos
oCol := olbx:aCols[1]
oCol:cHeader := "Codigo"
oCol:bEditValue := {|| oCheque:codigo} /[color=#FF0000:3oqx30sa]/ AQUI ME MUESTRA FEC... |
columnas en xbrowse | a si lo hago yo <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: -->
[code=fw:24v4fec3]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /> dbselectarea<span style="color: #000000;">(</span> <span style="color:... |
columnas en xbrowse | Coloca como definistes la DATABASE y como estas usando el select y defines el xbrowse, asi seria mas facil ayudarte...saludos.. <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
columnas en xbrowse | I understand you are using FWH 7.12. Native support for TDatabase objects in XBrowse was introduced from version 8.03. In version 7.12 we have to first set the TDatabase object to by writing the navigational codeblocks ourselves.
In your case the TXBrowse is showing the DBF directly and not using your Database object... |
columnas en xbrowse | Estoy usando la clase tmysql no probé con database y en la clase se llama al xbrowse así
olbx := TxBrowse():New( oDlg )
oLbx:CreateFromResource( 107 )
setxbrowseold( oLbx, oQry)
Williams Morales me indico que tengo dos parametros mas que hay en setxbrowseold para pedir los campos que quiero utilizar, voy a p... |
columnas en xbrowse | Gracias G. N. Rao. por la explicación y el detalle para poder usar database con xbrowse
Luis |
columnas xbrowse | Estoy probando la clase xbrowse, pero tengo una pregunta, he podido congelar columnas con nFreeze, pero ahora lo que quiero es poder bloquear la columna uno, que no me permita posicionarme en esa columna, alguna forma de hacerlo?
gracias
salu2
paco |
columnas xbrowse | Paco:
En principio no se puede evitar el posicionarse en cualquier celda cuando tienes una selección por celda, aunque hayas hecho un nFreeze de una o varias columnas. Yo he estado pensando de dotar a la clase “TXBrwColumn” de una propiedad algo así como “::lMarqueeCell” que ha valores ‘.F.’ no permitiera moverse po... |
columnas xbrowse | entendido ramon,
seria una gran labor lograr ese proposito, éxito!!
gracias
Paco |
comando IN de xharbour(SOLUCIONADO) | Estimados
como se reemplaza el comando IN de xharbour a Harbour
[code=fw:156ymp3t]<div class="fw" id="{CB}" style="font-family: monospace;">IN<br />Searches a value in another value. <br />Syntax<br /><cSubString> IN <cString><br /><xValue> IN <aArray><br /><xKey> IN <hHash><br /><span style="color: #B900B9... |
comando IN de xharbour(SOLUCIONADO) | Mira se ayuda:
<!-- m --><a class="postlink" href="http://www.fivetechsoft.com/harbour-docs/api.html#Strings">http://www.fivetechsoft.com/harbour-doc ... ml#Strings</a><!-- m -->
Busca por AT() también.
sALU2. |
comando IN de xharbour(SOLUCIONADO) | Gracias karinha
los datos que reemplace eran de arreglo, solucione con ASCAN |
comandos para usar sql | Estimados Amigos, estoy comenzando a utilizar ms-sql con odbc, oDbf := oOdbc:Query( "SELECT codigo,nom,tdebe,thaber FROM cc ") oDbf:lDateAsStr := .t. oDbf:cRDD := "DBFNTX" oDbf:Open() oDbf:Complete()Esto me funciona bien , pero quiero ponerle un alias al oDbf , hay un manual para ver las instruciones que p... |
comandos para usar sql | Marcelo,El ODBC ya no está soportado por Microsoft. Ahora debes usar ADO.En estos foros encuentras muchos ejemplos de uso de ADO. Tambien puedes usar el ADORDD que es gratuito y te permite realizar operaciones sencillas usándolo como un RDD estandard de Harbour<!-- w --><a class="postlink" href="http://www.fivetechsoft... |
comandos para usar sql | AntonioPara lo que requiero este tipo de coneccion es suficiente, pero seria genial poder conecer cuales son los comandos adicionales y si se le pude poner un alias.Mi idea es utilizar solo instrucciones SQLsaludos,MarcelooDbf := oOdbc:Query( "SELECT codigo,nom,tdebe,thaber FROM cc ") oDbf:lDateAsStr := .t. oDbf:cRDD :... |
comandos para usar sql | [code:2f27ftd0]
oDbf:cAlias:="Alias"
[/code:2f27ftd0]Hay que insertar la linea antes del open. |
comandos para usar sql | Gracias BielTendras los demas comandos paraoDbf: xxxxx: yyyysaludos,Marcelo |
comandos para usar sql | Marcelo, puedes encontrar documentacion sobre la clase TDbOdbcDirect, en la ayuda de fivewin, concrectamente en FiveOdbc.cnt O tambien consultando el código fuente de la propia clase. |
comas por punto | Hola foro: talvez sea una pregunta tonta, pero no se como cambiar el punto decimal por coma. Es que tengo que generar un archivo plano y me piden que en lugar de punto decimal tiene que figurar la coma.
Desde ya muchas gracias. |
comas por punto | Hola
Puedes hacerlo de varios manera
[code:4h24jbm7]local cNum := 79568.99
alert( trans( cNum, "@E 9,999,999.99" ) ) // 79.568,99
alert( strtran( trans( cNum, "@E 9,999,999.99" ),".", "" )) // 79.568,99
[/code:4h24jbm7]
Saludos
Patricio |
combinar correspondencia | Alguien tiene un ejemplo de como combinar correspondencia con
RichEdit o con Word.
Mil Gracias |
combinar correspondencia | La clase Tword soporta mailmerge y tiene un ejemplo incluido.
[quote="audisys":ndf1pk3z]Alguien tiene un ejemplo de como combinar correspondencia con
RichEdit o con Word.
Mil Gracias[/quote:ndf1pk3z] |
combinar correspondencia | Compañeros, buenas tardes:
En mi proyecto, tengo una opción para poder hacer mailing por cartas y para ello se combina el clientes.DBF con un WORD, mediante la clase TWord
El código es el siguiente:
[code=fw:1n6hlgcq]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">do</span> ... |
combinar correspondencia | Compañeros, me contesto yo mismo.
Conseguí la solución. Posiblemente no sea la solución más "limpia" pero a mí me funciona y cubre mis necesidades.
[code=fw:1cf4c7lf]<div class="fw" id="{CB}" style="font-family: monospace;"> copyfile<span style="color: #000000;">(</span>alltrim<span style="color: #000000;">... |
combinar correspondencia | Hola, yo despues de reemplazar los [campo] con la informacion correspondiente, al final hago un oWord:Undo(50), por decir un numero de Deshacer y con eso te evitarias el paso que haces...
Saludos
LF |
combined TITLE and TITLETEXT | Dear All,
Is there a combined TITLE and TITLETEXT object in FWH11.05 similar to this:
[img:eitby4lm]http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/panel_title.png[/img:eitby4lm]
Kind regards, |
combined TITLE and TITLETEXT | Frances,
I think, do You want to paint a extra Title ( not Header-group ) ?
You can show Titles with defined Font and Fontcolor, Text centered or with defined Position from Left.
Title-Background-Color, Gradient, Brush or Image.
Tooltips and Actions on Title.
Adding Borders with defined Pensize and Color.
It is possi... |
combined TITLE and TITLETEXT | [quote="ukoenig":1sc3p8zv]Frances,
I think, do You want to paint a extra Title ( not Header-group ) ?
You can show Titles with defined Font and Fontcolor, Text centered or with defined Position from Left.
Title-Background-Color, Gradient, Brush or Image.
Tooltips and Actions on Title.
Adding Borders with defined Pens... |
combined TITLE and TITLETEXT | Hello Frances,
I'm working on a Tool, to test all setting at Runtime.
Still I have to add some selections like Color- / Gradient-settings and Source-creator.
The Title-background is used for the Browser as well.
All Settings are saved to a INI-file and will be loaded at new Start.
You can select any Combinations of Ti... |
combined voice recorder and file upload | Hello friends,
I have now expanded the file upload APP to include a voice recorder.
Especially on the construction site, when you work with gloves and take photos for documentation, it is often difficult to comment on the photos right away with keyboard.
So you can simply add a language attachment.
Best regards,
Ott... |
combined voice recorder and file upload | Good morning
provide how to do this? |
combined voice recorder and file upload | Hello Marcelo,
I use this project:
<!-- m --><a class="postlink" href="https://github.com/mattdiamond/Recorderjs">https://github.com/mattdiamond/Recorderjs</a><!-- m -->
Bes regards,
Otto |
combo in sbuttonbar - help Mercado | How show a combo box into sbuttonbar ?
DEFINE SBUTTONBAR oBar OF oDlg SIZE 80, 80 3D OFFICE
@ 2, 2 COMBOBOX oItems VAR nItem ITEMS aItems BITMAPS aBitmaps of oBar SIZE 100, 100
[img:36ciwase]http://img17.imageshack.us/img17/7163/combobutt.png[/img:36ciwase]
It now show the right dimension of bitm... |
combo problem | Dear friends,
I have problem with this combobox
I wish jump the user to insert aGet[7] if aGet[6]:nat=1 or jump to aGet[8] if aGet[6]:nat=2
How I can make it ?
@ 80, 75 COMBOBOX aGet[6] VAR cpermesso ITEMS aTipo OF oDlg SIZE 50, 12 PIXEL FONT oFont ;
ON CHANGE (corae:=SPACE(5), corau:=SPACE(5),iif(aGet[6]:nat=... |
combo problem | Hi Silvio,
// insert aGet[7] if aGet[6]:nat=1 or jump to aGet[8] if aGet[6]:nat=2
@ 80, 75 COMBOBOX aGet[6] VAR cpermesso ITEMS aTipo OF oDlg SIZE 50, 12 PIXEL FONT oFont ;
ON CHANGE (Test(aGet)) UPDATE
@ 96, 10 SAY "Ora di entrata :" OF oDlg SIZE 43, 8 PIXEL FONT oFont
@ 94, 75 GET aGet[7] VAR corae OF oDlg SIZE 25... |
combo problem | I make a small test
[code=fw:1pkczqmt]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"constant.ch"</span><br /><br /><br /><span st... |
combo problem | I don't understand what is the problem you're having with this test. Please explain.
EMG |
combo problem | When the option of combobox is changed the procedure must clear the get and make a setfocus
for a sample :
if the selection is = 1
the procedure must clear aGet[8] and make set fo cus on aGet[7] and disable Get[8] |
combo problem | 1. The combobox is empty, so it cannot be changed.
2. Where do you want to put the focus after the combobox is changed?
EMG |
combo problem | ON CHANGE (corae:=space(5),aGet[7]:refresh(),;
corau:=space(5),aGet[8]:refresh(),;
Rinfresca_Get(aGet)) UPDATE
[b:3oi88wsn]now run ok[/b:3oi88wsn]
if the combo is "Entrata" then aGet[7] is focus and aGet[8] is disabled and all get must be clear
if the combo is "Uscita" th... |
combobox | amigos,se podria hacer el el combobox no se minimize (no se si sea la palabra correcta), al darle click a algun item?y al darle click a cada item, que evento se lanza?saludos y gracias de antemano por la ayuda |
combobox | William,Puedes usar bChange para gestionar los eventos al cambiar de elemento seleccionado.Cuando se cierra, se llama a CloseUp(). Si modificamos ese método, puede ser que podamos impedir que se cierre. Te refieres a esto ? |
combobox | Prueba a hacer:oComboBox:bCloseUp := { || 1 } |
combobox | La notificación que envía el API de Windows es CBN_CLOSEUP, y desde ahi se llama al Método CloseUp().Tal vez:oComboBox:bCloseUp := { || oComboBox:Open() }pero igual hace un extraño efecto de cerrarse y abrirse. Pruébalo <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
combobox | I must insert a combo on buttonbar with bitmaps
When I insert it the combo is too small and I cannot see the images
any idea ?
[code=fw:2oqgd190]<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 st... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.