topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
cOMO cONECTAR UNA rUTINA EN C A FWHARBOUR | Lailton muchas gracias por tu respuesta, lo voy a checar y les comento si ya quedo
Muchas gracias a los dos por su gran ayuda
Saludos y a sus Ordenes
carlos I. De La Rosa
<!-- e --><a href="mailto:carloslmm@hotmail.com">carloslmm@hotmail.com</a><!-- e --> |
cPS in bPainted | Antonio,
I think it's not possible to use a bitmap when the grid dots have to be aligned to dialog units and not pixels, am I wrong?
EMG |
cPS in bPainted | It seems that cPS parameter provided to bPainted doesn't have the expected data. Can you confirm this? If yes, any fix?
EMG |
cPS in bPainted | Enrico,
It should have it as see how it gets built:
[code=fw:3kxwf5fd]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> BEGINPAINT <span style="color: #000000;">)</span> <span style="color: #B900B9;">// ( hWnd, @cPS ) -... |
cPS in bPainted | Enrico,
There is a working example managing cPS at FWH\samples\formdes.prg |
cPS in bPainted | Antonio,
[quote="Antonio Linares":2lwagbhp]Enrico,
There is a working example managing cPS at FWH\samples\formdes.prg[/quote:2lwagbhp]
That's exactly what I was trying to do but unfortunately DrawGrid() makes no use of cPS parameter. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:... |
cPS in bPainted | Enrico,
Have you tried to modify DrawGrid() this way ?
[code=fw:kfq2s7u7]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> DRAWGRID <span style="color: #000000;">)</span> <span style="color: #B900B9;">// hWnd, hDC, @cPS... |
cPS in bPainted | Antonio,
[quote="Antonio Linares":1xggemv0]Enrico,
Have you tried to modify DrawGrid() this way ?[/quote:1xggemv0]
Yes, but ps.rcPaint.top and ps.rcPaint.left are always zero, unless I'm missing something.
EMG |
cPS in bPainted | Enrico,
ps.rcPaint.bottom and ps.rcPaint.right are non zero, so they seem valid.
Going to check top and left... |
cPS in bPainted | Enrico,
They are zero but this code seems to work fine:
[code=fw:34xsi7ky]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> DRAWGRID <span style="color: #000000;">)</span> <span style="color: #B900B9;">// hWnd, hDC, @cP... |
cPS in bPainted | Antonio,
[quote="Antonio Linares":22z0hfxp]Enrico,
They are zero but this code seems to work fine:[/quote:22z0hfxp]
Yes, but the benefit is greatly reduced if the area to be repainted always starts from 0, 0... <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
EMG |
cPS in bPainted | That is what Windows is providing us <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> |
cPS in bPainted | Antonio,
[quote="Antonio Linares":2lf6w4qi]That is what Windows is providing us <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->[/quote:2lf6w4qi]
I'm not so sure... how FWH provides cPS to bPainted codeblock?
EMG |
cPS in bPainted | Enrico,
cPS is obtained here:
[code=fw:1rfd579x]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> _BeginPaint<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</span> TWindow<br /><br /> &nbs... |
cPS in bPainted | Antonio,
[quote="Antonio Linares":2snwtdg8]Enrico,
cPS is obtained here:
[code=fw:2snwtdg8]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> _BeginPaint<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #00C800;"... |
cPS in bPainted | Enrico,
Here it seems fast enough, I am using a Core 2 Duo
It could be speed up using a brush instead of calling SetPixel() |
cPS in bPainted | Antonio,
[quote="Antonio Linares":18jm2vkf]Enrico,
Here it seems fast enough, I am using a Core 2 Duo
It could be speed up using a brush instead of calling SetPixel()[/quote:18jm2vkf]
Interesting... any little sample? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
EMG |
cPS in bPainted | As the dots distance is variable we should have to create the bitmap for the brush dinamically... |
cPS in bPainted | Here it is <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[code=fw:150r59zc]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Object inspector using TXBrowse</span><br /><br /><span style="color: #00D7D7;">#include</span> <span sty... |
cPS in bPainted | Antonio,
[quote="Antonio Linares":3nv46n4e]Here it is <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:3nv46n4e]
Thank you. I'll study it.
EMG |
cPS in bPainted | Enrico,
You can convert from units to pixels and viceversa, so I don't see any limitation |
cPS in bPainted | Antonio,
[quote="Antonio Linares":1ljnxk6x]Enrico,
You can convert from units to pixels and viceversa, so I don't see any limitation[/quote:1ljnxk6x]
The problem is that the pixels coordinates have to be rounded after the conversion.
EMG |
cPicture que solo acepte positivos? | hola.
define in cPicture asi:
[code=fw:1lrmjd9g]<div class="fw" id="{CB}" style="font-family: monospace;">oGets<span style="color: #000000;">[</span><span style="color: #000000;">8</span><span style="color: #000000;">]</span>:<span style="color: #000000;">cPicture</span>:= <span style="color: #ff0000;">"@E 9,99... |
cPicture que solo acepte positivos? | Yo lo controlo con una simplre funcion en el valid del GET, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
FUNCTION menorqcero(nVar) // VALIDA VALOR ENTRADO SEA MAYOR O IGUAL A CERO (0) - NO SEA NEGATIVO
IF nVar < 0
MSGWAIT("Valor "+ALLTR... |
cPicture que solo acepte positivos? | gracias |
cPicture que solo acepte positivos? | en clipper existía RANGE en los gets para indicar que valores se podían introducir |
cPicture que solo acepte positivos? | Tambien puedes hacerlo asi:
oGets[8]:cPicture:= "@E 9,999,999.99"
oGets[8]:bValid := {|| if(nVar<0,.f.,.t.) } |
cPicture que solo acepte positivos? | gracias |
cResToStr working function | Hi Antonio.
Look at this code please:
[code=fw:butrs228]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> CRESTOSTR <span style="color: #000000;">)</span><br /><span style="color: #000000;">{</span><br /> HRSRC ... |
cResToStr working function | Because sizeof(int) or sizeof(hResource) always return 4 (integers have 4 bytes in length).... |
cResToStr working function | Toninho,
You are not using SizeofResource() which it is needed.
Also you are not checking for wrong returned values! You are assuming that everything will be found, which can not be the case. |
cResToStr working function | [quote="Antonio Linares":e4jncadc]Toninho,
You are not using SizeofResource() which it is needed.
Also you are not checking for wrong returned values! You are assuming that everything will be found, which can not be the case.[/quote:e4jncadc]
Hi Antonio and Vailton,
It is intentional, only to simplify my code, but l... |
cResToStr working function | Toninho,
Have you tried SizeofResource() instead of GlobalSize() ? |
cResToStr working function | [quote="Antonio Linares":3zvxwd2g]Toninho,
Have you tried SizeofResource() instead of GlobalSize() ?[/quote:3zvxwd2g]
Yes, and no works... <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? -->
My intention in load a png file from resource. Now, I´m trying with BITMAP becau... |
cResToStr working function | Toninho,
Please try this:
In your RC file:
test PNG "file.png"
then from your PRG:
MsgInfo( Len( cResToStr( "test", "PNG" ) ) ) |
cResToStr working function | Hi Antonio,
This is the right code:
[code=fw:j9dumq0e]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> CRESTOSTR <span style="color: #000000;">)</span><br /><span style="color: #000000;">{</span><br /> HMODULE ... |
cResToStr working function | very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
cRestoStr ( don´t work ) | #include "Fivewin.ch"
#define RT_HTML MAKEINTRESOURCE(23)
function main()
msginfo( cResToStr("PAGE", RT_HTML ) )
return |
cRestoStr ( don´t work ) | up <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> |
cRestoStr ( don´t work ) | Lailton,
FWH's cResToStr() source code is very simple so I suggest you to trace it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[code=fw:2hdjh82s]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">HB_FUNC</span><span style="col... |
cRestoStr ( don´t work ) | i tryed more no work. |
cRestoStr ( don´t work ) | Lailton,
Change it this way:
[code=fw:185j6cic]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">if</span><span style="color: #000000;">(</span> hRes <span style="color: #000000;">)</span><br /> <span style="color: #000000;">{</span><br />&nbs... |
cTempFile - Cambio forma de generar (SOLUCIONADO) | Que tal, buen dia
Pues hoy amanecio un cliente con un problema
Yo ocupo "cTempFile" y me generaba un archivo asi : TM99999.TMP
y hoy amanecio asi : TM-99999.TMP (le agrego un guion) , ayer funcionaba
muy bien.
El "TM" yo se lo agrego
Y no se le movio absolutamente nada
Alguien sabra que paso porque ya estuve buscan... |
cTempFile() -> bad alias | if you use cTempFile( cPath, 'DBF') to create temporary dbf file then the all numeric tempfile will cause an "illegal characters in alias" error when used.
I would use cNewFileName() but I need to create temp file using path.
Also I found that if you need a couple of temp files then you need to run cTempFile(), then ... |
cTempFile() -> bad alias | Gale,
The use of the static cOldName is of limited value. It only enables you to create 2 filenames before you have to open them. If you want to open 3 or more you still have the same problem. I think it is best to open each file before getting a new filename.
I suppose you could force the cTempFile() to wait one sec... |
cTempFile() -> bad alias | James,
Yes, the static was part of a mod I did in the past, but is not the real stopper.
After upgrading to latest xHarbour builder and FWH, I started getting alias errors. I remember a problem with clipper and alias names that were numeric.
So my real concern here is to return a filename that does not start with a nu... |
cTempFile() -> bad alias | Gale,
>So the mods to filename.prg could be made without the static but handle the issues concerning cTempFile and numeric filename and/or cNewFileName() and paths.<
Agreed.
I have been using my own tempfile() function for many years. It has leading characters in the name.
James
[code:29avms2b]* Function : ... |
cTempFile() -> bad alias | Here is my litle contribution, same like James its come with my from years ago.
The diferencie....mmmm...create the file when found a file-name who doenst exists.
[code:3l3pj8ab]
//-------------------------------------
Function TEMPFILE( lInicio, cDefa )
Local file_name, counter, extension
Local hFile
Static c... |
cURL in a service | I have a windows service fully functional, except that I'm trying to add the ability to send text messages using cURL.
I am using Harbour, MSVC, and FWH.
In a normal windows application I have no problem. I have a SMS texting program using the same libraries and commands, and it works great.
This is the offending... |
cURL in a service | Dear Tim,
As far as I know it, you can only call curl_easy_init() once from your app.
If you call it more than once, then it will fail |
cURL in a service | Antonio,
First, this is an application running as a Windows Service.
curl_easy_init() is in a function called once a day by a timer. It is released after it is used.
Just having that line in the code results in the SERVICE not being able to start. If I comment out the line the service starts and runs as normal.
S... |
cURL in a service | My mistake. I had the 64 bit cURL .dll in place but built the service as 32 bit. Now with the right resource, it's running. |
cURL in a service | very good! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
cValToStr() error *Fixed* | It has occur an error while TXBrwose need to convert TIMESTAMP field in MySql. I try TDolphin but some field is TIMESTAMP and got an error.
[code=fw:a9zj86a4]<div class="fw" id="{CB}" style="font-family: monospace;"> Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">D</span>:\FWH1305\... |
cValToStr() error *Fixed* | Mr Dutch
Please help me with the results of :
? oQry:FieldType( <ntimestampfield> )
? ValType( oQry:FieldGet( <timestamefield> ) )
If both results are 'T' then please make this modification:
Locate method SetColFromMySQL(...) in xbrowse.prg.
Please change the line
[code=fw:2npvywy3]<div class="fw" id="{CB}" style="fo... |
cValToStr() error *Fixed* | Dutch,
Did you just applied this ?
CASE cType $ 'DT'
thanks,
(Going to include it in FWH 14.06) |
cValToStr() error *Fixed* | Dear Mr.Rao,
I've test the result ValType() of TimeStamp field as below
[code=fw:2400j03z]<div class="fw" id="{CB}" style="font-family: monospace;"> cValType := valtype<span style="color: #000000;">(</span> oQry:<span style="color: #000000;">FieldGet</span><span style="color: #000000;">(</span> <span style=... |
cValToStr() error *Fixed* | [quote="Antonio Linares":35gzq5by]Dutch,
Did you just applied this ?
CASE cType $ 'DT'
thanks,
(Going to include it in FWH 14.06)[/quote:35gzq5by]
No.
Test results of Mr Dutch indicate that though Dolphin returns fiedtype as 'T', it actually returns a character value not DateTime value. So if Dolphin says th... |
cValToStr() error *Fixed* | Rao,
Thanks for the clarification <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
cabecera dbf | Existe alguna funcion para cambiar/corregir la cabecera de las dbf de mi sistema para poder abrirlas "unicamente" desde el sistema o en dado caso regresarla a su forma original para abrirlas desde cualquier dbu para dbfs? lo quiero hacer por seguridad en lugar de encriptar todos los datos.graciaspaco |
cabecera dbf | He aqui la función:[code:233hslbc]
FUNCTION DbProtect(cDbf,nAction)
LOCAL nHandle:=0, cFile
LOCAL cBuffer:=Space(32)
IF !File(cDbf)
nHandle:=FOpen(cFile,FO_READWRITE+FO_SHARED)
DEFAULT nAction:=1
IF nHandle!=-1
IF FRead(nHandle,@cBu... |
cabecera dbf | Gracias Alfredo lo probareSaludosPaco |
cabecera dbf | Que tal Alfredo,Intente probando asi al cerrar mi aplicacion:oDbf:="Clientes.Dbf"DbProtect(oDbf,0)inmediatamente cargo el dbwide y si me bare la dbf, como hago para que no la pueda abrir?salu2paco |
cabecera dbf | Gracias, revisado y funcionando,,,salu2paco |
cabecera dbf | [quote="Francisco Horta":a1f2bbvh]Gracias, revisado y funcionando,,,
salu2
paco[/quote:a1f2bbvh]Francisco,¿Podias explicarnos como lo has hecho? ¿Como abres y cierras las dbf? |
cabecera dbf | Que tal Manuel,te comento como lo hago1.tengo una funcion para abrir las dbf, antes de abrirla verifico si esta protegida con esto:IF lFileProtect("MiArchivo.dbf") DbProtect("MiArchivo.dbf",1) // con el 1 se desprotegeENDIF--> aqui ya abro la dbf2. Al cerrar la dbf vuelvo a proteger la dbf DbProtect("MiArchivo.d... |
cabecera dbf | Buenas Francisco...Una duda:Y se hay una falla elétrica? El que ocorri? No te causa problemas?Gracias,Saludos. |
cabecera dbf | Karinha,De hecho si, porque algunas dbf estarian sin bloqueo, pero o puedes controlar con un flag para si el sistema tuvo una salida anormal y antes de arrancar el sistema comprobar si estan protegidas o desprotegidas.En caso de que sea en red (server sin ups, raro!!) desde cualqueir otra terminal con energia electrica... |
cabecera dbf | Amigo Pancho, y que pasa si el sistema se utiliza en red, y internamente se abren y cierran las mismas bds en varias estaciones de trabajo, no truena ?Saludos |
cabecera dbf | Hola a todos después de mucho tiempo.Yo lo que hago es:1. cambiar la cabecera para poder abrir la base de datos2. abrir la base de datos3. cambiar la cabecera al estado anterior4. trabajar normalmente con la BDDe esta forma si otros terminales de la red necesitan abrir la BD siempre se la encontrarán cerrada y pueden e... |
cabecera dbf | Luis,Efectivamente como comenta vicente asi mismo funciona, el cambio de cabeceras las ejecutas dentro de las funciones al abrir y cerrar las bases de datos.. y siempre validas, por lo tanto aunque este en red, si una terminal va a usar determinada base de datos, verifica si esta o no cambiada la cabecera y tons aplica... |
cabecera dbf | [quote="José Vicente Beltrán":1n8teear]Hola a todos después de mucho tiempo.
Yo lo que hago es:
1. cambiar la cabecera para poder abrir la base de datos
2. abrir la base de datos
3. cambiar la cabecera al estado anterior
4. trabajar normalmente con la BD
De esta forma si otros terminales de la red necesitan abrir la ... |
cabecera dbf | Basicamente hago lo siguiente://----------- para abrir la BD ------------------//protege( "OFF", file ) //pone la cabecera normal USE file NEWprotege( "ON", file ) //cambia la cabecera para impedir la apertura//------------------------------------------------//...a partir de aquí uso normal...CLOSE file // fin de l... |
cabecera dbf | Muchas gracias Francisco y Jose Vicente. |
cabecera dbf | Francisco Horta,[quote="Francisco Horta":3utabfnc]Existe alguna funcion para cambiar/corregir la cabecera de las dbf de mi sistema para poder abrirlas "unicamente" desde el sistema o en dado caso regresarla a su forma original para abrirlas desde cualquier dbu para dbfs? lo quiero hacer por seguridad en lugar de encrip... |
cabecera dbf | Saludos amigos, no se porque tratan de inventar el agua tibia, yo tan sencillo como que las DBF no tienen extension DBF, sino por ejemplo datos.sys, internamente abro y manejo datos.sys sin ningun rollo, pero para alguien externo es un archivo del sistema, solo yo se que realmente es una DBf con extension SYS, asi que ... |
cabeceras de browses con temas | Hola:
¿ Es posible que las cabeceras de browses aparezcan con los temas de XP ? Yo uso una versión de XBrowse de OZS y no lo hace, desconozco si con FWH hay algún browse que lo soporte.
Saludos, |
cabeceras de browses con temas | Jose Luis,
La clase TWBrowse de FWH dibuja la cabecera usando temas, aunque no es un control header real.
En breve esperamos disponer de una versión de TXBrowse que use un control header real con temas. |
cae sistema por pc inalambrica | gente
tengo un sistema donde alojo aplicativo y exe en un servidor linux centos ha venido funcionando
bien con 7 terminales win7 accesando al sistema. (claro que a veces se pone lento) todos las pcs estan cableados
al servidor.
pero ahora resulta que de las 7 terminales se cambio a inalambrica y me esta causando un pro... |
cae sistema por pc inalambrica | He tenido un sistema donde una de la máquinas se conectaba al servidor MySql en forma inalámbrica y fue una pesadilla. No he tenido buena experiencia con ese tipo de conexiones. Saludos |
cae sistema por pc inalambrica | Artu...
No deberia haber problema.
Yo tengo 2 Portatiles con inalambrica, coexistiendo con 10 pc's "cableados" sin problemas, eso aun con DBFCDX
Por Otro lado tengo 5 Portatiles con WIFI y 18 Pc's con cableado, esto con MYSQL y un server Linux.
Mi aplicacion tambien esta con Harbour a 32 bits.
Puedes revisar el estad... |
cae sistema por pc inalambrica | Hola artu, lo peor que pudiste haber hecho es pasar a wifi, esa tecnologia no esta diseñada para lo que quieres hacer, porque siempre en determinados momentos se pierde la conexion por un instante.
Encima tienes lo del servidor linux (no es un problema en si, es que es mas dificil encontrar alguien que te ayude con el... |
cae sistema por pc inalambrica | [quote="Adolfo":rf2i89t0]Hola artu, lo peor que pudiste haber hecho es pasar a wifi, esa tecnologia no esta diseñada para lo que quieres hacer, porque siempre en determinados momentos se pierde la conexion por un instante.[/quote:rf2i89t0]
Con que bases dices eso...? En todos los negocios que atiendo hemos ido dejand... |
cae sistema por pc inalambrica | Hola,
Verifica que cuando el pc entre en suspensión/ahorro de energía no desactive la tarjeta de red.
Está en configuración avanzada del adaptador de red en Centro de redes.
Salu2 |
cae sistema por pc inalambrica | Amigos, la solución que le he dado es conectarlo a un cable utp
Adolfo la maquina en mencion es una pc marca lenovo que viene con el cpu detras de la pantalla (no es portatil)
antes de que le quitaran el cable utp trabaja bien pero despues se le saco el cable para aprovechar ese pto de red y ponerle un print server
p... |
cae sistema por pc inalambrica | Defnitivamente.
Los TMP en el DISCO LOCAL, no en el remoto.
Los ejecutables tambien.
Repito, la tecnologia WIFI ya esta madura hace rato, preocupate de los detalles y veras como se te simplifica la vida.
Saludos
Desde Chile
Adolfo |
cae sistema por pc inalambrica | Hola,
Si te sirve la experiencia, concuerdo con Adolfo, los temporales en local, los ejecutables en local, si quieres usar wifi, nada de esos routers wifi de juguete, un buen acces point de verdad y no hay ningun problema.
Eso si, no por la wifi, sino por los eventuales cortes de alimentacion y otros, entre el servid... |
cae sistema por pc inalambrica | Saludos a la comunidad, tenia rato que no pasaba por aki por falta de proyectos y ando revisando el foro y sin aportar nada más que simples experiencias le comento lo siguiente:
En la empresa donde trabajé llegó un ingeniero a diseñar el sistema de ventas e inventario, teniamos 10 Pc sin conectar a red, así que se pla... |
caja con borde sombreado | Existe una forma de hacer un recuadro en fivewin que tenga un borde sombreado?
algo asi:
[img:136g5o0t]https://i.imgur.com/Kc26lKN.png[/img:136g5o0t]
o asi:
[img:136g5o0t]https://i.imgur.com/mVTePAV.png[/img:136g5o0t] |
caja con borde sombreado | Carlos,
La clase TWindow implementa el método Shadow() por lo que se lo puedes aplicar a cualquier control (clases que deriven de TControl que deriva de TWindow):
oControl:Shadow() |
caja con borde sombreado | Nop, Antonio no funciona. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
oPanel:Shadow() |
caja con borde sombreado | Hola aqui ando de metiche <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: -->
a mi si me funciona de esta manera <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
[code=fw:3r4m1fwf]<div class="fw" id="... |
cajon de dinero | alguien sabe como validar si un cajon de dinero esta abierto?
salu2
paco |
cajon de dinero | que ondas paco,
eso si esta mas dificil,,, jeje
algun guru en c++ a lo mejor tiene la respuesta,
saludos.. |
cajon de dinero | Mas dificil que pellizcar un vidrio, se me ocurre que cada vez que des la orden de abrir el cajon de dinero, actives un bmp en la pantalla que indique que se abrio el cajon, acompalado de un sonido que se parezca al que el cajon hace al abrirse, eso si el estereo..
Creo que la impresoras de tickets (que accionan el in... |
cajon de dinero | si parece mas complicado de lo que pense, gracias a ambos, a ver si sale algun guru a la ayuda...
mientras tanto seguire investigando
salu2
paco |
cajon de dinero | Los cajones de dinero no dan informacion bi-direccional, es decir, solo reciben, pero no envian.
En otras palabras, puedes enviar un pulso por el puerto serie para abrirlos, pero eso es todo, el cajon no tiene circuito de retroalimentación que te indique si esta abierto o cerrado. |
cajon de dinero | La otra seria programar a la capturista,,
que nos avise cuando el cajon este abierto,
jeje
saludos. |
cajon de dinero | Paco:
Ya entrados en gastos <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> si no puedes detectar cuando un cajón esta abierto entonces detecta cuando este cerrado, algo así como
IF ! CajonAbierto() <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=... |
cajón portamonedas con tprint | Compañeros, buenas tardes:
¿Como abrir el cajón portamonedas a través de la clase tprint?
Yo utilizo:
[code=fw:c6p7ry8i]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">PRINT</span> oPrn <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"abrir caj... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.