topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Bitmap-Format of Record-selector in xBrowse ? | Uwe,This is the code for the arrow:[code:2thd7xxj]
static far BYTE rarrow[] = {
0x42, 0x4D, 0xE6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x76, 0x00, 0x00, 0x00, 0x28, 0x00,
0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x01, 0x00, 0x04, 0x00, 0x00, 0x00,
0x00, 0x00, 0x70, 0x00, 0x00, 0x00,... |
Bitmap-Format of Record-selector in xBrowse ? | You can create your own FWRARROW() that just loads a bitmap from your resources or from a bitmap file. |
Bitmap/Icon associated with certain file | Dear all,
How to get the bitmap/icon for certain file?
say I want to get the bitmap/icon for file .doc or .xls.. or .pdf?
[img:13tw2u3e]http://i208.photobucket.com/albums/bb82/fraxzi/getbitmap.png[/img:13tw2u3e]
How to do it in FW/xHarbour?
Best regards,
Frances |
Bitmap/Icon associated with certain file | Hello fraxzi
look here: [url:3374mqjf]http://forums.fivetechsupport.com/viewtopic.php?p=91422#p91422[/url:3374mqjf] |
Bitmap/Icon associated with certain file | Hi Daniel,
Thank you so much! I'll start working with this.. I just want to display the icon/bitmap to column when user select file so associated icon/bitmap is displayed.
I will work on it.
Thank you and regards,
Frances |
Bitmaped and transparent dialogs | Do you like them ? Do you want them for FW ?
Built with the upcoming FWH 2.7 February build:
[url=http://imageshack.us:24n5yjex][img:24n5yjex]http://img227.imageshack.us/img227/1041/image15lv.png[/img:24n5yjex][/url:24n5yjex] |
Bitmaped and transparent dialogs | Great!
EMG |
Bitmaped and transparent dialogs | Looks Great !!!
Rick Lipkin
SC Dept of Health, USA |
Bitmaped and transparent dialogs | Antonio,
Did you figure out how to make the SAYs transparent without REDEFINING them all?
James |
Bitmaped and transparent dialogs | Antonio you can create also dialogs with folder trasparent ?
I'd like see the source code here... |
Bitmaped and transparent dialogs | James,
yes. We have implemented a C function that does it automatically. No need to REDEFINE the SAYs. |
Bitmaped and transparent dialogs | Good news, and congratulations on solving that!
James |
Bitmaped and transparent dialogs | Dear Antonio,
I hope you insert it on new release of fwh...
...and for a dialog with folders |
Bitmaped and transparent dialogs | Work in progress...
[url=http://imageshack.us:1gjilzla][img:1gjilzla]http://img212.imageshack.us/img212/8904/image14gm.png[/img:1gjilzla][/url:1gjilzla] |
Bitmaped and transparent dialogs | gooooood mr guru Antonio |
Bitmaped and transparent dialogs | Transparency using XP themes <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
[url=http://imageshack.us:28rrz6q7][img:28rrz6q7]http://img59.imageshack.us/img59/4643/image10gd.png[/img:28rrz6q7][/url:28rrz6q7]
Thanks to Brian Hays for his great help on ... |
Bitmaped and transparent dialogs | Dear my friend Antonio,
Can I see the source code to make dialog and folder trasparent ?
Regards
Silvio |
Bitmaped and transparent dialogs | Silvio,
There are many changes. FWH 2.7 February build will provide them. |
Bitmaped and transparent dialogs | Dear antonio,
I wrote you on privete email.
I hope you help me .. |
Bitmaped and transparent dialogs | Antonio,
This is excellent. I have been looking for this since Fivewin 1.8.
Many years ago I hired several artists to make my applications look especially "pretty". I experimented with this concept, but ran into difficulties.
One problem I had was "re-using" a dialog. I could get it to display correctly the 1st t... |
Bitmaped and transparent dialogs | If you issue oDlg:End() then you will have to recreate the DIALOG (DEFINE DIALOG etc.) again. You can't reuse an ended DIALOG.
EMG |
Bitmaped and transparent dialogs | I have done this in the past. Each control needed to be "refreshed" in the initialization of the ::activate()
The reason I did this was due to many controls / folder pages, etc, which were created from data driven applications. The computers were much slower ( 386 speed ) and this saved lots of overhead.
Upon 're-a... |
Bitmaped and transparent dialogs | I think it is not correct to reuse an ended DIALOG. You can hide it instead.
EMG |
Bitmaped and transparent dialogs | Enrico,
I agree, but I think he is just saying that he is storing the parameters in an array, then reusing the parameters to define and acitvate the dialog each time. I guess this would be no different than rereading them from a resource file.
Don, am I right?
James |
Bitmaped and transparent dialogs | Exactly -
For me, easier to store dialog parms in a database and build dynamically vs. create resource, manually code controls to variables. etc. Using a data dictionary for me, is cleaner - only one input program, only one browse/update program, etc. |
Bitmaped and transparent dialogs | Don,
I am curious as to how you design the dialogs in the first place. Do you design them in Workshop or other, then read the resource file to create your database, or how?
James |
Bitmaped and transparent dialogs | [quote="James Bott":2japoaec]Enrico,
I agree, but I think he is just saying that he is storing the parameters in an array, then reusing the parameters to define and acitvate the dialog each time. I guess this would be no different than rereading them from a resource file.
Don, am I right?
James[/quote:2japoaec]
It ... |
Bitmaped and transparent dialogs | [quote="don lowenstein":1y10n8s4]Exactly -
For me, easier to store dialog parms in a database and build dynamically vs. create resource, manually code controls to variables. etc. Using a data dictionary for me, is cleaner - only one input program, only one browse/update program, etc.[/quote:1y10n8s4]
Are you saying... |
Bitmapped buttons on dialogs | We need help to find why the bitmapped buttons on all the dialogs look wrong
Thanks! |
Bitmaps | Hello to all hBmp := { ReadBitmap( 0, oPub:wPathBmp + "ABERTO.BMP" ),; ReadBitmap( 0, oPub:wPathBmp + "BAIXADO.BMP" ),; ReadBitmap( 0, oPub:wPathBmp + "DEVOLV.BMP" ),; ReadBitmap( 0, oPub:wPathBmp + "PENDE.BMP" ) } Which of the class... |
Bitmaps | This is the correct way, assuming hBmp is the name of your array of bitmaps handles:[code:3eiz801k]AEval( hBmp, { | hBmp | DeleteObject( hBmp ) } )[/code:3eiz801k]EMG |
Bitmaps | Ok Enrico tanks |
Bitmaps - change bitmaps in memory | Hello,
is it possible to draw on a bitmap without showing the bitmap on the screen.
I mean only in memory and then save the changed bitmap.
Thanks in advance
Otto |
Bitmaps and Button bars | I know there have been changes regarding bitmaps and buttonbars. I did a search but could not find topics on the changes. Here are my questions:
1) Is there a thread or two that discusses the newer capability of higher resolution, or alpha bitmap, button bars ?
2) What would be a good file in the samples folder o... |
Bitmaps and Button bars | Hello Tim,
The example shows any Window-Background and a Buttonbar on Top.
Just define the Image ( Alpha-Blended BMP ) for the Buttonbar => FILE c_path + "\system\format.bmp"
I started with the Bar-Tools ( comes close to the Button-Tools ) there it is possible, to test
the Bar-Size and included BMP's, how they look t... |
Bitmaps and Button bars | Tim,
Alpha channel bitmaps are automatically detected and used from FWH.
All you have to do is to create an alpha channel bitmap and use it as you use other bitmaps.
You can find some alpha channel bitmaps in c:\FWH\bitmaps\AlphaBmp\*.bmp |
Bitmaps and Button bars | Working on the Tools, I noticed after changing the Gradient, Style 2007 gets lost ?
Normal Buttonbar with Style 2007 and no Gradient change :
DEFINE BUTTONBAR oBar1 OF oWnd1 SIZE D_BUTTONH, D_BUTTONV 3DLOOK 2007 TOP
oBar1:SetColor( D_TCOLOR )
[img:10f6vzh1]http://www.pflegeplus.com/pictures/BBartest1.... |
Bitmaps and Button bars | Thanks for the replies. I'm also reviewing the "whats new" notes ... |
Bitmaps and Button bars | Tim,
Testing all possible Solutions I still found a wrong Position of the Buttonbar with :
DEFINE BUTTONBAR oBar1 OF oWnd1 SIZE D_BUTTONH, D_BUTTONV 3DLOOK 2007 [color=#FF0000:17s3ckf7]BOTTOM[/color:17s3ckf7]
The Bottom of the Buttonbar is covered with the Messagebar.
Bottom Buttonbar must be Top Messagebar.
[img:1... |
Bitmaps desde Recursos | Holas a todos..
Tengo un BMP de 50 * 250
Lo incorpore a mi RC, en las propiedades, tambien tiene 50 * 250
Cree un Bitmap dentro de un dialogo, sus medidas tambien son de 50 * 250
Pero al mostrarlo en el dialogo ocupa el cuarto del tamaño asignado. ¿ PORQUE ?
Si le pongo la clausula ADJUST me llena el tamaño completo... |
Bitmaps desde Recursos | Adolfo:
Tube un problema similar en mi anterior proyecto y encontre una clase que es modificación de la TImage: se llama tZoomImage, te dejo el fuente y el CH para que lo pruebes... Por cierto que es de la autoría de Jaime Irurzun.
zImage.Prg
[code=fw:3qpc00mj]<div class="fw" id="{CB}" style="font-family: monospace;"... |
Bitmaps desde Recursos | Gracias Cuatecatl82
Pruebo y te comento...
Pero igual tengo la duda... porque la tbitmap no es capaz de mostrarlo como se debe, el tamaño de la imagen es identica a la del recurso, deberia cuadrar sin problemas...o no ?
Antonio.. algo tengo mal ?
Saludos y comento mis experiecias.
Desde Chile
Adolfo |
Bitmaps desde Recursos | Cuatecatl82...
Pues no me resulto, sigue igual, y ademas con la clausula ADJUST. el Bitmap se ve deforme.
Antonio, Daniel, hay algun metodo para convertir el tamaño real de la imagen al tamaño que posee el recurso bitmap definido en el RC.
Hasta el momento voy probando medidas para ver si se ajustan, pero es un prob... |
Bitmaps desde Recursos | Hola
El tamano del recurso que ves en el pelles no esta en pixeles (son dpi), si quiers obtener le tamano en pixles tendras que modificarlo desde codigo
te dejo un ejemplo sencillo y para que compruebes lo que te comento,
[code=fw:2dyptiuz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color... |
Bitmaps desde Recursos | Daniel..
Gracias por tu respuesta, ahora ya me queda mas claro...
Mira Aqui
[url:3nfviyet]http://tiporama.com/tools/pixels_inches.html[/url:3nfviyet]
Eso solo para empezar, asi que la cosa es un poco mas dificil, depende de la calidad del monitor, tamaño etc etc.
Asi que modifique los 3 tipos de bitmap... |
Bitmaps desde Recursos | Adolfo prueba asi
REDEFINE IMAGE oBmp ID 200 OF odlg1 Resource "imagen UPDATE
oBmp:lTransparent:=.T.
ACTIVATE DIALOG oDlg1 Centered ON PAINT;
(DrawBitmap(oDlg1:hDC,oBmp:hBitmap,0,0,oDlg1:nWidth,oDlg1:nHeight),;
HollowText(oDlg1,5,200,"",oFont1,CLR_BLUE,2));
saludos |
Bitmaps desde Recursos | JBrita
Gracias, pruebo y te comento
Desde Chile
Adolfo |
Bitmaps en Header del TWBrowse | Hola a todos del foro
Como puedo poner bitmaps en el header del twbrowse de hernan, es que no tengo ningun ejemplo sobre ello.
Quiero que en una columna aparesca un bitmap con una señal que indique que esta ordenado por esa columna y si cambio de columna, el de la primera aparesca el bitmap desactivado, y la otra acti... |
Bitmaps en Header del TWBrowse | Francis
aqui la respuesta por RF
<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=151&highlight=">http://fivetechsoft.com/forums/viewtopi ... highlight=</a><!-- m -->
salu2
paco |
Bitmaps en Header del TWBrowse | Hola a todos del foro
Gracias Paco, eso era lo que estaba buscando, y la verdad no recordaba en que parte del foro estaba.
Mil gracias nuevamente...
Salu2
Francis |
Bitmaps en Menus. ¿Es posible? | Hola amigos
¿Es posible incorporar botones con bitmaps en Menu's ?
Aquí tienen un ejemplo de una demo de programa que usa este sistema.
[img:31a8k1ol]http://hyperupload.com/download/02293ced80/Dibujo.JPG.html[/img:31a8k1ol]
Saludos
Toni Sales |
Bitmaps en Menus. ¿Es posible? | Toni,
Aún no lo hemos implementado en FWPPC. |
Bitmaps en TXbrowse como funciona... | hola amigos del foro.
no logro poner un bitmaps en la TXBrowse cuando la muestro la informacion desde un array..
por favor alguien, tiene alguna idea de como hacerlo
Directo de la DBF, Funciona correctamente.
::oBrw := TXBrowse():New( ::oWnd )
::oBrw:cAlias := DBF_GIRBAN:cAlias
::oCol := Array( 01 )
::oCol[01] ... |
Bitmaps en TsButton: M. Mercado | Saludos.
En cuestion de la clase de Mster. M. Mercado, tengo un detalle que no he podido resolver:
En un boton envio 2 bitmaps para que cambie al recibir el foco, pero ello solo con el mouse, que podre hacer para que al tener el foco cambie al segundo bitmap, sin uso del mouse. Mi fuente es:
#define COLOR_ACEPTA ... |
Bitmaps en el header de XBrwColumn | Cuando hacemos una columna cuyo header solo contiene un bitmap, se pinta mal. Como ejemplo modifique el Testxbrw.prg, en el ejemplo de bitmaps, la columna que dice CLIP y pone un clip. Quité la palabra "CLIP" quedando oCol:cHeader:= "", y queda así:
<!-- m --><a class="postlink" href="http://www.box.net/shared/y0fg7h9... |
Bitmaps en el header de XBrwColumn | Carlos,
Gracias! |
Bitmaps en una Window | Antonio,
Este código:
[code:2t9rv20o]@ 000, 000 IMAGE oBmp NAME "LOGO" OF oWnd[/code:2t9rv20o]
Me da este error de compilación:
[quote:2t9rv20o] Creating library globalpda.lib and object globalpda.exp
globalpda.obj : error LNK2001: unresolved external symbol "void __cdecl HB_FUN_T
IMAGE(void)" (?HB_FUN_TIMAGE@@YA... |
Bitmaps en una Window | Jose Luis,
De momento hazlo como en el tutor11.prg. gracias. |
Bitmaps en una Window | Antonio,
Gracias!!
Quedo a la espera de la implementación de bitmaps por recursos.
Saludos,
José Luis Capel |
Bitmaps en una Window | Jose Luis,
De momento, desde recursos puedes usar botones TBtnBmp con imágenes desde recursos. Revisa el ejemplo samples\TestBmp.prg. |
Bitmaps en una columna de xbrowse | Quizá esto sea muy sencillo, o ya esté en el foro, pero no pude encontrarlo.....
Lo que quiero es en un xbrowse una columna donde dependiendo del valor contenido en otra me presente un bmp diferente, vale decir, tengo 4 bmps, uno rojo, uno verde, uno amarillo y uno transparente.
Quiero colocar en la primer celda de c... |
Bitmaps en una columna de xbrowse | José:
Te voy a mostrar un código que yo uso con un recordset pero la idea es la misma para DBFs
[code=fw:2c1z74g7]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aCol<span style="color: #000000;">[</span> <span style="color: #000000;">5</span><span style="color: #000000;">]</span>:= oBrw:<span... |
Bitmaps en una columna de xbrowse | Gracias Armando,
Lo pruebo y te comento el lunes!!!!!!!! <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Bitmaps en una columna de xbrowse | Tal como lo dijeras, con unos pequeños retoques ha funcionado de maravillas!!!! <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Muchas Gracias!!!!!! <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Bitmaps in Xbrowse | Hi,
I'm converting a listbox that used to contain bitmaps to an xBrowse.
Before, i used to create an array of bitmaps
[code=fw:2vyp6xuc]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">PUBLIC</span> aPics := <span style="color: #000000;">{</span> ;<br ... |
Bitmaps in Xbrowse | In XBrowse:
oBrw:aCols[ n ]:LoadResource( 'CHECKON' )
oBrw:aCols[ n ]:LoadResource( 'CHECKOFF' )
etc....
then
oBrw:aCols[n]:bBmpData := { || If( (oBrw:cAlias)->CONFIRMED, 1, 2 ) } |
Bitmaps in Xbrowse | Still getting a number i'm afraid
Pete |
Bitmaps in Xbrowse | Here is a working sample where my bitmaps are resources compiled in the .exe :
[code=fw:2s62bdjn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg1 <span style="color: #0000ff;">RESOURCE</span> <span style="color... |
Bitmaps in Xbrowse | This is the code i'm using to build the columns:
[code=fw:3u4p3kqb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> oBrw := TXBrowse<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</... |
Bitmaps in Xbrowse | Anyone find any problems with the ReBuildSched function above?
Regards,
Pete |
Bitmaps in Xbrowse | If you can provide a small self contained sample, which we can compile and run at our end, we could come up with some solution for you |
Bitmaps in Xbrowse | Found the problem, it was my mistake <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: -->
Pete |
Bitmaps in buttonbar got shifted up | Antonio, linking with the latest lib emailed to me causes the images in my buttonbar seems to be shifted up. It became from this,
[img:3t19h4vn]http://img713.imageshack.us/img713/5618/barok.jpg[/img:3t19h4vn]
to this,
[img:3t19h4vn]http://img37.imageshack.us/img37/1627/barnotok.jpg[/i... |
Bitmaps in buttonbar got shifted up | Hua,
Please add this function to your main PRG:
[code=fw:21vcycsj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> IsAppThemed<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /><span style="color: #00C800;">return</spa... |
Bitmaps in buttonbar got shifted up | Hua,
This is the right fix to apply:
[img:3ng0c37o]http://img707.imageshack.us/img707/1860/capturesoq.png[/img:3ng0c37o] |
Bitmaps in buttonbar got shifted up | Thanks Antonio. Changed btnbmp.prg and the bitmaps position is now ok but the buttons seems kinda "flat", as though they're in pressed state
Now,
[img:1sa2tk9n]http://img594.imageshack.us/img594/235/buttonflat.jpg[/img:1sa2tk9n]
With FWH11.8 31st Aug
[img:1sa2tk9n]http://img713.imageshack.... |
Bitmaps in buttonbar got shifted up | Hua,
I missed that painting effect, please revert the previous change and apply this one, thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[img:397xox8m]http://img856.imageshack.us/img856/7682/capturetf.png[/img:397xox8m] |
Bitmaps in buttonbar got shifted up | Hi Antonio, with the latest fwbmp.c compiled and updated to fivehgc.lib, I got this error message
[code=fw:2co0biob]<div class="fw" id="{CB}" style="font-family: monospace;">Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_ISCHAR'</span> referenced <span style="color: #... |
Bitmaps in buttonbar got shifted up | Resolved by adding to fwbmp.c[code=fw:7l27x909]<div class="fw" id="{CB}" style="font-family: monospace;"><br />#ifndef HB_ISCHAR<br /> <span style="color: #00D7D7;">#define</span> HB_ISCHAR<span style="color: #000000;">(</span> n <span style="color: #000000;">)</span> <span style="color: #000000;">(</spa... |
Bitmaps in buttonbar got shifted up | Hua,
HB_ISCHAR() is defined in hbapi.h, so you just need to add #include <hbapi.h> <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Bitmaps in buttonbar got shifted up | I see, thanks for the clarification. I guess the error arise as I'm still using a very old version of xHarbour (rev 6406) due to some bugs making my hbapi.h outdated. |
Bitmaps in buttonbar got shifted up | Antonio,
FYI, I tried compiling fwbmp.c using MinGW + Harbour 17053. To get the obj file I compile using my [color=#4000FF:2w0tw925][b:2w0tw925]-.bat[/b:2w0tw925][/color:2w0tw925] which contain this[code=fw:2w0tw925]<div class="fw" id="{CB}" style="font-family: monospace;"><br />hbmk2 %<span style="color: #000000;">1... |
Bitmaps in buttonbar got shifted up | Hua,
Please check how hb_stornl() is defined in your used hbapi.h and copy it here, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Bitmaps in buttonbar got shifted up | Here you go[code=fw:xbcr1xw6]<div class="fw" id="{CB}" style="font-family: monospace;"><br />extern HB_EXPORT int hb_stornl<span style="color: #000000;">(</span> long lValue, int iParam <span style="color: #000000;">)</span>; <span style="color: #B900B9;">/* stores a long on a variable by reference... |
Bitmaps limitation | Dear Antonio, have you found the time to examine the issue I sent you some days ago?
EMG |
Bitmaps limitation | Enrico,
Not yet. Its on the to-do list |
Bitmaps limitation | Thank you!
EMG |
Bitmaps on listbox | I cannot see the bitmaps
why ?
[code=fw:2tfw9cic]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FWCE.ch"</span><br /><br /><br /><span style="color: #00D7D7;">#Define</span> EVENT_SIP <span style="color: #000000;">224</span... |
Bitmaps transparentes | Hola,
He intentado mostrar un bitmap transparente y da error en el método paint.
oBitmap:lTransparent := .T. después de definirlo
¿ No se puede poner transparente en una pocket ?
Un Saludo,
Joaquín |
Bitmaps transparentes | Joaquín,
Puedes publicar un pequeño ejemplo autocontenido de cómo lo has probado ? gracias |
Bitmaps transparentes | Antonio,
REDEFINE BITMAP ::oBitmap ID 200;
OF ::oDlg;
RESOURCE "MIBITMAP"
::oBitmap:lTransparent := .T.
Esto sí me funciona en FWH.
Un Saludo,
Joaquín |
Bitmaps transparentes | Antonio,
¿ Alguna noticia sobre esto de las transparencias ?
Un Saludo,
Joaquín |
Bitmaps transparentes | Joaquín,
Podemos proporcionar soporte técnico más rapidamente cuando se nos proporciona un ejemplo completo, pequeño y autocontenido, que podamos probar rapidamente. |
Bitácora de Sistema | Hola a todos <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Quería pedir a Uds. sugerencias sobre como hacer para almacenar en una tabla de bitácora todos los tipos de movimientos, terminal y usuario que los realizó, tengo que hacer una modificación para implementar esto en ... |
Bitácora de Sistema | Jose:
Lo que hago es que cada usuario tiene un nombre y contrañesa para poder saber quien entra al sistema y hacer movimientos, cada usuario tiene ciertos niveles y privilegios a funciones dentro del sistema y permisos ya sea para crear nuevos registros, borrarlos, modificarlos o consultar en pantalla o imprimirlos:... |
Bitácora de Sistema | Saludos
Podrian poner un ejemplo de auditar un usuario que realize una insercion de datos a una tabla? |
Bitácora de Sistema | Muy bello trabajo,
Gracias por tu ayuda, ya me ha dado algunas ideas que combinaré con otras que ya tengo, MUUUUUCHAS GRACIAS <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Si alguien más quisiera poner su granito de harena lo agradeceré <!-- s:) --><img src="{SMILIES_PATH}... |
Bitácora de Sistema | Si estas usando algo diferente a MySQL, puedes hacer como lo que dice el colega, llamas una funcion al momento de agregar, modificar, elimina o hasta de imprimir datos, que en mi caso tambien la llamo bitacora de usuario y alli dependiendo de lo que haga, creo un registro que contiene..COD.USER, COD.DEL MODULO, COD.SI ... |
Bitácora de Sistema | José, mira si estos trozos de codigo ayudan en algo. Servirían para controlar accesos desde el menú principal.
[code=fw:3vpms87v]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">static</span> aAMB := <span style="color: #000000;">{</span><span style="color: #000000;">&#... |
Bitácora de Sistema | [quote="FranciscoA":26xql6ux]José, mira si estos trozos de codigo ayudan en algo. Servirían para controlar accesos desde el menú principal.
[code=fw:26xql6ux]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">static</span> aAMB := <span style="color: #000000;">{</span><sp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.