topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Comments and requests about TWBrowse | Enrico,
Sorry, your lockwindowupdate() idea doesn't prevent the repainting. See sample code below. Press the lock button then move the custor over the browse and you will hear lots of beeps.
[quote:10ov1eia]Sorry, but you didn't report any concrete problem so far. Can we see a reduced and self-contained sample still ... |
Comments and requests about TWBrowse | Enrico, James,
I put this line of code in a my application
oBrw:bSkip:= {|nRecs| ( logfile( "eventi.txt" , { oBrw:nRowCount() , recno() } ), tabella->(dbskipper( nRecs)) ) }
tabella.dbf has 11400 records it's about 9 MB
tabella.cdx has 20 TAG inside it's about 1,5 MB
In eventi.txt file I found this
158 s... |
Comments and requests about TWBrowse | [quote="James Bott":3fcchafx]The problem is the slow repainting. The reduced and self-contained example is below.[/quote:3fcchafx]
Sorry James, but your sample doesn't show anything useful. I can hear a single beep when leaving the window, and that's all. I need a sample of the real problem.
EMG |
Comments and requests about TWBrowse | [quote="MarcoBoschi":37jqt5cu]29 skipped records Vs only 8 rowse on the screen
is it normal?[/quote:37jqt5cu]
Can I see a real sample of the problem?
EMG |
Comments and requests about TWBrowse | Enrico,
here below there is the sample of James modified.
I write with logfile function, I remove beep.
It 'obvious that all is well with the table customer ther are no problems.
With another table I see differences between
oLbx:nRowCount() and lines written into events.txt log file
// Test disabled TWBrowse fo... |
Comments and requests about TWBrowse | I found this inside events.txt:
07/22/10 14:38:37: 14 1
07/22/10 14:38:37: 14 1
07/22/10 14:38:37: 14 2
07/22/10 14:38:37: 14 3
07/22/10 14:38:37: 14 4
07/22/10 14:38:37: 14 5
07/22/10 14:38:37: 14 6
07/22/10 14:38:37: 14 7
07/22/10 14:38:37: 14 8
07/22/10 14:38:37: 14 9
07/22/10 14:38:37: 14 10
07/22/10 14... |
Comments and requests about TWBrowse | Enrico,
let's start from beginning
Compile and run this little sample program.
drag another little window over the window of this program
You have to note that refresh or repaint ( you understand me ) is slow
Is much slower if you work online and with a larger table or with more table with relationship between th... |
Comments and requests about TWBrowse | [quote="MarcoBoschi":2rt096t0]Enrico,
let's start from beginning
Compile and run this little sample program.
drag another little window over the window of this program
You have to note that refresh or repaint ( you understand me ) is slow
Is much slower if you work online and with a larger table or with more tabl... |
Comments and requests about TWBrowse | Enrico,
Seeing is believing...
take a look at
[url:2kb36pj8]http://www.marcoboschi.it/public/fivewin.avi[/url:2kb36pj8] |
Comments and requests about TWBrowse | I'm not saying that you don't have a problem. I'm only saying that your sample doesn't show it here. I see that you are using a different sample. Can I try with the exact sample are you using? I cannot help you if I cannot see the problem here.
EMG |
Comments and requests about TWBrowse | ...and this is with excel
[url:2vtmbub3]http://www.marcoboschi.it/public/excel.avi[/url:2vtmbub3] |
Comments and requests about TWBrowse | #include "fivewin.ch"
function main()
local oWnd, oLbx
SET DELETED ON
SET EXCLUSIVE OFF
use customer
define window oWnd title "Test Browse"
@ 0 , 0 listbox oLbx fields alias "customer" of oWnd
oWnd:oClient:= oLbx
activate window oWnd MAXIMIZED
return nil |
Comments and requests about TWBrowse | Ok, now I can see the problem. But please test this new sample:
[code=fw:210lx8u3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="col... |
Comments and requests about TWBrowse | Enrico,
I've tested your last sample.
Slowness is less evident.
I propose to slightly modify your program to make it more like a real work situation.
I don't believe that in your network you have good performance again.
I'm not talking about a failure.
I want to know if is it possible to rearrange this excellent... |
Comments and requests about TWBrowse | Ok, the difference seems to be the SHARED clause, that is expected. With SHARED clause I can see the slow refresh even without indexes. I don't know if TWBrowse can be improved but the major benefit would be in improving DBF's shared access speed, if it were possible.
EMG |
Comments and requests about TWBrowse | Ok Enrico
Thanks |
Comments and requests about TWBrowse | OK, Enrico, here is a better example. I have really slowed down the screen painting with a delay and you can watch it repaint one step at a time after you move another window over it. You also hear all the beeps. A log file will be written that shows all the records read during the repainting. And you can disable() or ... |
Comments and requests about TWBrowse | Enrico,
[quote:bugxsg46]I don't know if TWBrowse can be improved but the major benefit would be in improving DBF's shared access speed, if it were possible.[/quote:bugxsg46]
Here is a possible solution. In the LostFocus() method, copy all visible records into a buffer array. Then during refresh if the control does no... |
Comments and requests about TWBrowse | Enrico,
James's suggestion is very very interesting.
Thanks |
Comments and requests about TWBrowse | [quote:211ivnmb]Here is a possible solution. In the LostFocus() method, copy all visible records into a buffer array. Then during refresh if the control does not have focus() then repaint using the array, otherwise repaint by reading records from the source.
When the control gets focus, reset the lHasFocus variable to... |
Comments and requests about TWBrowse | Excuse me,
in these days I'm under pressure.
I've forgot to tell you that I tested your samples
It's a valid solution except for a little visual effect
There is a little flickering in your sample and in this (rewritten by me) there are
other problems that I am not able to resolve.
This is the only one working s... |
Comments and requests about TWBrowse | Marco,
[quote:3v0cq52y]There is a little flickering in your sample and in this (rewritten by me) there are other problems that I am not able to resolve.[/quote:3v0cq52y]
What other problems are you having?
James |
Comments and requests about TWBrowse | [code=fw:sikb290k]<div class="fw" id="{CB}" style="font-family: monospace;">There is a little flickering in your sample</div>[/code:sikb290k]
I knew this and also I thought this could be fixed. If in principle, this is taking us in the right direction avoiding re-reading data from source atleast when repainting in non-... |
Comments and requests about TWBrowse | This solution in my opinion is good:
[code=fw:1hgr6lyg]<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;">'xbrowse.ch'</span><br /><br ... |
Comments and requests about TWBrowse | up |
Comments and requests about TWBrowse | Marco,
[quote:3krb51or]Since in a dialog I have other obiects... is it possible in Paint method to check Focus of entire dialog instead of TWBROWSE object?[/quote:3krb51or]
Do you mean this ?
if ::hSaveScr != nil .and. GetFocus() != ::oWnd:hWnd // it was ::hWnd |
Comments and requests about TWBrowse | Yes Dear Friend.
Perhaps even refer to the application itself!
Is it possible?
Marco |
Comments and requests about TWBrowse | [size=150:1krrjwsy]Saving and restoring the bitmap is painting the saved image one pixel off from the original position. This can be fixed[/size:1krrjwsy]
Excuse me but this small problem has been resolved? |
Comments and requests about TWBrowse | Marco,
If you are using a shared DBF and if another user changes a record, you will not see his changes using this technique |
Comments and requests about TWBrowse | Antonio,
I know.
The solution of nage is very very good in my opinion.
A Bitmap instead of rows
There is a little shit from bmp image and real image
There are some programs for indivual use and that operate in static tables
bye |
Comments and requests about TWBrowse | [quote:2exxl4qs]
I knew this and also I thought this could be fixed. If in principle, this is taking us in the right direction avoiding re-reading data from source atleast when repainting in non-focused state, then we can proceed further to improve this.
Saving and restoring the bitmap is painting the saved image one ... |
Comments and requests about TWBrowse | Marco,
Try with different values from zero here:
DrawBitmap( ::hDC, ::hSaveScr, 1, 0 ) |
Comments and requests about TWBrowse | Antonio,
perhaps negative numbers?
Bye
marco |
Comments and requests about TWBrowse | Yes, try it |
Comments and requests about TWBrowse | <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
Antonio,
unfortunately does not work.
bye |
Comments and requests about TWBrowse | Marco,
In FWH/source/winapi/bmpdraw.c DrawBitmap() is defined as:
void DrawBitmap( HDC hdc, HBITMAP hbm, WORD wCol, WORD wRow, WORD wWidth,
WORD wHeight, DWORD dwRaster )
please change it as:
void DrawBitmap( HDC hdc, HBITMAP hbm, int wCol, int wRow, WORD wWidth,
WORD wHeight, DWOR... |
Comments and requests about TWBrowse | Antonio,
Now I am satisfied!
No more slowness in repainting <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) -->
And no more <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> unnecessary network traffic |
Comments and requests about TWBrowse | Marco,
Very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Please copy here your final code for wbrowse max speed, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Comments and requests about TWBrowse | Antonio,
when this application is in bacground if I move dialogs of other programs in the desktop
If a repaint is needed is faster.
It is obviuos that you have to try this code with a large table with open index, perhaps with many relations to appreciate the difference between a dialog with this device and not the... |
Comments and requests about TWBrowse | Very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Comming Soon : ViaCORAL 1.1 Skin Buttons. | Hello
It's support old xHarbour 0.92+FWH 2.5/2.6 ?
Regards,
Richard |
Comming Soon : ViaCORAL 1.1 Skin Buttons. | Gonna love this! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
Comming Soon : ViaCORAL 1.1 Skin Buttons. | Hello
I have old AP( xHarbour 0.92+FWH2.3 or FWH2.4).
Your new version 1.1 support it?
Have you call new FWH's kernal function?
I afraid my old tools incompatible your v1.1
Regards,
Richard |
Comming Soon : ViaCORAL 1.1 Skin Buttons. | [quote="Fernando Mancera":3qy5ixj1]Hello,
[quote:3qy5ixj1]I have old AP( xHarbour 0.92+FWH2.3 or FWH2.4).
Your new version 1.1 support it?
Have you call new FWH's kernal function?
I afraid my old tools incompatible your v1.1[/quote:3qy5ixj1]
We have tested ViaCoral 1.1 up to FWH 6.12 version and it works 100% ok.
... |
Commit en clase database | Hola,
No se si ya alguien pregunto sobre esto, pero recien note que la clase database, antes de hacer un ::unlock() no tiene un ::commit().
La ayuda de Clipper, y muchos textos mas, recomiendan hacer un COMMIT antes de un UNLOCK para conservar la integridad de datos...
Debo modificar la clase database para tomar en ... |
Commit en clase database | Julio,
ya hemos modificado la Clase TDataBase para que se llame a ::Commit() siempre antes de llamar a ::Unlock(). Gracias.
Si, puedes modificarla, y enlazarla en tu PRG ó bien reemplazarla en la librería. |
Commit en clase database | Antonio se usa uno laço de repeticion com muitos registros se torna muy lento executar lo commit a cada unlock.
Sugestão?
Gracias. |
Commit y RollBack | Hola amigos del foro:
Tengo una curiosidad, si el Commit/DBCommit() sirve para VOLCAR (escribir) los buffers de memoria (FIELDS e INDICES) a disco, ¿habra alguna forma o funcion que permita vaciar estos buffers de la memoria???. Asi evitariamos que se escriban/graben a disco en forma controlada.
Si existiera esa func... |
Commit y unlock | Saludos.
Una cuestion de que es mejor.
ante un bloque de registro y para liberarlo se usa unlock
el commit debe ir antes del unlock o despues?
como si fuera principiante ante esto...
gracias. |
Commit y unlock | Antes,
Para forzar el windows a grabar el registro en la base de datos.
Saludos. |
Commit y unlock | dUnlock hace una llamada al metodo SELF_GOCOLD que se encarga de actualizar los buffer internos y de escribir en dico si es necesario por lo que commit está implicito. |
Commit y unlock | Manuel,
Aun a pesar de que pienso que conoces las interioridades Rdd de Harbour mejor que yo, veo extraño lo que dices. Simplemente, si COMMIT no hiciera nada, seguro que V. Szatkas ya lo habria eliminado de las funciones de Harbour. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s... |
Commit y unlock | Hola Noe Aburto, lo hago de esta manera, hubo un gran debate sobre [url="http://fivewin.com.br/index.php?/topic/21870-indexacao-constante/"]el tema[/url].
para agregar un nuevo registro
dbAppend( .F. )
IF neterr()
? "no bloqueado récord"
else
replace ......
endif
actualizar un registro
IF Rlock()
dbSetOrder( 0 )
re... |
Commit y unlock | To All
Just a word of caution using dbCommit() .. for just a single record dbCommit() during an update, append or deletion is fine, however, if you are updating many records in a Do While loop, you will notice dbCommit() after each update will cause your Do While loop to become extremely slow. In cases where I am maki... |
Commit y unlock | No tiene nada que ver una cosa con la otra.
El dbUnLock() hace un dbcommit() pero no al contrario.
Se puede mantener el bloqueo y hacer un commit para que el cambio sea visible para otros usuarios del aplicativo en la red y no puedan borrar o modificar el registro bloqueado.
No sé si me explico bien <!-- s:-) --><img ... |
Common dialogs | Hola, pregunto: ¿Existe alguna manera de hacer que los common dialogs se vean más grandes?
Me explico, estoy haciendo una aplicación, tipo OneNote, que se puede usar tanto en ordenadores como en moviles o tablets (a través de Terminal Server), todas las fuentes que utilizo, las pantallas, botones, dialogos, etc. los a... |
Common dialogs | All these common dialogs use Windows function MessageBox().
<!-- m --><a class="postlink" href="https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messagebox">https://docs.microsoft.com/en-us/window ... messagebox</a><!-- m -->
Fonts and dialog sizes are managed by Windows and there is no way FWH ca... |
Common dialogs | Thank you mr Rao, I will have to do them |
Comms | Is comms built in to the FWFPPC system or can I use any comms library that I currently use with Fivewin?
I need to be able to use xModem Transfer. |
Comms | FWPPC provides comm support, though xmodem is a specialized protocol that is not directly supported by Windows Mobile OS.
You can't use your PC libraries, unless you get a version built for ARM compatible processors. |
Communication with ARM9 | I just order FWPPC for running on S3C2440 Friendly ARM9 with Windows CE 5.0-6.0, When test the samples SetComm.prg return is .f. and TestComm.prg notthing happen.
I try to use this code for capture the result but function OpenCom return value of hComm more than 9 and alway change.
#include "FWCE.ch"
#define BUFF_IN... |
Communication with ARM9 | When you run TestComm.prg, what msg do you see on the screen ?
Msginfo("Fallo al abrir "+ cComm)
Msginfo( "Fallo al iniciar RAWIR")
MsgInfo("Fallo al configurar "+ cComm)
(these msgs are inside TestComm.prg) |
Communication with ARM9 | For SetComm.prg output display .f. in msginfo()
For original TestComm.prg nothing display
but after I insert
///////////////////////////
function main
local nComm
nComm=OpenCom()
msginfo(str(nComm))
return nil
///////////////////////////
the output is 5835267,5835523,5835779 and always change every time when I execu... |
Communication with ARM9 | Surasak,
If you don't get any MsgInfo() then it is fine, where does it fail ? |
Communication with ARM9 | Program error when I use function ComSend and ComRead Tomorrow I will send you the error message |
Communication with ARM9 | I just found my mistake,
Now I can work on it.
Thank you very much for your help |
Communication with ARM9 | Very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Como Coloco dos lineas en titulo de xbrowse | Buen dia como coloco dos lineas en titulo de browse, actualmente lo hago asi y no hace el saldo de linea. Lo hago asi. oBrw:aCols[ 5 ]:cHeader := "Doc.Trans"+CHR(10)+"Anulacion" [code:39xb81f7]
oBrw := TXBrowse():New( oDlg28 )
oBrw:CreateFromResource( 4002 ) /... |
Como Coloco dos lineas en titulo de xbrowse | Ruben DArio:Asi lo hago:oCol:cHeader:= "Número Usuario"+CHR(10)+"Nombre Usuario" SaludosRuben Fernandez |
Como Coloco dos lineas en titulo de xbrowse | oBrw:nHeaderLines = ndonde "n" es el numero de lineas que desees[code:3507szcr] oBrw:aCols[ 5 ]:cHeader := "Doc.Trans"+CRLF+"Anulacion" [/code:3507szcr] |
Como Ingreso la columnas atraves de un array en xbrowse | saludos al forum
cldatos := {"nombre","vend"}
cltitul := {"Codigo","Nombre"}
clpictur := {Nil,Nil}
clwinth := {40,360}
clfoter := {"Codigo","Nombre"}
clalidat := {"AL_LEFT","AL_LEFT"} //L,R,C
clalitit := {"AL_LEFT","AL_LEFT"}
clalogico := {" "," "}
clBmpData := {" "," "}
Tengo hago para que me tome el va... |
Como adiciono esta funcion a mi ejecutable | Amigos necesito esta funcion como la agrego a mi aplicacion#pragma BEGINDUMP#include <hbapi.h>#include <windows.h>CLIPPER ISEXERUNNING( PARAMS ) // ( cExeNameCaseSensitive ) --> lResult{ HANDLE hMutex = CreateMutex( NULL, TRUE, ( LPTSTR ) _parc( 1 ) ); _retl( GetLastError() == ERROR_ALREADY_EXISTS ); ReleaseMutex... |
Como adiciono esta funcion a mi ejecutable | Vladimir,Hazlo asi:[code:2aome1tz]
#pragma BEGINDUMP
#include <hbapi.h>
#include <windows.h>
HB_FUNC( ISEXERUNNING ) // ( cExeNameCaseSensitive ) --> lResult
{
HANDLE hMutex = CreateMutex( NULL, TRUE, ( LPTSTR ) hb_parc( 1 ) );
hb_retl( GetLastErro... |
Como convertir Getsyscolor() a RGB | Eso amigos
Tengo el color del windows con GetSysColor() como lo convierto a RGB para colorearlo
identicamente como formulario web.
<script language="Javascript">
document.write(RGB2HTML(255,34,33));
</script>
Saludos |
Como convertir Getsyscolor() a RGB | Vladimir,
nRed = nRGBRed( nRGBColor )
nGreen = nRGBGreen( nRGBColor )
nBlue = nRGBBlue( nRGBColor ) |
Como convertir Getsyscolor() a RGB | //-> Tabela de Colores
<!-- m --><a class="postlink" href="http://www.oho.com.br/cores.htm">http://www.oho.com.br/cores.htm</a><!-- m -->
Saludos. |
Como convertir Getsyscolor() a RGB | [quote:on7mjz6i]//-> Tabela de Colores
<!-- m --><a class="postlink" href="http://www.oho.com.br/cores.htm">http://www.oho.com.br/cores.htm</a><!-- m -->[/quote:on7mjz6i]
João Santos,
Gracias. Página web muy útil que muestra la mayor parte de la combinación de colores de color
Saludos
Anser |
Como convertir Getsyscolor() a RGB | Gracias João
Por compartir la Tabla de colores, es muy útil
Saludos
Adhemar |
Como le envio comandos AT al modem | Estimados Colegas
Como hago para enviarles comando AT al modem y obtener
respuesta.
Gracias
Fabian
<!-- e --><a href="mailto:databaselab2002@yahoo.com.ar">databaselab2002@yahoo.com.ar</a><!-- e --> |
Como le envio comandos AT al modem | Fabian,
Tienes un ejemplo operativo en samples\phone.prg |
Como le envio comandos AT al modem | En phone.prg hay que modificar la llamada a SetCommState() para que reciba nComm como el primer parámetro.
Es una modificación propia del API de Win32. |
Como ""matar"" un proceso activo | Al empezar a ejecutar una tarea me gustaria poder "matar" ( o sea, "finalizar el arbol de procesos") un proceso que me aparece en el Administrador de tareas como "FtLnSop.exe". No sé el título de su ventana o sea, que no puedo utilizar GetWindowTitle() para identificarlo. Alguien podría sugerirme alguna rutina del est... |
Como ""matar"" un proceso activo | Oskar: Te lo agradeceré muchísimo. Llevo dos dias intentándolo y ya no sé que más probar.
Rafael |
Como ""matar"" un proceso activo | Oskar:
Muchas gracias por tu rápida respuesta.
He intentado compilar tu ejemplo (añadiendo include "sql.ch") pero me da un error de sintaxis en la linea "For each...". He hecho la prueba utilizando FWH 2.6 y Harbour junto con el buildh.bat estandard.
Supongo que, además, me falta el TOleAuto(). Me podrías dar una... |
Como ""matar"" un proceso activo | Rafael,
Puedes usar TerminateProcess()
<!-- m --><a class="postlink" href="http://support.microsoft.com/default.aspx?scid=KB;en-us;178893&">http://support.microsoft.com/default.as ... us;178893&</a><!-- m --> |
Como ""matar"" un proceso activo | Antonio:
Supongo que habrá que llamar a Terminate Process() mediante alguna función en C. Podrías postear un ejemplo simple, por favor?
Gracias
Rafael |
Como ""matar"" un proceso activo | Oskar:
Utilizo Harbour Compiler Alpha build 44.0 (Flex) y FWH/FWHX 2.6 May/2005
Saludos
Rafael |
Como Abrir Arquivos de Imagem DICOM ?? | Estou precisando abrir arquivos de imagem DICOM, são imagens utilizadas na medicina : tomografia/RaioX/Resonancia,
Alguem com experiencia no assunto ??
Obrigado pela atenção e colaboração de todos |
Como Abrir gaveta de dinero desde FWH | Hola amigos, alguien sabe como enviar una interrupcion a una gaveta de dinero para que una vez impreso el documento se abra y entregar el cambio.... esta gaveta se conecta a la impresora matricera por un cable RJ
Muchas Gracias
Mauro |
Como Abrir gaveta de dinero desde FWH | ai van "27,112,0,60,240"
salu2
Paco |
Como Abrir gaveta de dinero desde FWH | Hola Paco
Gracias por tu ayuda, esa codificación "27,112,0,60,240" la envias a traves de alguna instrucción?? ..... chr("27,112,0,60,240") por ejemplo?
salu2
Mauro |
Como Abrir gaveta de dinero desde FWH | jeepero, yo lo uso con tdosprn asi:
oPrn:Command("27,112,0,60,240")
salu2
paco |
Como Abrir gaveta de dinero desde FWH | Muchas gracias Paco funciona increible <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
salu2 |
Como Actilizar 2º Combobox ANIDADOS "" URGENTE "" | Hola Amigos.
Tengo 2 Combobox, al seleccionar un elemento en e 1º, no logro que se actualice la lista del 2º Combobox.
Agregadeciendo su ayuda,
Muchos Saludos
Antonio.
Dejo parte del codigo:
[code=fw:80jnk764]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> @ <span style="color: #00000... |
Como Actilizar 2º Combobox ANIDADOS "" URGENTE "" | [code=fw:3tupuxep]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Static</span> <span style="color: #00C800;">function</span> combo2<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /><span style="color: #00C800;">LOCAL</span> oCo... |
Como Actilizar 2º Combobox ANIDADOS "" URGENTE "" | Hola Jesus
Muchas gracias por responder.
No logro hacerlo funcionar, ya que mi Array son Multidimencionales ambos.
Del tipo:
aExamenes,{"EC ","EXAMEN 1 "})
aExamenes,{"RX ","EXAMEN 2 "})
El Primer Combobox, debe mostrar "EXAMEN 1" y al seleccionar, debo obteber "EC".
Aquí obtengo el codigo ===> ON CHANGE ... |
Como Actilizar 2º Combobox ANIDADOS "" URGENTE "" | Buenos días Antonio
No veo como has definido las variables. Si son locales, staticas, etc....
No veo la estructura de los arrays.
Tampoco veo la función ArrTranspose(), y por lo tanto no veo lo que devuelve.
Pero entiendo que el funcionamiento debería ser el mismo para un array de una dimensión, o multidimensional.
S... |
Como Actilizar 2º Combobox ANIDADOS "" URGENTE "" | O prueba este otro ejemplo. He puesto tus datos en el primer array. A ver si así te aclaras mas. En el botón, te sale un mensaje con las opciones seleccionadas.
[code=fw:b5h8l4ha]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Static</span> <span style="color: #00C800;">fu... |
Como Actilizar 2º Combobox ANIDADOS "" URGENTE "" | También veo que tienes un campo Memo. Si, por ejemplo, lo quieres actualizar de forma dinámica, cuando algunos de los dos combos cambien, utiliza esto :
(pruébalo y veras como cambia el objeto SAY que he puesto. Modifícalo a tu gusto y ejecuta las acciones que necesites)
[code=fw:ego4db13]<div class="fw" id="{CB}" s... |
Como Actilizar 2º Combobox ANIDADOS "" URGENTE "" | Hola Jesus.
Muchas gracias por tu preocupacion y tiempo que me has dedicado.
He revisado tus codigos ejemplos, veo que trabajas con doble Array, la verdad que me perdi, ya que desde el bChange, debo mandar a carjar a una function el segundo Array.
Se que te he molestado mucho, pero mira el primer codigo que me envia... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.