topic
stringlengths
1
63
text
stringlengths
1
577k
Ayuda Como puedo leer los emails del servidor de mi Isp
Fabian, Revisa FWH\samples\TestPop3.prg
Ayuda Con NetCard() harbour y xharbour
Un Saludo a Todos Soy Nuevo en El Foro y pues me asalta la duda sobre el uso de esta funcion que al ser compilada con xharbour funciona muy bien, pero al ser compilada con harbour no regresa ningun valor, soy totalmente nuevo sobre el uso de harbour les agradeceria la ayuda me puedan prestar Gracias y a sus Ordenes Carlos I De La Rosa <!-- e --><a href="mailto:carloslmm@hotmail.com">carloslmm@hotmail.com</a><!-- e -->
Ayuda Con NetCard() harbour y xharbour
Carlos, Que versión de FWH usas ? Puedes mostrar un ejemplo de como llamas a NetCard() y muestras su valor ? gracias
Ayuda Con NetCard() harbour y xharbour
Gracia Señor Antonio La Version que Uso es la FWH 9.11, la actualise hace poco, y uso el ejemplo que viene en el directorio samples, lo compile con los archivos que ahi vienen el buildx.bat y el otro el buildh.bat, asi de sencillo lo compilo con buildx.bat y funciona que es el de xharbour y al compilarlo con buildh.bat de harbour no aparece nada, asi como la imagen que anexo Gracias por su respuesta A un Comentario Si vale la Pena la ACTUALIZACION para los que tengan Dudas, Hoy en dia FWH su crecimiento es Enorme. Carlos I. De La Rosa [img][b:3ck3oe83]carloslmm@hotmail.com[/b:3ck3oe83]
Ayuda Con NetCard() harbour y xharbour
Carlos, Por favor prueba a enlazar este módulo netcrdid.obj que debe solucionar el problema: <!-- m --><a class="postlink" href="http://www.mediafire.com/?5witmxoq1n3">http://www.mediafire.com/?5witmxoq1n3</a><!-- m --> Publicamos una nueva revisión de FWH 9.12 con esta corrección. Gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Ayuda Con NetCard() harbour y xharbour
Señor Antonio Gracias por su ayuda ya quedo listo Le Agradesco su Pronta respuesta, Un saludo a todos y que pasan Feliz Año Nuevo, Y que siga Creciendo FiveWin SIn Limites Carlos I. De La Rosa <!-- e --><a href="mailto:carloslmm@hotmail.com">carloslmm@hotmail.com</a><!-- e -->
Ayuda Con Puertos COMM
Un Saludo a Toda la Comunidad Antes Que nada, Agradesco la Ayuda posble sobre este tema, Tengo un Cliente Con una Bascula la cual esta conectada al puerto com1: todo se enlasa muy bien recibo informacion del puerto y la muestrio hasta ahi todo esta bien, solo que ese indicador se le puede enviar comandos que especifica el manual, le mando que borre algo del indicador de la bascula y no me recibe ningun comando, Pero si lo haces del hyperterminal, con la misma configuracion y recibe informacion y le tecleas los comandos directamente y los ejecuta, ya le cambie todo al programa y nada, si alguien tinen algo de informacion se los agradeceria Muchisimo. Fwh 9.12 y Harbour Gracias y a Sus Orden Carlos I. De La Rosa <!-- e --><a href="mailto:carloslmm@hotmail.com">carloslmm@hotmail.com</a><!-- e --> Los Mochis, Sin.
Ayuda Con Puertos COMM
Carlos, Como estas haciendo para enviarle los datos al puerto com ? Muestranos el código y lo revisamos. Tambien puedes revisar ejemplos en FWH\samples\TestComm.prg y Phone.prg
Ayuda Con Puertos COMM
Gracias Señor Antonio, Claro que si, le agradesco su atencion, aqui anexo la funcion que realiza la consulta y envio de datos [code=fw:14g8syqm]<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;">"TCBrowse.ch"</span><br /><br /><br /><span style="color: #00D7D7;">#define</span> FULL_SIZE &nbsp;<span style="color: #000000;">405</span><br /><span style="color: #00D7D7;">#define</span> HALF_SIZE &nbsp;<span style="color: #000000;">260</span><br /><br /><span style="color: #00D7D7;">#define</span> IN_BUFFER &nbsp; <span style="color: #000000;">128</span><br /><span style="color: #B900B9;">//#define IN_BUFFER &nbsp; 128</span><br /><span style="color: #00D7D7;">#define</span> TERM_SIZE &nbsp;<span style="color: #000000;">128</span><br /><br /><span style="color: #00C800;">static</span> mandaeste,pesox,ncomm,obrwti,nBytes<br /><span style="color: #00C800;">static</span> osay01,oFont1m,oFont2m,cadenax,oget6<br /><br /><span style="color: #00C800;">Function</span> TICKET<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />store space<span style="color: #000000;">&#40;</span><span style="color: #000000;">15</span><span style="color: #000000;">&#41;</span> &nbsp; <span style="color: #0000ff;">to</span> mandaeste<br />store <span style="color: #ff0000;">"000000000"</span> <span style="color: #0000ff;">to</span> pesox<br />store <span style="color: #000000;">0</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">to</span> folix,nBytes<br />store fob &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">to</span> fec1<br />store space<span style="color: #000000;">&#40;</span><span style="color: #000000;">30</span><span style="color: #000000;">&#41;</span> &nbsp; <span style="color: #0000ff;">to</span> cadenax<br /><br /><span style="color: #0000ff;">select</span> <span style="color: #000000;">26</span><br />errnet = netuse<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'ticket'</span>,.f.,<span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">if</span> errnet = .f.<br />&nbsp; &nbsp;<span style="color: #00C800;">return</span> .f.<br /><span style="color: #00C800;">endif</span><br />set <span style="color: #0000ff;">index</span> <span style="color: #0000ff;">to</span> ticket<br />set order <span style="color: #0000ff;">to</span> <span style="color: #000000;">1</span><br />campoti = <span style="color: #000000;">&#123;</span> field<span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span>,field<span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>,field<span style="color: #000000;">&#40;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span>,field<span style="color: #000000;">&#40;</span><span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span>,field<span style="color: #000000;">&#40;</span><span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>,field<span style="color: #000000;">&#40;</span><span style="color: #000000;">6</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br /><br /><span style="color: #B900B9;">//SET RESOURCES TO "bb.DLL"</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont1m <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Ms sanserif"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-14</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont2m <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Ms sanserif"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-62</span><br />nComm := linitComm2<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> paciare <span style="color: #0000ff;">resource</span> <span style="color: #ff0000;">'TICKET'</span> <span style="color: #0000ff;">of</span> oWnd<br /><br /><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oget1 &nbsp; &nbsp;<span style="color: #0000ff;">Var</span> folix &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ID</span> <span style="color: #000000;">505</span> <span style="color: #0000ff;">OF</span> paciare &nbsp;<span style="color: #0000ff;">Picture</span> <span style="color: #ff0000;">'9999999'</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oget2 &nbsp; &nbsp;<span style="color: #0000ff;">Var</span> fec1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ID</span> <span style="color: #000000;">517</span> <span style="color: #0000ff;">OF</span> paciare<br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oget6 &nbsp; &nbsp;<span style="color: #0000ff;">Var</span> cadenax &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ID</span> <span style="color: #000000;">511</span> <span style="color: #0000ff;">OF</span> paciare<br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oget3 &nbsp; &nbsp;<span style="color: #0000ff;">Var</span> mandaeste &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ID</span> <span style="color: #000000;">503</span> <span style="color: #0000ff;">OF</span> paciare &nbsp;<span style="color: #0000ff;">picture</span> <span style="color: #ff0000;">"@!"</span><br />&nbsp; &nbsp;<span style="color: #B900B9;">//REDEFINE SAY osay01 &nbsp; Prompt pesox &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ID 600 OF paciare &nbsp; FONT oFont2m &nbsp;Picture '9,999,999'</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> osay01 &nbsp; <span style="color: #0000ff;">Var</span> pesox &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ID</span> <span style="color: #000000;">600</span> <span style="color: #0000ff;">OF</span> paciare &nbsp;<span style="color: #0000ff;">picture</span> <span style="color: #ff0000;">"@!"</span> &nbsp; <span style="color: #0000ff;">FONT</span> oFont2m<br /><br />&nbsp; &nbsp;oget1:<span style="color: #000000;">disable</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;oget2:<span style="color: #000000;">disable</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;osay01:<span style="color: #000000;">disable</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;oget1:<span style="color: #000000;">ldiscolors</span> = .f.<br />&nbsp; &nbsp;oget2:<span style="color: #000000;">ldiscolors</span> = .f.<br />&nbsp; &nbsp;osay01:<span style="color: #000000;">ldiscolors</span> = .f.<br /><br /><span style="color: #0000ff;">select</span> <span style="color: #000000;">26</span><br /><span style="color: #0000ff;">REDEFINE</span> BROWSE obrwti <span style="color: #0000ff;">ID</span> <span style="color: #000000;">510</span> <span style="color: #0000ff;">OF</span> paciare &nbsp;GRID <span style="color: #0000ff;">MESSAGE</span> <span style="color: #ff0000;">"Ticket"</span> <span style="color: #B900B9;">//ON CHANGE CAMBIOSf(oget1)</span><br /><br />obrwti:<span style="color: #000000;">bKeydown</span> &nbsp;:= <span style="color: #000000;">&#123;</span>|nkeyp,nflagp| MITECLAti<span style="color: #000000;">&#40;</span>nkeyp,nflagp,obrwti,campoti,paciare<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#125;</span><br />obrwti:<span style="color: #000000;">bLDblClick</span> = <span style="color: #000000;">&#123;</span>| | paciare:<span style="color: #000000;">end</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br /><br />ADD COLUMN <span style="color: #0000ff;">TO</span> BROWSE obrwti <span style="color: #00C800;">DATA</span> ticket->folio &nbsp; &nbsp; &nbsp;HEAD <span style="color: #ff0000;">"Folio"</span> &nbsp; &nbsp; OEM WIDTH <span style="color: #000000;">80</span> &nbsp; <span style="color: #0000ff;">PICTURE</span> <span style="color: #ff0000;">"@!"</span> &nbsp; EDITABLE &nbsp;ALign <span style="color: #0000ff;">right</span> &nbsp;<span style="color: #B900B9;">//DOUBLE CURSOR</span><br />ADD COLUMN <span style="color: #0000ff;">TO</span> BROWSE obrwti <span style="color: #00C800;">DATA</span> ticket->fecha &nbsp; &nbsp; &nbsp;HEAD <span style="color: #ff0000;">"Fecha"</span> &nbsp; &nbsp; OEM WIDTH <span style="color: #000000;">90</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EDITABLE<br />ADD COLUMN <span style="color: #0000ff;">TO</span> BROWSE obrwti <span style="color: #00C800;">DATA</span> ticket->producto &nbsp; HEAD <span style="color: #ff0000;">"Producto"</span> &nbsp;OEM WIDTH <span style="color: #000000;">250</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EDITABLE<br />ADD COLUMN <span style="color: #0000ff;">TO</span> BROWSE obrwti <span style="color: #00C800;">DATA</span> ticket->bruto &nbsp; &nbsp; &nbsp;HEAD <span style="color: #ff0000;">"Bruto"</span> &nbsp; &nbsp; OEM WIDTH <span style="color: #000000;">80</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EDITABLE &nbsp;ALign <span style="color: #0000ff;">right</span><br />ADD COLUMN <span style="color: #0000ff;">TO</span> BROWSE obrwti <span style="color: #00C800;">DATA</span> ticket->tara &nbsp; &nbsp; &nbsp; HEAD <span style="color: #ff0000;">"Tara"</span> &nbsp; &nbsp; &nbsp;OEM WIDTH <span style="color: #000000;">80</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EDITABLE &nbsp;ALign <span style="color: #0000ff;">right</span><br />ADD COLUMN <span style="color: #0000ff;">TO</span> BROWSE obrwti <span style="color: #00C800;">DATA</span> ticket->neto &nbsp; &nbsp; &nbsp; HEAD <span style="color: #ff0000;">"Neto"</span> &nbsp; &nbsp; &nbsp;OEM WIDTH <span style="color: #000000;">80</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EDITABLE &nbsp;ALign <span style="color: #0000ff;">right</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">502</span> <span style="color: #0000ff;">Of</span> paciare <span style="color: #0000ff;">ACTION</span> paciare:<span style="color: #000000;">end</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> CANCEL <span style="color: #B900B9;">// Eliminar</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">508</span> <span style="color: #0000ff;">Of</span> paciare <span style="color: #0000ff;">ACTION</span> COMTARA<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// TARA</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">507</span> <span style="color: #0000ff;">Of</span> paciare <span style="color: #0000ff;">ACTION</span> COMIMPRE<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Impresion</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">509</span> <span style="color: #0000ff;">Of</span> paciare <span style="color: #0000ff;">ACTION</span> COMGROSS<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Gross</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">506</span> <span style="color: #0000ff;">Of</span> paciare <span style="color: #0000ff;">ACTION</span> comanda<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// Cadena Directa</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">512</span> <span style="color: #0000ff;">Of</span> paciare <span style="color: #0000ff;">ACTION</span> comanda2<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Envio de Comandos Directo2</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">513</span> <span style="color: #0000ff;">Of</span> paciare <span style="color: #0000ff;">ACTION</span> comanda3<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Envio de Comandos Directo3</span><br /><br />&nbsp; &nbsp;paciare:<span style="color: #000000;">bCommNotify</span> = <span style="color: #000000;">&#123;</span> | nComm, nStatus | BytesAtPo5<span style="color: #000000;">&#40;</span> nComm, nStatus <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br /><br /><span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> paciare &nbsp;<span style="color: #0000ff;">CENTERED</span> <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> <span style="color: #000000;">&#40;</span> EnableCommNotification<span style="color: #000000;">&#40;</span> nComm, paciare:<span style="color: #000000;">hWnd</span>, IN_BUFFER, IN_BUFFER <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />CloseComm<span style="color: #000000;">&#40;</span> nComm <span style="color: #000000;">&#41;</span><br />SET RESOURCES <span style="color: #0000ff;">TO</span><br /><span style="color: #00C800;">return</span> .t.<br /><br /><br /><span style="color: #00C800;">function</span> COMANDA2<span style="color: #000000;">&#40;</span> &nbsp;<span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span>chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">75</span><span style="color: #000000;">&#41;</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">50</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// K2 Enviando numero &nbsp;2</span><br />sendmodem<span style="color: #000000;">&#40;</span>chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">13</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span>chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">75</span><span style="color: #000000;">&#41;</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">48</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// K0 Enviando numero 0</span><br />sendmodem<span style="color: #000000;">&#40;</span>chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">13</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span>chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">75</span><span style="color: #000000;">&#41;</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">48</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// K0 Enviando numero 0</span><br />sendmodem<span style="color: #000000;">&#40;</span>chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">13</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br />sendmodem<span style="color: #000000;">&#40;</span>chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">75</span><span style="color: #000000;">&#41;</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">84</span><span style="color: #000000;">&#41;</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">65</span><span style="color: #000000;">&#41;</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">82</span><span style="color: #000000;">&#41;</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">69</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// comando KTARE</span><br />sendmodem<span style="color: #000000;">&#40;</span>chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">13</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// ENTER</span><br /><br />sendmodem<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"KTARE"</span> <span style="color: #000000;">&#41;</span> &nbsp;<span style="color: #B900B9;">// De Nuevo Rectificando</span><br /><br />? <span style="color: #ff0000;">"Comandos Enviados"</span><br /><span style="color: #00C800;">return</span> .t.<br /><br /><span style="color: #00C800;">function</span> COMANDA3<span style="color: #000000;">&#40;</span> &nbsp;<span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"K2"</span> <span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//2</span><br />sendmodem<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"KENTER"</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"k0"</span> <span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//0</span><br />sendmodem<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"KENTER"</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"k0"</span> <span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//0</span><br />sendmodem<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"KENTER"</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"KTARE"</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"KENTER"</span> <span style="color: #000000;">&#41;</span><br />? <span style="color: #ff0000;">"Comandos Enviados 2"</span><br /><span style="color: #00C800;">return</span> .t.<br /><br /><br /><span style="color: #00C800;">function</span> COMANDA<span style="color: #000000;">&#40;</span> &nbsp;<span style="color: #000000;">&#41;</span><br />quees = alltrim<span style="color: #000000;">&#40;</span>mandaeste<span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">for</span> ix = <span style="color: #000000;">1</span> <span style="color: #0000ff;">to</span> len<span style="color: #000000;">&#40;</span>quees<span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; xcara = <span style="color: #ff0000;">"K"</span> + <span style="color: #0000ff;">substr</span><span style="color: #000000;">&#40;</span>quees,ix,<span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; xcara = xcara<br />&nbsp; &nbsp; sendmodem<span style="color: #000000;">&#40;</span> &nbsp;xcara <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; sendmodem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"<br />"</span> <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">next</span><br />sendmodem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"KTARE"</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"<br />"</span> <span style="color: #000000;">&#41;</span><br />? <span style="color: #ff0000;">"Comandos Enviados Correctamente"</span><br /><span style="color: #00C800;">return</span> .t.<br /><br /><span style="color: #00C800;">function</span> SendModem<span style="color: #000000;">&#40;</span> cMsg <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;nBytes = <span style="color: #000000;">0</span><br />&nbsp; &nbsp;nBytes := WriteComm<span style="color: #000000;">&#40;</span> nComm, cMsg <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">if</span> nBytes < <span style="color: #000000;">0</span><br />&nbsp; &nbsp; &nbsp; MsgStop<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Modem error: "</span> + Str<span style="color: #000000;">&#40;</span> GetCommError<span style="color: #000000;">&#40;</span> nComm <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">endif</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #00C800;">function</span> COMTARA<span style="color: #000000;">&#40;</span> &nbsp;<span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"KTARE"</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"<br />"</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"KENTER"</span> <span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> .t.<br /><br /><span style="color: #00C800;">function</span> COMIMPRE<span style="color: #000000;">&#40;</span> &nbsp;<span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"KPRINT"</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"<br />"</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"KENTER"</span> <span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> .t.<br /><br /><span style="color: #00C800;">function</span> COMGROSS<span style="color: #000000;">&#40;</span> &nbsp;<span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"KGROSS"</span> <span style="color: #000000;">&#41;</span><br />sendmodem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"KENTER"</span> <span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">return</span> .t.<br /><br /><span style="color: #00C800;">function</span> lInitcomm2<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cDcb, nError, nBytes<br /><span style="color: #0000ff;">select</span> <span style="color: #000000;">20</span><br />errnet = netuse<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'factores'</span>,.f.,<span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">if</span> errnet = .f.<br />&nbsp; &nbsp;<span style="color: #00C800;">return</span> .f.<br /><span style="color: #00C800;">endif</span><br /><br /><span style="color: #00C800;">if</span> !factores->bascula<br />&nbsp; &nbsp;<span style="color: #00C800;">return</span> .t.<br /><span style="color: #00C800;">endif</span><br /><br />&nbsp; &nbsp;xcom = alltrim<span style="color: #000000;">&#40;</span>factores->puerto<span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// Puerto comm1,9600</span><br />&nbsp; &nbsp;nCommx = OpenComm<span style="color: #000000;">&#40;</span> xcom, <span style="color: #000000;">128</span> , <span style="color: #000000;">128</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;cadena = factores->puerto+<span style="color: #ff0000;">':'</span>+alltrim<span style="color: #000000;">&#40;</span>str<span style="color: #000000;">&#40;</span>factores->velocidad<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">','</span>+factores->paridad+<span style="color: #ff0000;">','</span>+factores->bit_datos+<span style="color: #ff0000;">','</span>+factores->bit_parada<br />&nbsp; &nbsp;<span style="color: #B900B9;">//if ! BuildCommDcb( "COM1:9600,n,8,1", @cDcb )</span><br />&nbsp; &nbsp;<span style="color: #00C800;">if</span> ! BuildCommDcb<span style="color: #000000;">&#40;</span> cadena, @cDcb <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; nError = GetCommError<span style="color: #000000;">&#40;</span> nCommx <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; MsgStop<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Error initializing Puerto!"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">return</span> .f.<br />&nbsp; &nbsp;<span style="color: #00C800;">endif</span><br />&nbsp; &nbsp;<span style="color: #00C800;">if</span> ! SetCommState<span style="color: #000000;">&#40;</span> nCommx, cDcb <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; nError = GetCommError<span style="color: #000000;">&#40;</span> nComm <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; MsgStop<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Error En EL Estdo del Puerto!"</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">return</span> .f.<br />&nbsp; &nbsp;<span style="color: #00C800;">endif</span><br />&nbsp; &nbsp;<span style="color: #B900B9;">//? 'puerto abierto'</span><br />&nbsp; &nbsp;<span style="color: #B900B9;">//EnableCommNotification( nComm, oDlg:hWnd, IN_BUFFER, IN_BUFFER )</span><br /><span style="color: #00C800;">return</span> nCommx<br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">function</span> BytesAtPo5<span style="color: #000000;">&#40;</span> nComm, nStatus <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cBuffer := Space<span style="color: #000000;">&#40;</span> IN_BUFFER <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; numeros = <span style="color: #000000;">0</span><br />&nbsp; &nbsp;cTerminal := Space<span style="color: #000000;">&#40;</span> TERM_SIZE <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;numeros = ReadComm<span style="color: #000000;">&#40;</span> nComm, @cBuffer <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;cTerminal = oemtoansi<span style="color: #000000;">&#40;</span> &nbsp;<span style="color: #0000ff;">left</span><span style="color: #000000;">&#40;</span>cBuffer,<span style="color: #000000;">12</span><span style="color: #000000;">&#41;</span> &nbsp;,TERM_SIZE <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;pesox = alltrim<span style="color: #000000;">&#40;</span>cTerminal<span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;oget6:<span style="color: #0000ff;">refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;pesox = <span style="color: #0000ff;">substr</span><span style="color: #000000;">&#40;</span>pesox,<span style="color: #000000;">2</span>,<span style="color: #000000;">8</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;cadenax = pesox<br /><br />&nbsp; &nbsp;<span style="color: #B900B9;">//select 1</span><br />&nbsp; &nbsp;<span style="color: #B900B9;">//xxx = ''</span><br />&nbsp; &nbsp;<span style="color: #B900B9;">//xxx = cterminal</span><br />&nbsp; &nbsp;pesoxx = val<span style="color: #000000;">&#40;</span>pesox<span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;osay01:<span style="color: #0000ff;">refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #B900B9;">//if conpeso = .t.</span><br /><span style="color: #B900B9;">// &nbsp; oget5p:refresh()</span><br /><span style="color: #B900B9;">//endif</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span></div>[/code:14g8syqm] Les Agradeceria toda la Ayuda Posible, Gracias Carlos I. De La Rosa Los Mochis, Sin., Mexico <!-- e --><a href="mailto:carloslmm@hotmail.com">carloslmm@hotmail.com</a><!-- e -->
Ayuda Con Puertos COMM
Carlos, Que comandos le envias desde el hyperterminal ? Cómo se los envias ? Pulsando "enter" al final ?
Ayuda Con Puertos COMM
Los Comandos los he enviado Como cadena de caracter y el chr(13) he separado la cadena enviando caracter por caracter como lo solicita el indicador K0 para enviar cero al indicardo, K1 numero uno....K9 KTARE para TARA, KGROSS para resetear a cero, KPRINT Mandar Imprimir el Ticket de la Bascula, Los he enviado como CHR(x) cada letra, y si en efecto para cada comando Lleva enter al FInal K0 enter k1 enter, todo esto al estar ejecutando el programa, si recibo datos del indicador, lo que es el peso de la bascula esta correcto y en linea no tiene Tardanza alguna de refrscado, ahora con Hyperterminal igual esta recibiendo los datos del peso y si tecleas cada letra del teclado las recibe y en cuanto das el enter ejecuta el comando, ejemplo esta recibiendo datos y tecleas K 0 ENTER y recibe el K0 ya que le vas a mandar el comando de que haga con lo que los numero que le enviaste como KTARE ENTER realisa muy bien la intruccion y le mandas KGROS y todo perfecto, no se cual puede ser la diferencia de enviar comandos con nuestros programas y de enviarlos directamnete de Hyperterminal, si he visto los ejemplos de phone y testtcomm y ya he realizado pruebas con ellos con modems y funcionan perfectamente, solo que con los indicadores me trabe, Gracia señor Antonio Estoy al Pendiente. Saludos
Ayuda Con Puertos COMM
Carlos, Prueba a llamar a FlushComm( nComm, 0 ) despues de enviar una instrucción completa
Ayuda Con Puertos COMM
No lo Habia Probado Asi, Pruebo y Reporto si Se Soluciono Con Esto Gracias. Carlos I,. De La Rosa <!-- e --><a href="mailto:carloslmm@hotmail.com">carloslmm@hotmail.com</a><!-- e -->
Ayuda Con Puertos COMM
Hola ha Todos Despues de tantas Pruebas he resuleto esto de los puertos, anexe la funcion de flushcomm(), pero continuaba el problema que no procesaba los comandos enviados al indicador de la bascula, esto se vino a solucionar de forma temporal y rapaida anexando un ciclo for a la funcion que manda escribir los comandos, a i forma de ver las cosas, creo que no todos los dispositivos funcionan igual algunos procesan mas rapidos los comandos que otros ya sea por memorio o alguna otra cosa, bueno anexo la parte del codigo con el cambio realizado y si es posible el señor antonio tenga alguna sugerencia en alguna funcion de mas a fondo nos ayudara con eso, me di cuenta que hyperterminal maneja un retardador a la hora de escribir comandos. ////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// function SendModem( cMsg ) nBytes = 0 nBytes := WriteComm( nComm, cMsg ) for ix = 1 to laespera // El valor de LaEspera seria de acuerdo al dispositivo next ix // Puse 1,000,000 Asi pudo Funcionar if nBytes < 0 MsgStop( "Error de Envio!!: " + Str( GetCommError( nComm ) ) ) endif if FlushComm( nComm, 0 ) != 0 // Esta Inst. La Deje Pero Seguia Igual nError = GetCommError( nComm ) MsgInfo( "FlushComm Error: " + Str( nError ) ) endif return nil ////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////// Muchas Gracias Señor Antonio por su Ayuda, aqui seguiremos. Que esten Bien Todos Carlos I. De La Rosa. <!-- e --><a href="mailto:carloslmm@hotmail.com">carloslmm@hotmail.com</a><!-- e -->
Ayuda Con Xbrowse (Consulta a Cristobal N.)
Amigos Tengan todos un buen dia. Hay un problema con la pagina, esta muy lento el acceso, publique en la mañana y no se registro. Tengo un problema, Uso un Xbrowse con una Dbf, uno de sus campos contiene el codigo del dia y lo que necesito mostrar es le nombre que esta definido en un Array de Dias. Agradeciendo y en espera de sus comentarios, les saluda muy atte. Antonio Dejo Parte del codigo: [code=fw:ybmfu9xv]<div class="fw" id="{CB}" style="font-family: monospace;"><br />*** Array que contiene el codigo y nombre del dia<br /><span style="color: #0000ff;">alias</span>:= <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"1"</span>,<span style="color: #ff0000;">"Lunes"</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"2"</span>,<span style="color: #ff0000;">"Martes"</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"3"</span>,<span style="color: #ff0000;">"Miercoles"</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"4"</span>,<span style="color: #ff0000;">"Jueves"</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"5"</span>,<span style="color: #ff0000;">"Viernes"</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"6"</span>,<span style="color: #ff0000;">"Sabado"</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"7"</span>,<span style="color: #ff0000;">"Domingo"</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><br /><br />***<br /><br />     <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> otitu2 <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">" DIAS DE ATENCION "</span>  <span style="color: #0000ff;">ID</span> <span style="color: #000000;">4006</span> <span style="color: #0000ff;">OF</span> oDlg33 COLORS RGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">43</span>, <span style="color: #000000;">59</span>, <span style="color: #000000;">109</span><span style="color: #000000;">&#41;</span>   <span style="color: #0000ff;">FONT</span> oFont1<br /><br />   <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">XBROWSE</span> oBrw2  <span style="color: #0000ff;">ID</span> <span style="color: #000000;">4005</span> <span style="color: #0000ff;">OF</span> oDlg33 DATASOURCE <span style="color: #ff0000;">"HoraBase"</span> <span style="color: #0000ff;">FONT</span> oFont2;<br />                        HEADERS <span style="color: #ff0000;">'Día'</span>,<span style="color: #ff0000;">'Inicio'</span>,<span style="color: #ff0000;">'Término'</span>,<span style="color: #ff0000;">'Frecu'</span>,<span style="color: #ff0000;">'Can.Paci'</span>,<span style="color: #ff0000;">'Estado'</span>;<br />                      COLUMNS <span style="color: #ff0000;">'Cod_Dia'</span>, <span style="color: #ff0000;">'Hor_Ini'</span>,<span style="color: #ff0000;">'Hor_Fin'</span>,<span style="color: #ff0000;">'Frecue'</span>,<span style="color: #ff0000;">'Can_Pac'</span>,<span style="color: #ff0000;">'Est_Dia'</span>,   <span style="color: #B900B9;">// <--- Cod_Dia, aqui debo mostrar el nombre del dia que esta en "aDias"</span><br />                        PICTURES <span style="color: #ff0000;">'@!'</span>,<span style="color: #ff0000;">'@!'</span>,<span style="color: #ff0000;">'##:##'</span>,<span style="color: #ff0000;">'##:##'</span>,<span style="color: #ff0000;">'99'</span>,<span style="color: #ff0000;">'9'</span>,<span style="color: #ff0000;">'!'</span>;<br />                                        CELL LINES AUTOSORT NOBORDER;<br /><br />                         WITH OBJECT oBrw2<br />                             oBrw2:<span style="color: #000000;">nMarqueeStyle</span> := MARQSTYLE_HIGHLROW<br />                             oBrw2:<span style="color: #000000;">nColDividerStyle</span> := LINESTYLE_RAISED<br />                             oBrw2:<span style="color: #000000;">nRowDividerStyle</span> := LINESTYLE_RAISED<br />                                 oBrw2:<span style="color: #000000;">bClrHeader</span> := <span style="color: #000000;">&#123;</span>|| <span style="color: #000000;">&#123;</span> nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">000</span>,<span style="color: #000000;">000</span>,<span style="color: #000000;">000</span><span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">128</span>,<span style="color: #000000;">255</span>,<span style="color: #000000;">128</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br />                                 oBrw2:<span style="color: #000000;">bClrStd</span>  := <span style="color: #000000;">&#123;</span> || <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> Eval<span style="color: #000000;">&#40;</span> oBrw2:<span style="color: #000000;">bKeyNo</span>,,oBrw2<span style="color: #000000;">&#41;</span> % <span style="color: #000000;">2</span> == <span style="color: #000000;">0</span>, <span style="color: #000000;">&#123;</span> CLR_BLACK, RGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">198</span>, <span style="color: #000000;">255</span>, <span style="color: #000000;">198</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>,;<br />                                 <span style="color: #000000;">&#123;</span> CLR_BLACK, RGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">232</span>, <span style="color: #000000;">255</span>, <span style="color: #000000;">232</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>    <span style="color: #B900B9;">// Efecto Cebra</span><br /><br />                                 oBrw2:<span style="color: #000000;">nOpacity</span>    := <span style="color: #000000;">230</span><br />                                 oBrw2:<span style="color: #000000;">nHeaderHeight</span>      := <span style="color: #000000;">35</span><br />                                 oBrw2:<span style="color: #000000;">nFreeze</span>       := <span style="color: #000000;">5</span><br /><br />                                 oBrw2:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span>:<span style="color: #000000;">oDataFont</span> := oFont7<br />                                oBrw2:<span style="color: #000000;">lAutoSort</span> := .t.<br />                                oBrw2:<span style="color: #000000;">lFooter</span> := .T.<br />                                oBrw2:<span style="color: #000000;">lHScroll</span> := .f.<br />                                oBrw2:<span style="color: #000000;">SetStyle</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">2007</span><span style="color: #000000;">&#41;</span><br />                                oBrw2:<span style="color: #000000;">nColorPen</span> := CLR_RED<br />                              oBrw2:<span style="color: #000000;">bChange</span> := <span style="color: #000000;">&#123;</span>|| oBrw2:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br />                                 oBrw2:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bClrHeader</span> := <span style="color: #000000;">&#123;</span> || <span style="color: #000000;">&#123;</span> CLR_HRED,CLR_WHITE <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br />                            END WITH<br /><br />   <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BTNBMP</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">4003</span> <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"ELIMINAR"</span> <span style="color: #0000ff;">OF</span> oDlg33  <span style="color: #000000;">2007</span>  <span style="color: #0000ff;">FONT</span> oFont7 C;<br />                    ToolTip  <span style="color: #ff0000;">"ELIMINA REGISTRO"</span>;<br />                    <span style="color: #0000ff;">ACTION</span> <span style="color: #000000;">&#40;</span>delrow<span style="color: #000000;">&#40;</span>  <span style="color: #000000;">&#41;</span>, oBrw2:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><br /><br /><br />   <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg33 <span style="color: #0000ff;">CENTERED</span><br /><br /><br />     <span style="color: #0000ff;">RELEASE</span> <span style="color: #0000ff;">FONT</span> oFont,oFont1,oFont7<br /><br /><br />     <span style="color: #00C800;">Return</span> <span style="color: #00C800;">nil</span><br /><br /><br /><br /><br /><br /><br /> </div>[/code:ybmfu9xv]
Ayuda Con Xbrowse (Consulta a Cristobal N.)
Antonio, en la definicion de las columnas, pon directamente la function que te va a devolver lo que necesitas, sólo asegúrate que en el return de esa function está el valor correcto. Aunque hay otras formas de hacerlo, creo que esta forma que te indico te servirá en más ocasiones [code=fw:3jvtikrg]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">XBROWSE</span> oBrw2 &nbsp;<span style="color: #0000ff;">ID</span> <span style="color: #000000;">4005</span> <span style="color: #0000ff;">OF</span> oDlg33 DATASOURCE <span style="color: #ff0000;">"HoraBase"</span> <span style="color: #0000ff;">FONT</span> oFont2;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HEADERS <span style="color: #ff0000;">'Día'</span>,<span style="color: #ff0000;">'Inicio'</span>,<span style="color: #ff0000;">'Término'</span>,<span style="color: #ff0000;">'Frecu'</span>,<span style="color: #ff0000;">'Can.Paci'</span>,<span style="color: #ff0000;">'Estado'</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; COLUMNS MyNombreDia<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'Cod_Dia'</span> <span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">'Hor_Ini'</span>,<span style="color: #ff0000;">'Hor_Fin'</span>,<span style="color: #ff0000;">'Frecue'</span>,<span style="color: #ff0000;">'Can_Pac'</span>,<span style="color: #ff0000;">'Est_Dia'</span>, &nbsp; <span style="color: #B900B9;">// <--- Cod_Dia, aqui debo mostrar el nombre del dia que esta en "aDias"</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PICTURES <span style="color: #ff0000;">'@!'</span>,<span style="color: #ff0000;">'@!'</span>,<span style="color: #ff0000;">'##:##'</span>,<span style="color: #ff0000;">'##:##'</span>,<span style="color: #ff0000;">'99'</span>,<span style="color: #ff0000;">'9'</span>,<span style="color: #ff0000;">'!'</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CELL LINES AUTOSORT NOBORDER;<br /><br />.../...<br /><br /><span style="color: #00C800;">Function</span> MyNombreDia<span style="color: #000000;">&#40;</span> nDia <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cNombre<br />&nbsp; &nbsp;cNombre &nbsp; &nbsp; &nbsp; &nbsp; := <span style="color: #B900B9;">// aqui asignas según el valor que recibes como parámetro en el array: aDias[ nDia ] ¿?, no sé lo que tienes en el array</span><br /><br /><span style="color: #00C800;">Return</span> cNombre<br /><br />&nbsp;</div>[/code:3jvtikrg]
Ayuda Con Xbrowse (Consulta a Cristobal N.)
Hola Cristobal Como siempre muy agradecido por tu ayuda y tiempo dedicado. Muchos Saludos Antonio
Ayuda Con Xbrowse (Consulta a Cristobal N.)
Hola Cristobal Tengo un problema al pasar la variable en la Function como me indicas, pasa como el nombre del la variable y no como valor. Muchos Saludos. Antonio Dejo el Codigo: [code=fw:226rh3s1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />     @ <span style="color: #000000;">20</span>,<span style="color: #000000;">200</span> <span style="color: #0000ff;">XBROWSE</span> oBrw2 <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">-10</span>,<span style="color: #000000;">-35</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg1 DATASOURCE <span style="color: #ff0000;">"HoraB"</span> ;<br />                        HEADERS <span style="color: #ff0000;">'Día'</span>,<span style="color: #ff0000;">'Inicio'</span>,<span style="color: #ff0000;">'Término'</span>,<span style="color: #ff0000;">'Frecu'</span>,<span style="color: #ff0000;">'N. Paci'</span>,<span style="color: #ff0000;">'Estado'</span>;<br />                      COLUMNS NomDia<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Cod_dia"</span> <span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">'Hor_Ini'</span>,<span style="color: #ff0000;">'Hor_Fin'</span>,<span style="color: #ff0000;">'Frecu'</span>,<span style="color: #ff0000;">'Can_Pac'</span>,<span style="color: #ff0000;">'Est_Dia'</span>;<br />                        COLSIZES <span style="color: #000000;">120</span>, <span style="color: #000000;">60</span>, <span style="color: #000000;">60</span>, <span style="color: #000000;">45</span>, <span style="color: #000000;">60</span>, <span style="color: #000000;">60</span>;<br />                        PICTURES <span style="color: #ff0000;">'@!'</span>,<span style="color: #ff0000;">'##:##'</span>,<span style="color: #ff0000;">'##:##'</span>,<span style="color: #ff0000;">'999'</span>,<span style="color: #ff0000;">'999'</span>,<span style="color: #ff0000;">'!'</span>;<br />                CELL LINES AUTOSORT NOBORDER;<br />                             oBrw2:<span style="color: #000000;">nMarqueeStyle</span> := MARQSTYLE_HIGHLROW<br />                             oBrw2:<span style="color: #000000;">nColDividerStyle</span> := LINESTYLE_RAISED<br />                             oBrw2:<span style="color: #000000;">nRowDividerStyle</span> := LINESTYLE_RAISED<br />                                 oBrw2:<span style="color: #000000;">bClrHeader</span> := <span style="color: #000000;">&#123;</span>|| <span style="color: #000000;">&#123;</span> nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">000</span>,<span style="color: #000000;">000</span>,<span style="color: #000000;">000</span><span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">128</span>,<span style="color: #000000;">255</span>,<span style="color: #000000;">128</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br />                                 oBrw2:<span style="color: #000000;">bClrStd</span>  := <span style="color: #000000;">&#123;</span> || <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> Eval<span style="color: #000000;">&#40;</span> oBrw2:<span style="color: #000000;">bKeyNo</span>,,oBrw2<span style="color: #000000;">&#41;</span> % <span style="color: #000000;">2</span> == <span style="color: #000000;">0</span>, <span style="color: #000000;">&#123;</span> CLR_BLACK, RGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">198</span>, <span style="color: #000000;">255</span>, <span style="color: #000000;">198</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>,;<br />                                 <span style="color: #000000;">&#123;</span> CLR_BLACK, RGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">232</span>, <span style="color: #000000;">255</span>, <span style="color: #000000;">232</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>    <span style="color: #B900B9;">// Efecto Cebra</span><br /><br />                                 oBrw2:<span style="color: #000000;">nOpacity</span>    := <span style="color: #000000;">230</span><br />                                 oBrw2:<span style="color: #000000;">nHeaderHeight</span>      := <span style="color: #000000;">35</span><br />                                 oBrw2:<span style="color: #000000;">nFreeze</span>       := <span style="color: #000000;">5</span><br /><br /><br />                                oBrw2:<span style="color: #000000;">lAutoSort</span> := .t.<br />                                oBrw2:<span style="color: #000000;">lFooter</span> := .T.<br />                                oBrw2:<span style="color: #000000;">lHScroll</span> := .f.<br />                                oBrw2:<span style="color: #000000;">SetStyle</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">2007</span><span style="color: #000000;">&#41;</span><br />                                oBrw2:<span style="color: #000000;">nColorPen</span> := CLR_RED<br />                                oBrw2:<span style="color: #000000;">CreateFromCode</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />     <span style="color: #B900B9;">/*<br />   REDEFINE BTNBMP ID 4003 PROMPT "ELIMINAR" OF oDlg33  2007  FONT oFont7 C;<br />                    ToolTip  "ELIMINA REGISTRO";<br />                    ACTION (delrow( oBrw2,@Can_Cod1,@Val_Tot1 ), oSay5:Refresh(),oSay6:Refresh(),oBrw2:Refresh())<br /><br />        */</span><br /><br />   <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg1 <span style="color: #0000ff;">CENTERED</span><br /><br /><br />     <span style="color: #0000ff;">RELEASE</span> <span style="color: #0000ff;">FONT</span> oFont,oFont1,oFont7<br /><br /><br />     <span style="color: #00C800;">Return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #00C800;">Function</span> NomDia<span style="color: #000000;">&#40;</span>cCod<span style="color: #000000;">&#41;</span><br />    ?cCod<br />                <span style="color: #00C800;">If</span> Val<span style="color: #000000;">&#40;</span>cCod<span style="color: #000000;">&#41;</span> = <span style="color: #000000;">0</span><br />                        <span style="color: #00C800;">Return</span> .f.<br />                <span style="color: #00C800;">Endif</span><br />                nDia:= aScan<span style="color: #000000;">&#40;</span>aDias,   <span style="color: #000000;">&#123;</span> | array | array<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span> == cCod<span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span><br />                cNomDia:=aDias<span style="color: #000000;">&#91;</span>nDia<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span>   <span style="color: #B900B9;">//  <--- Obtener Nombre del Dia del Array</span><br />                <span style="color: #00C800;">Return</span> cNomDia<br /><br /> </div>[/code:226rh3s1]
Ayuda Con Xbrowse (Consulta a Cristobal N.)
Antonio, tienes razón, las prisas Prueba asi [code=fw:2p8pn2vb]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; COLUMNS NomDia<span style="color: #000000;">&#40;</span> HoraB->Cod_dia <span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">'Hor_Ini'</span>,<span style="color: #ff0000;">'Hor_Fin'</span>,<span style="color: #ff0000;">'Frecu'</span>,<span style="color: #ff0000;">'Can_Pac'</span>,<span style="color: #ff0000;">'Est_Dia'</span>;<br />&nbsp;</div>[/code:2p8pn2vb]
Ayuda Con Xbrowse (Consulta a Cristobal N.)
Hola Cristobal Muchas gracias por tu ayuda y disculpa todas las molestias. Ya habia probado lo que me indicas y no pasa el valor. Te cuento, tengo 2 Xbrowse anidados, en el segundo xrbowse se muestra la informacion cuando me desplazo en el primer xbrowse, solo que la columna Cod_Dia del segundo Xbrowse, no muestra el valor del campo a la Function. Muchos Saludos. Antonio. Dejo El Codigo Completo: [code=fw:2si601r6]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><br /><span style="color: #00C800;">Function</span> Def_Horario<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; <span style="color: #00C800;">Local</span> oDlg, oBrw, oFont1,oFont2, oCol,oTitu1,oTitu2,oFont3,aStruc,oSay1,oSay2,oSay5,oFont4,oFont5<br />&nbsp; &nbsp; <span style="color: #00C800;">local</span> oDlg33, oFont, otitu,oFont7,oBrw2,oDlg4,oBot1,oBot2<br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">Local</span> oSay6,otitu6<br /><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">Public</span> aDias:= <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"1"</span>,<span style="color: #ff0000;">"Lunes"</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"2"</span>,<span style="color: #ff0000;">"Martes"</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"3"</span>,<span style="color: #ff0000;">"Miercoles"</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"4"</span>,<span style="color: #ff0000;">"Jueves"</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"5"</span>,<span style="color: #ff0000;">"Viernes"</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"6"</span>,<span style="color: #ff0000;">"Sabado"</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"7"</span>,<span style="color: #ff0000;">"Domingo"</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><br /><br />&nbsp; &nbsp; &nbsp;cTemp:=<span style="color: #ff0000;">"c:"</span><br />&nbsp; &nbsp; &nbsp;<span style="color: #00C800;">If</span> !File<span style="color: #000000;">&#40;</span>cTemp+<span style="color: #ff0000;">"HoraBase.DBF"</span><span style="color: #000000;">&#41;</span> &nbsp; <span style="color: #B900B9;">// Calendario del Mes</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DbCreate<span style="color: #000000;">&#40;</span>cTemp+<span style="color: #ff0000;">"HoraBase.DBF"</span>, <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"Cod_Pro"</span> ,<span style="color: #ff0000;">"C"</span>, <span style="color: #000000;">4</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#125;</span>,; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// Codigo Profesional</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"Cod_Esp"</span> ,<span style="color: #ff0000;">"C"</span>, <span style="color: #000000;">4</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#125;</span>,; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// Codigo Especialidad</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"Cod_Dia"</span> ,<span style="color: #ff0000;">"C"</span>, <span style="color: #000000;">1</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#125;</span>,; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// Codigo del Dia de la Semana</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"Hor_Ini"</span> ,<span style="color: #ff0000;">"C"</span>, <span style="color: #000000;">5</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#125;</span>,; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// Hora de Inicio</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"Hor_Fin"</span> ,<span style="color: #ff0000;">"C"</span>, <span style="color: #000000;">5</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#125;</span>,; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// Hora de Termino</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"Frecu"</span> &nbsp; ,<span style="color: #ff0000;">"N"</span>, <span style="color: #000000;">3</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#125;</span>,; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// Frecuencia de Atencion &nbsp;en Minutos</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"Can_Pac"</span> ,<span style="color: #ff0000;">"N"</span>, <span style="color: #000000;">3</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#125;</span>,; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// Cantidad de Pacientes Por Dia</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"Est_Dia"</span> ,<span style="color: #ff0000;">"C"</span>, <span style="color: #000000;">1</span>, <span style="color: #000000;">0</span> <span style="color: #000000;">&#125;</span>; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Estado de Atencion, Permite Marcar dia Bloqueado por no Aistencia</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#125;</span> ,<span style="color: #ff0000;">"DBFCDX"</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">Endif</span><br /><br /><br />&nbsp; &nbsp; &nbsp; Abre_dbf<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Profesio"</span>,<span style="color: #000000;">1</span>,.f.,<span style="color: #ff0000;">"Profe"</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; Set inde <span style="color: #0000ff;">to</span> Profesio<br />&nbsp;&nbsp; &nbsp; &nbsp;DbSetorder<span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">If</span> !file<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"HoraBase.CDX"</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Abre_dbf<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"HoraBase"</span>,<span style="color: #000000;">1</span>,.t.,<span style="color: #ff0000;">""</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; inde <span style="color: #0000ff;">on</span> Cod_Pro tag hr1 <span style="color: #0000ff;">To</span> HoraBase<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DbClosearea<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;&nbsp;<span style="color: #00C800;">Endif</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; Abre_dbf<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"HoraBase"</span>,<span style="color: #000000;">2</span>,.f.,<span style="color: #ff0000;">"HoraB"</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; Set inde <span style="color: #0000ff;">to</span> HoraBase<br />&nbsp; &nbsp; &nbsp; &nbsp; Sele a<br /><br />&nbsp; &nbsp; &nbsp; SET RELATION <span style="color: #0000ff;">TO</span> Cod_Pro INTO HoraB SCOPED<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">/*<br />&nbsp; &nbsp; &nbsp; Abre_dbf("Especia",1,.f.,"Espe")<br />&nbsp; &nbsp; &nbsp; Set inde to Especia<br />&nbsp; &nbsp; &nbsp;*/</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont &nbsp;<span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"TAHOMA"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-14</span><br />&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont1 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">'TAHOMA'</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">24</span> &nbsp; BOLD<br />&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont2 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"TAHOMA"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-12</span> &nbsp;BOLD<br />&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont7 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"TAHOMA"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-14</span> &nbsp;BOLD<br /><br /><br />&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg1 <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">895</span>,<span style="color: #000000;">570</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">FONT</span> oFont3 &nbsp; <span style="color: #0000ff;">STYLE</span> nOr<span style="color: #000000;">&#40;</span> WS_POPUP, WS_VISIBLE, WS_DLGFRAME <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp;@ <span style="color: #000000;">35</span>,<span style="color: #000000;">10</span> <span style="color: #0000ff;">XBROWSE</span> oBrw <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">200</span>,<span style="color: #000000;">-35</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg1 DATASOURCE <span style="color: #ff0000;">"Profe"</span> ;<br />&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; HEADERS <span style="color: #ff0000;">'Nombre del Profesional'</span>,<span style="color: #ff0000;">'Especialidad'</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; COLUMNS <span style="color: #ff0000;">'Nom_Pro'</span>,<span style="color: #ff0000;">'Tip_Esp'</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PICTURES <span style="color: #ff0000;">"@!"</span>,<span style="color: #ff0000;">"@!"</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; COLSIZES <span style="color: #000000;">280</span>, <span style="color: #000000;">70</span>;<br />&nbsp; &nbsp; &nbsp; CELL LINES AUTOSORT NOBORDER;<br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">nMarqueeStyle</span> := MARQSTYLE_HIGHLWIN7<br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">nColDividerStyle</span> := LINESTYLE_INSET<br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">nRowDividerStyle</span> := LINESTYLE_INSET<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">bClrHeader</span> := <span style="color: #000000;">&#123;</span>|| <span style="color: #000000;">&#123;</span> nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">140</span>, <span style="color: #000000;">0</span>, <span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">231</span>, <span style="color: #000000;">242</span>, <span style="color: #000000;">255</span> <span style="color: #000000;">&#41;</span>, <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">nOpacity</span> &nbsp; &nbsp;:= <span style="color: #000000;">230</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">nHeaderHeight</span> &nbsp; &nbsp; &nbsp;:= <span style="color: #000000;">35</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">nFreeze</span> &nbsp; &nbsp; &nbsp; := <span style="color: #000000;">2</span><br /><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">bClrStd</span> &nbsp;:= <span style="color: #000000;">&#123;</span> || <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> Eval<span style="color: #000000;">&#40;</span> oBrw:<span style="color: #000000;">bKeyNo</span>,,oBrw1<span style="color: #000000;">&#41;</span> % <span style="color: #000000;">2</span> == <span style="color: #000000;">0</span>, <span style="color: #000000;">&#123;</span> CLR_BLACK, RGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">198</span>, <span style="color: #000000;">255</span>, <span style="color: #000000;">198</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> CLR_BLACK, RGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">232</span>, <span style="color: #000000;">255</span>, <span style="color: #000000;">232</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> &nbsp; &nbsp;<span style="color: #B900B9;">// Efecto Cebra</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span>:<span style="color: #000000;">oDataFont</span> := oFont7<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">bClrStd</span> &nbsp; &nbsp; &nbsp; := <span style="color: #000000;">&#123;</span>|| <span style="color: #000000;">&#123;</span> nRGB<span style="color: #000000;">&#40;</span> &nbsp;<span style="color: #000000;">0</span>, &nbsp;<span style="color: #000000;">0</span>, &nbsp;<span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">255</span>,<span style="color: #000000;">248</span>,<span style="color: #000000;">220</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">bClrSelFocus</span> &nbsp;:= <span style="color: #000000;">&#123;</span>|| <span style="color: #000000;">&#123;</span> nRGB<span style="color: #000000;">&#40;</span> &nbsp;<span style="color: #000000;">255</span>, &nbsp;<span style="color: #000000;">255</span>, &nbsp;<span style="color: #000000;">255</span><span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">102</span>, <span style="color: #000000;">178</span>, <span style="color: #000000;">255</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">bClrSel</span> &nbsp; &nbsp; &nbsp; := <span style="color: #000000;">&#123;</span>|| <span style="color: #000000;">&#123;</span> nRGB<span style="color: #000000;">&#40;</span> &nbsp;<span style="color: #000000;">0</span>, &nbsp;<span style="color: #000000;">0</span>,<span style="color: #000000;">255</span><span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">241</span>,<span style="color: #000000;">222</span>,<span style="color: #000000;">088</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span> &nbsp;<span style="color: #B900B9;">// para barra de linea selecc cuando el control no tiene el foco</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">lAutoSort</span> := .t.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">lFooter</span> := .f.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">lHScroll</span> := .f.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">lIncrFilter</span> &nbsp; := .F.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">lSeekWild</span> &nbsp; &nbsp; := .F. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; && &nbsp;.T. Busca Contenido, .F. Que comience con lo que digita<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">SetStyle</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">2018</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">nColorPen</span> := CLR_RED<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw:<span style="color: #000000;">bChange</span> := <span style="color: #000000;">&#123;</span>|| oBrw:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br /><br /><br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WITH OBJECT oBrw<br />&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:<span style="color: #000000;">bChange</span> &nbsp; &nbsp;:= <span style="color: #000000;">&#123;</span> || oBrw2:<span style="color: #000000;">GoTop</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>, oBrw2:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp;<span style="color: #000000;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:<span style="color: #000000;">CreateFromCode</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END<br /><br />&nbsp; &nbsp; &nbsp;@ <span style="color: #000000;">35</span>,<span style="color: #000000;">216</span> <span style="color: #0000ff;">XBROWSE</span> oBrw2 <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">-10</span>,<span style="color: #000000;">-35</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg1 DATASOURCE <span style="color: #ff0000;">"HoraB"</span> ;<br />&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; HEADERS <span style="color: #ff0000;">'Día'</span>,<span style="color: #ff0000;">'Inicio'</span>,<span style="color: #ff0000;">'Término'</span>,<span style="color: #ff0000;">'Frecu'</span>,<span style="color: #ff0000;">'N. Paci'</span>,<span style="color: #ff0000;">'Estado'</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; COLUMNS NomDia<span style="color: #000000;">&#40;</span> HoraB->COD_DIA &nbsp;<span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">'Hor_Ini'</span>,<span style="color: #ff0000;">'Hor_Fin'</span>,<span style="color: #ff0000;">'Frecu'</span>,<span style="color: #ff0000;">'Can_Pac'</span>,<span style="color: #ff0000;">'Est_Dia'</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; COLSIZES <span style="color: #000000;">120</span>, <span style="color: #000000;">60</span>, <span style="color: #000000;">60</span>, <span style="color: #000000;">45</span>, <span style="color: #000000;">60</span>, <span style="color: #000000;">60</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; PICTURES <span style="color: #ff0000;">'@!'</span>,<span style="color: #ff0000;">'##:##'</span>,<span style="color: #ff0000;">'##:##'</span>,<span style="color: #ff0000;">'999'</span>,<span style="color: #ff0000;">'999'</span>,<span style="color: #ff0000;">'!'</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CELL LINES AUTOSORT NOBORDER;<br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nMarqueeStyle</span> := MARQSTYLE_HIGHLWIN7<br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nColDividerStyle</span> := LINESTYLE_INSET<br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nRowDividerStyle</span> := LINESTYLE_INSET<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">bClrHeader</span> := <span style="color: #000000;">&#123;</span>|| <span style="color: #000000;">&#123;</span> nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">000</span>,<span style="color: #000000;">000</span>,<span style="color: #000000;">000</span><span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">128</span>,<span style="color: #000000;">255</span>,<span style="color: #000000;">128</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">bClrStd</span> &nbsp;:= <span style="color: #000000;">&#123;</span> || <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> Eval<span style="color: #000000;">&#40;</span> oBrw2:<span style="color: #000000;">bKeyNo</span>,,oBrw2<span style="color: #000000;">&#41;</span> % <span style="color: #000000;">2</span> == <span style="color: #000000;">0</span>, <span style="color: #000000;">&#123;</span> CLR_BLACK, RGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">198</span>, <span style="color: #000000;">255</span>, <span style="color: #000000;">198</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#123;</span> CLR_BLACK, RGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">232</span>, <span style="color: #000000;">255</span>, <span style="color: #000000;">232</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> &nbsp; &nbsp;<span style="color: #B900B9;">// Efecto Cebra</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nOpacity</span> &nbsp; &nbsp;:= <span style="color: #000000;">230</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nHeaderHeight</span> &nbsp; &nbsp; &nbsp;:= <span style="color: #000000;">35</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nFreeze</span> &nbsp; &nbsp; &nbsp; := <span style="color: #000000;">6</span><br /><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">lAutoSort</span> := .t.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">lFooter</span> := .f.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">lHScroll</span> := .f.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">SetStyle</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">2007</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">nColorPen</span> := CLR_RED<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">CreateFromCode</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">/*<br />&nbsp; &nbsp;REDEFINE BTNBMP ID 4003 PROMPT "ELIMINAR" OF oDlg33 &nbsp;2007 &nbsp;FONT oFont7 C;<br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ToolTip &nbsp;"ELIMINA REGISTRO";<br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ACTION (delrow( oBrw2,@Can_Cod1,@Val_Tot1 ), oSay5:Refresh(),oSay6:Refresh(),oBrw2:Refresh())<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; */</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg1 <span style="color: #0000ff;">CENTERED</span><br /><br /><br />&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">RELEASE</span> <span style="color: #0000ff;">FONT</span> oFont,oFont1,oFont7<br /><br /><br />&nbsp; &nbsp; &nbsp;<span style="color: #00C800;">Return</span> <span style="color: #00C800;">nil</span><br /><br /><span style="color: #00C800;">Function</span> NomDia<span style="color: #000000;">&#40;</span>cCod<span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; ?cCod<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">If</span> Val<span style="color: #000000;">&#40;</span>cCod<span style="color: #000000;">&#41;</span> = <span style="color: #000000;">0</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">Return</span> .f.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">Endif</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nDia:= aScan<span style="color: #000000;">&#40;</span>aDias, &nbsp; <span style="color: #000000;">&#123;</span> | array | array<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span> == cCod<span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; cNomDia:=aDias<span style="color: #000000;">&#91;</span>nDia<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span> &nbsp; <span style="color: #B900B9;">// &nbsp;<--- Obtener Nombre del Dia del Array</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00C800;">Return</span> cNomDia<br /><br /><br />&nbsp;</div>[/code:2si601r6]
Ayuda Con Xbrowse (Consulta a Cristobal N.)
Bien, si no te funciona asi, prueba de esta forma [code=fw:2bc4m83m]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;.../...<br />&nbsp; &nbsp;COLUMNS <span style="color: #ff0000;">'Cod_dia'</span>, <span style="color: #ff0000;">'Hor_Ini'</span>,<span style="color: #ff0000;">'Hor_Fin'</span>,<span style="color: #ff0000;">'Frecu'</span>,<span style="color: #ff0000;">'Can_Pac'</span>,<span style="color: #ff0000;">'Est_Dia'</span>;<br />&nbsp; &nbsp;.../...<br />&nbsp; &nbsp;:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bEditValue</span> &nbsp; := <span style="color: #000000;">&#123;</span> | | &nbsp;NomDia<span style="color: #000000;">&#40;</span> HoraB->Cod_dia <span style="color: #000000;">&#41;</span> &nbsp;<span style="color: #000000;">&#125;</span><br />&nbsp;</div>[/code:2bc4m83m]
Ayuda Con Xbrowse (Consulta a Cristobal N.)
Hola Francisco Muy buen dia. Aplique tu modificacion y efectivamente ahora si muestra el nombre del dia en la Columna. Lo que si necesito saber si es correcto que por caja profesional seleccionado, cuando llena este xbrowse, envia 7 veces a la funcion por cada dia de la semana? Es como que vaya a la Funcion a buscar el dia, tantas veces como columnas tenga, es muy extraño. Muchos Saludos Antonio Asi deje tengo el codigo: [code=fw:1iejazgz]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nMarqueeStyle</span> := MARQSTYLE_HIGHLWIN7<br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nColDividerStyle</span> := LINESTYLE_INSET<br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nRowDividerStyle</span> := LINESTYLE_INSET<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">bClrHeader</span> := <span style="color: #000000;">&#123;</span>|| <span style="color: #000000;">&#123;</span> nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">000</span>,<span style="color: #000000;">000</span>,<span style="color: #000000;">000</span><span style="color: #000000;">&#41;</span>, nRGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">128</span>,<span style="color: #000000;">255</span>,<span style="color: #000000;">128</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#125;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">bClrStd</span> &nbsp;:= <span style="color: #000000;">&#123;</span> || <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> Eval<span style="color: #000000;">&#40;</span> oBrw2:<span style="color: #000000;">bKeyNo</span>,,oBrw2<span style="color: #000000;">&#41;</span> % <span style="color: #000000;">2</span> == <span style="color: #000000;">0</span>, <span style="color: #000000;">&#123;</span> CLR_BLACK, RGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">198</span>, <span style="color: #000000;">255</span>, <span style="color: #000000;">198</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#123;</span> CLR_BLACK, RGB<span style="color: #000000;">&#40;</span> <span style="color: #000000;">232</span>, <span style="color: #000000;">255</span>, <span style="color: #000000;">232</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span> &nbsp; &nbsp;<span style="color: #B900B9;">// Efecto Cebra</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bEditValue</span> &nbsp; := <span style="color: #000000;">&#123;</span> | | &nbsp;NomDia<span style="color: #000000;">&#40;</span> HoraB->Cod_dia <span style="color: #000000;">&#41;</span> &nbsp;<span style="color: #000000;">&#125;</span> &nbsp;<span style="color: #B900B9;">// <-- Esto Agregue.</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nOpacity</span> &nbsp; &nbsp;:= <span style="color: #000000;">230</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nHeaderHeight</span> &nbsp; &nbsp; &nbsp;:= <span style="color: #000000;">35</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oBrw2:<span style="color: #000000;">nFreeze</span> &nbsp; &nbsp; &nbsp; := <span style="color: #000000;">6</span><br /><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">lAutoSort</span> := .t.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">lFooter</span> := .f.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">lHScroll</span> := .f.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">SetStyle</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">2007</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">nColorPen</span> := CLR_RED<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; oBrw2:<span style="color: #000000;">CreateFromCode</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp;</div>[/code:1iejazgz]
Ayuda Con Xbrowse (Consulta a Cristobal N.)
[quote="remtec":2359is39]Hola Francisco Muy buen dia. Aplique tu modificacion y efectivamente ahora si muestra el nombre del dia en la Columna. Lo que si necesito saber si es correcto que por caja profesional seleccionado, cuando llena este xbrowse, envia 7 veces a la funcion por cada dia de la semana? Es como que vaya a la Funcion a buscar el dia, tantas veces como columnas tenga, es muy extraño. [/quote:2359is39] Imagino que el mensaje es para mí y no para Francisco, por eso te contesto A la pregunta que me haces, lo lógico es que conteste el autor del xbrowse ( Mr. Rao ), por si él considera que lo que te he propuesto se debe hacer de otra forma más correcta. Tienes en alguna function un RefreshCurrent o Refresh?
Ayuda Con Xbrowse (Consulta a Cristobal N.)
[quote="cnavarro":1pukvmr5][quote="remtec":1pukvmr5]Hola Francisco Muy buen dia. Aplique tu modificacion y efectivamente ahora si muestra el nombre del dia en la Columna. Lo que si necesito saber si es correcto que por caja profesional seleccionado, cuando llena este xbrowse, envia 7 veces a la funcion por cada dia de la semana? Es como que vaya a la Funcion a buscar el dia, tantas veces como columnas tenga, es muy extraño. [/quote:1pukvmr5] Imagino que el mensaje es para mí y no para Francisco, por eso te contesto A la pregunta que me haces, lo lógico es que conteste el autor del xbrowse ( Mr. Rao ), por si él considera que lo que te he propuesto se debe hacer de otra forma más correcta. Tienes en alguna function un RefreshCurrent o Refresh?[/quote:1pukvmr5] Hola Cristobal. Mil perdones, me congundi, claro que es para ti, ya que tu has tenido la gentileza como siempre de estar dispuesto a ayudarme. Mira uso Refresh, te comente solo porque me llamo la atencion, tu respuesta hace y comple lo que necesito, pero esto es solo por que quise saber si era normal, ahora como elimine el print dentro de la function, que era para revisar, cumple lo que necesito, finalmente es lo que me importa. Muchas gracias por todo. Antonio. Antonio
Ayuda Con la clase TGet (Solucionado)
Saludos amigos del Foro:Tengo un problema con la clase TGet, que guiandome con la documentacion, ejemplos y revisado creo que algunas 15 paginas de temas relacionados no doy con la solucion, vean el problema es:Tengo una ventana de dialogo con 5 Gets, al ingresar al primero, este modifica el valor de todos los demas desde el Valid, aqui se refresca el contenido con oget:refresh(), de los demas gets, antes del salir del Valid del primer Get, verifico el contenido de las variables de los otros gets y todo esta bien.Al pasar al segundo Get, el valor es cero (o el asignado antes de ingresar al primer Get) pero los siguientes gets aparecen con los valores correctos al salir del Valid del primer Get.No se que metodo usar para que al salir del Valid del primer Get, el segundo se actualice correctamente.Pense en un metodo Init, pero no existe.Estoy trabajando con FiveWin 8.01 y xHarbourSaludos desde Honduras <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Ayuda Con la clase TGet (Solucionado)
Usa oGet:VarPut( <valor> ), oGet:Refresh()
Ayuda Con la clase TGet (Solucionado)
Saludos Antonio:De manera rara, al quitar la clausula PICTURE me trabaja y muestra los datos pero enteros necesitando 4 decimales, y menciono raro, ya que esta clausula la uso mucho y precisamente aqui no quiere funcionar, he aqui el codigo:[quote:b186anfw] REDEFINE GET oCt_Get[3] VAR sn_Precio ID 822 OF oDlg_Prod UPDATE PICTURE "999,999.9999" ; VALID Val_Precio( nVal, @nPorcent, oCt_Get ) ON CHANGE oCt_Get[2]:Disable() [/quote:b186anfw]Alguna sugerencia?Saludos <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Ayuda Con la clase TGet (Solucionado)
PICTURE "@R 999,999.9999"óPICTURE "@E 999,999.9999"Intente ahora.saludos.
Ayuda Con la clase TGet (Solucionado)
Gracias João :Probe con ambas sugerencias, y al cambiar del primer get al segundo, sigue en blanco es decir 0.Y es mas en el valid del primer Get coloque lo siguiente: oCt_Get[3]:VarPut( sn_Precio ) oCt_Get[3]:Refresh()Como sugirio Antonio Linares, y probe sin el picture y me aparece el get con el contenido.Saludos
Ayuda Con la clase TGet (Solucionado)
[quote="Blessed":3s8lzw5n]Y es mas en el valid del primer Get coloque lo siguiente: oCt_Get[3]:VarPut( sn_Precio ) oCt_Get[3]:Refresh() Como sugirio Antonio Linares, y probe sin el picture y me aparece el get con el contenido[/quote:3s8lzw5n]Prueba con oCt_Get[3]:cText( sn_Precio )Si el problema estuviera en el valid, también podrías probar: oCt_Get[3]:bGotFocus := {|o| o:cText( sn_Precio ) }Saludos.Manuel Mercado
Ayuda Con la clase TGet (Solucionado)
Gracias a todos:[code:2o7wz027] oCt_Get&#91;3&#93;&#58;VarPut&#40; sn_Precio &#41; oCt_Get&#91;3&#93;&#58;Refresh&#40;&#41; [/code:2o7wz027]Con la sugerencia de maestro Antonio solucione el problema, por un error al estar en dos proyectos a la vez, se me fue una como de mas, y no tomaba en cuenta los cambios.Gracias por su tiempo.Una abrazo desde <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Ayuda Con la clase treport y Sql
Necesito Imprimir desde Sql utilizando la clase tReport, Alguien me pudiera dar un empujoncito??? Gracias <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: -->
Ayuda Con la clase treport y Sql
Angel: Si pudieras decirnos cual es el problema. Para empezar echale un ojo a este link <!-- m --><a class="postlink" href="http://sqlcmd.blogspot.com/2008_10_01_archive.html">http://sqlcmd.blogspot.com/2008_10_01_archive.html</a><!-- m --> Saludos
Ayuda Con la clase treport y Sql
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> AdBlanco, la forma mas sencilla que encontre es generar un arreglo con la informacion a imprimir, haces la busqueda, metes el resultado en una arreglo y sobre ese imprimes. [code=fw:11snte8z]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> VtaReporte1<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />   cFecha1 := Fecha2Sql<span style="color: #000000;">&#40;</span> dIni <span style="color: #000000;">&#41;</span><br />   cFecha2 := Fecha2Sql<span style="color: #000000;">&#40;</span> dFin <span style="color: #000000;">&#41;</span><br /><br />   oMovs := oMysql:<span style="color: #000000;">Query</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"SELECT * FROM movtos where codigo = '"</span> + cCod +;<br />             <span style="color: #ff0000;">"' AND fecha BETWEEN '"</span> + cFecha1 + <span style="color: #ff0000;">"'"</span> +  <span style="color: #ff0000;">" AND '"</span> + cFecha2 + <span style="color: #ff0000;">"' ORDER BY fecha"</span><span style="color: #000000;">&#41;</span><br /><br />    oMovs:<span style="color: #000000;">gotop</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />    <span style="color: #00C800;">do</span> <span style="color: #00C800;">while</span> !oMovs:<span style="color: #000000;">eof</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />       aadd<span style="color: #000000;">&#40;</span> aRegistros, <span style="color: #000000;">&#123;</span> oMovs:<span style="color: #000000;">fieldget</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'ubicacion'</span><span style="color: #000000;">&#41;</span>,;<br />                           oMovs:<span style="color: #000000;">fieldget</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'cliente'</span><span style="color: #000000;">&#41;</span>,;<br />                           oMovs:<span style="color: #000000;">fieldget</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'fecha'</span><span style="color: #000000;">&#41;</span>,;<br />                           oMovs:<span style="color: #000000;">fieldget</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'codigo'</span><span style="color: #000000;">&#41;</span>,;<br />                           oMovs:<span style="color: #000000;">fieldget</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'cantidad'</span><span style="color: #000000;">&#41;</span>,;<br />                           oMovs:<span style="color: #000000;">fieldget</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'precio'</span><span style="color: #000000;">&#41;</span>,;<br />                           oMovs:<span style="color: #000000;">fieldget</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'importe'</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><br />       oMovs:<span style="color: #000000;">Skip</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />    <span style="color: #00C800;">enddo</span><br />    <span style="color: #00C800;">if</span> len<span style="color: #000000;">&#40;</span> aRegistros <span style="color: #000000;">&#41;</span> > <span style="color: #000000;">0</span><br />       Reporte2<span style="color: #000000;">&#40;</span>dIni, dFin, cCod, aRegistros<span style="color: #000000;">&#41;</span><br />    <span style="color: #00C800;">else</span><br />         <span style="color: #0000ff;">msginfo</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'NO SE ENCONTRARON COINCIDENCIAS'</span>, cProgram<span style="color: #000000;">&#41;</span><br />         <span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br />    <span style="color: #00C800;">endif</span><br /><br />   oMovs:<span style="color: #000000;">end</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   oMovs := <span style="color: #00C800;">NIL</span><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /><br /><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> Reporte3<span style="color: #000000;">&#40;</span>dIni, dFin, cCodigo, nRuta, aRegistros<span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> oFont1, oFont2, oReport, nRegistro := <span style="color: #000000;">1</span><br />   <span style="color: #00C800;">local</span> cTexto := <span style="color: #ff0000;">'" "<br />   local cTexto2 :=  " "<br /><br />   DEFINE FONT oFont1 NAME "ARIAL" SIZE 0,-10<br />   DEFINE FONT oFont2 NAME "ARIAL" SIZE 0,-10 BOLD<br /><br />   REPORT oReport TITLE '</span>Prueba  ;<br />         FOOTER Pág :<span style="color: #ff0000;">"+strzero(oReport:nPage,3)    FONT oFont1, oFont2  PREVIEW<br /><br /><br /><br /><br />      COLUMN TITLE "</span>Cte<span style="color: #ff0000;">"                    DATA aRegistros[nRegistro,2] PICTURE '9999'  RIGHT<br />      COLUMN TITLE "</span>Cliente<span style="color: #ff0000;">"                DATA substr(NombreCliente(aRegistros[nRegistro,2]),1,25)<br />      COLUMN TITLE "</span>Fecha<span style="color: #ff0000;">"                  DATA aRegistros[nRegistro,3]<br />      COLUMN TITLE "</span>Cant<span style="color: #ff0000;">"                   DATA aRegistros[nRegistro,5] PICTURE '999'  RIGHT TOTAL<br />      COLUMN TITLE "</span>Precio<span style="color: #ff0000;">"                 DATA aRegistros[nRegistro,6] PICTURE '99,999.99'  RIGHT<br />      COLUMN TITLE "</span>Importe<span style="color: #ff0000;">"                DATA aRegistros[nRegistro,7] PICTURE '999,999.99'  RIGHT TOTAL<br /><br />      oReport:bSkip := {|| nRegistro++}<br /><br /><br />   END REPORT<br />   IF oReport:lCreated<br />      oReport:oTitle:aFont[1] := {|| 2 }<br />      oReport:oTitle:aFont[4] := {|| 2 }<br />      oReport:oTitle:aFont[5] := {|| 2 }<br />   ENDIF<br /><br />   ACTIVATE REPORT oReport WHILE nRegistro <= len(aRegistros)<br /><br />   oFont1:end()<br />   oFont2:end()<br />   oReport:end()<br />return NIL<br /><br /></span></div>[/code:11snte8z] a lo mejor estoy matando pulgas a balazos pero eso fue lo que me funciono. saludos, Mauricio <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: -->
Ayuda Con la clase treport y Sql
Gracias, Intentaré esto <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: -->
Ayuda Con la clase treport y Sql
AdBlanco... Usa mi clase ADOBASE.. mira los ejemplos.. es igual que usando la TDataBase... sencillo. bajala de aqui.. <!-- m --><a class="postlink" href="http://200.72.140.34/privado/adobase/">http://200.72.140.34/privado/adobase/</a><!-- m --> Saludos Desde Chile Adolfo
Ayuda Con la clase treport y Sql
Angel: Te envio un reporte utilizando SQL (Eagle1) [code=fw:knvqywsr]<div class="fw" id="{CB}" style="font-family: monospace;">   cNomenclaSql  := <span style="color: #ff0000;">"SELECT * FROM nomencla order by descrip"</span><br />   onomencla := TMSQuery<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span>oCon, cNomenclaSql<span style="color: #000000;">&#41;</span><br />   onomencla :<span style="color: #000000;">Open</span><span style="color: #000000;">&#40;</span>cNomenclaSql<span style="color: #000000;">&#41;</span><br /><br /><br /><br /><span style="color: #0000ff;">DEFINE</span> PEN oPen1 WIDTH <span style="color: #000000;">2</span><br /><span style="color: #0000ff;">DEFINE</span> PEN oPen2 WIDTH <span style="color: #000000;">1</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFon1 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Arial"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-11</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFon2 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Arial"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-08</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFon3 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Arial"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-14</span><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFon4 <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"Arial"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-12</span> BOLD<br /><br /><br /><span style="color: #00C800;">IF</span> PrinterSetup<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> = <span style="color: #000000;">0</span><br />   <span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">nil</span><br /><span style="color: #00C800;">ENDIF</span><br /><br />REPORT oReport <span style="color: #0000ff;">TITLE</span> OemToAnsi<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Valorizaci¢n Nomenclador C.S.S a la Fecha : "</span><span style="color: #000000;">&#41;</span>+ DToC<span style="color: #000000;">&#40;</span>ovalores:<span style="color: #000000;">FieldGet</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">43</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>;<br />                 CAPTION OemToAnsi<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Valorizaci¢n Nomenclador C.S.S"</span><span style="color: #000000;">&#41;</span>;<br />                 HEADER <span style="color: #ff0000;">"Caja de Servicios Sociales"</span>,<span style="color: #ff0000;">"Fecha:  "</span>+DToC<span style="color: #000000;">&#40;</span>DATE<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>,<span style="color: #ff0000;">"Pagina: "</span>+STR<span style="color: #000000;">&#40;</span>oReport:<span style="color: #000000;">nPage</span>,<span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span>,;<br />                 oReport:<span style="color: #000000;">SayBitmap</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">0</span>,<span style="color: #000000;">5.0</span>,<span style="color: #ff0000;">"LOGO.BMP"</span>,<span style="color: #000000;">0.7</span>,<span style="color: #000000;">0.7</span><span style="color: #000000;">&#41;</span>;<br />                 FOOTER OemtoAnsi<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"- Valorizaci¢n Nomenclador C.S.S - Confeccion¢ : "</span><span style="color: #000000;">&#41;</span> + ;<br />                 Alltrim<span style="color: #000000;">&#40;</span>cNombreusu<span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">" Fecha : "</span> + DToC<span style="color: #000000;">&#40;</span>Date<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">" Hora :"</span>+ Time<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>  ;<br />                 <span style="color: #0000ff;">CENTER</span>;<br />                 <span style="color: #0000ff;">FONT</span> oFon1, oFon2, oFon3, oFon4;<br />                 PEN oPen1, oPen2;<br />                 PREVIEW<br /><br />     COLUMN <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Digito"</span>,<span style="color: #ff0000;">""</span>                    <span style="color: #00C800;">DATA</span> onomencla:<span style="color: #000000;">FieldGet</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span><br />     COLUMN <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Codigo"</span>,<span style="color: #ff0000;">"Hosp.Amb"</span>            <span style="color: #00C800;">DATA</span> Strzero<span style="color: #000000;">&#40;</span>onomencla:<span style="color: #000000;">FieldGet</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span>,<span style="color: #000000;">6</span><span style="color: #000000;">&#41;</span><br />     COLUMN <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Descripcion"</span>,<span style="color: #ff0000;">"Hosp.Int"</span>       <span style="color: #00C800;">DATA</span> onomencla:<span style="color: #000000;">FieldGet</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">70</span><br />     COLUMN <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Honorarios"</span>,<span style="color: #ff0000;">"Priv.Amb"</span>        <span style="color: #00C800;">DATA</span> Transform<span style="color: #000000;">&#40;</span>onomencla:<span style="color: #000000;">FieldGet</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">RIGHT</span><br />     COLUMN <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Gastos"</span>,<span style="color: #ff0000;">"Priv.Int"</span>            <span style="color: #00C800;">DATA</span> Transform<span style="color: #000000;">&#40;</span>onomencla:<span style="color: #000000;">FieldGet</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">6</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"@E 999,999.99"</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">RIGHT</span><br />     COLUMN <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Lt"</span>                           <span style="color: #00C800;">DATA</span> onomencla:<span style="color: #000000;">FieldGet</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">15</span><span style="color: #000000;">&#41;</span><br /><br />      <span style="color: #00C800;">IF</span> nRadio1 = <span style="color: #000000;">1</span><br />           GROUP <span style="color: #0000ff;">ON</span> onomencla:<span style="color: #000000;">FieldGet</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>;<br />           FOOTER <span style="color: #ff0000;">"Total Registros Digito "</span>+oReport:<span style="color: #000000;">aGroups</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">cValue</span>+<span style="color: #ff0000;">"   "</span>+LTrim<span style="color: #000000;">&#40;</span>Str<span style="color: #000000;">&#40;</span>oReport:<span style="color: #000000;">aGroups</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span>:<span style="color: #000000;">nCounter</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> ;<br />           eject;<br />           <span style="color: #0000ff;">FONT</span> <span style="color: #000000;">1</span><br />      <span style="color: #00C800;">ENDIF</span><br /><br />     END REPORT<br /><br />oReport:<span style="color: #000000;">bSkip</span> := <span style="color: #000000;">&#123;</span>||  onomencla:<span style="color: #000000;">skip</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br />oReport:<span style="color: #000000;">nTitleUpLine</span> := RPT_SINGLELINE<br />oReport:<span style="color: #000000;">nTitleDnLine</span> := RPT_SINGLELINE<br /><br /><br /><span style="color: #0000ff;">ACTIVATE</span> REPORT oReport  <span style="color: #00C800;">WHILE</span> !onomencla:<span style="color: #000000;">Eof</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;<br />                         <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">CHANGE</span> Nomencla035<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">nil</span><br /> </div>[/code:knvqywsr] Espero que sea lo que necesitas y te pueda servir . Un abrazo .
Ayuda Con la clase treport y Sql
Es EXACTAMENTE lo que necesitaba, Gracias, Arigato <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
Ayuda Cual es el Font por defecto en Dialogos xp
Estimado Colegas Quisiera saber cual es el font que tengo que setear para los dialogos bajo xp para que la letras no se vean ni tan chichas ni tan grandes Gracias Fabian
Ayuda Cual es el Font por defecto en Dialogos xp
En todos mis dialogos uso Tahoma 10
Ayuda DBCOMBO
Hola Amigos Tengo un problema. Estoy usando un DBCOMBO, siempre que ingreso a el, este se poseciona con un registro en blanco al inicio de la lista. Siempre la variable trae un valor que corresponde a un registro de la base, quiero saber si existe la posibilidad de que la lista del DbCombobox se encuentre ubicada el registro que corresponde al valor que trae la variable. Desde ya muchas gracias. Saludos Antonio Codigo: [code=fw:3jfrpaod]<div class="fw" id="{CB}" style="font-family: monospace;"><br />        Abre_dbf<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"especia"</span>,<span style="color: #000000;">2</span>,.f.,<span style="color: #ff0000;">"Espe"</span><span style="color: #000000;">&#41;</span><br />        Set Inde <span style="color: #0000ff;">To</span> especia<br />        DbSetOrder<span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// </span><br />        Database oEspe<br /><br />** Por Ejemplo la variable Get33 = <span style="color: #ff0000;">"MEDI"</span><br />        @ <span style="color: #000000;">82</span>,<span style="color: #000000;">300</span> DBCOMBO oGet33 <span style="color: #0000ff;">var</span> Get33 <span style="color: #0000ff;">FONT</span> oFont7 <span style="color: #0000ff;">of</span> oDlg2;<br />      <span style="color: #0000ff;">alias</span> oEspe:<span style="color: #000000;">cAlias</span>;<br />      <span style="color: #0000ff;">size</span> <span style="color: #000000;">200</span>,<span style="color: #000000;">210</span> <span style="color: #0000ff;">pixel</span>;<br />      itemfield <span style="color: #ff0000;">"Cod_Esp"</span>;<br />      listfield <span style="color: #ff0000;">"Nom_Esp"</span>;<br />      <span style="color: #0000ff;">update</span>  <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">CHANGE</span>   <span style="color: #000000;">&#40;</span>Tipo_Espe<span style="color: #000000;">&#40;</span>Get33<span style="color: #000000;">&#41;</span>,oNom_Esp3:<span style="color: #000000;">VARPUT</span><span style="color: #000000;">&#40;</span> Espe->Nom_Esp <span style="color: #000000;">&#41;</span>,Nom_Esp:=Espe->Nom_Esp,Get3:=Get33,oGet3:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>,oNom_Esp3:<span style="color: #000000;">Show</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>,oGet33:<span style="color: #000000;">Hide</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>, oGet33:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>,oNom_Esp3:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><br /> </div>[/code:3jfrpaod]
Ayuda DBCOMBO
Asegurate que la variable get33 tenga la misma longuitud que el campo nom_esp
Ayuda DBCOMBO
please add the NOBLANK clause, first chek in dbcombo.ch if this version of class have the clause NOBLANK.
Ayuda DBCOMBO
Haga un ejemplo práctico con el .DBF y .RAR todo para pruebas, ok? Regardsm saludos.
Ayuda DBCOMBO
[quote="JoseAlvarez":35syk7q8]Asegurate que la variable get33 tenga la misma longuitud que el campo nom_esp[/quote:35syk7q8] Hola Jose Muchas gracias por responder. El Get33 del DbCombo, contiene el codigo de la especialidad, que es el que uso para guardar, mientras que la lista que muestra corresponde a la descripcion. itemfield "Cod_Esp"; listfield "Nom_Esp"; Muchas gracias. Saludos. Antonio
Ayuda DBCOMBO
[quote="carlos vargas":16ru7d8q]please add the NOBLANK clause, first chek in dbcombo.ch if this version of class have the clause NOBLANK.[/quote:16ru7d8q] Hola Carlos Muchas gracias por responder. La version que tengo de FWH es la 22.10 y este es el DbCombo.ch que trae. Muchas gracias Saludos Antonio DbCombo.ch [code=fw:16ru7d8q]<div class="fw" id="{CB}" style="font-family: monospace;"><br />*********************************************************************<br />* File <span style="color: #0000ff;">Name</span>:    DBCombo.ch<br />* Author:   Elliott Whitticar<br />* Created:  <span style="color: #000000;">04</span>/<span style="color: #000000;">23</span>/<span style="color: #000000;">96</span><br />* Description:  Preprocessor directives <span style="color: #00C800;">for</span> TDBCombo <span style="color: #00C800;">class</span>.<br />*********************************************************************<br />#ifndef _DBCOMBO_CH<br /><span style="color: #00D7D7;">#define</span> _DBCOMBO_CH<br /><br /><span style="color: #B900B9;">/*----------------------------------------------------------------------------//<br />!short: DBCOMBO */</span><br /><br />#xcommand @ <nRow>, <nCol> DBCOMBO <span style="color: #000000;">&#91;</span> <oCbx> <span style="color: #0000ff;">VAR</span> <span style="color: #000000;">&#93;</span> <cVar> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">ITEMS</span> <aItems> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">SIZE</span> <nWidth>, <nHeight> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <dlg:<span style="color: #0000ff;">OF</span>,<span style="color: #0000ff;">WINDOW</span>,DIALOG> <oWnd> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <help:<span style="color: #000000;">HELPID</span>, <span style="color: #0000ff;">HELP</span> ID> <nHelpId> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">CHANGE</span> <uChange> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">VALID</span> <uValid> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <color: <span style="color: #0000ff;">COLOR</span>,COLORS> <nClrText> <span style="color: #000000;">&#91;</span>,<nClrBack><span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <pixel: <span style="color: #000000;">PIXEL</span>> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">FONT</span> <oFont> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <update: <span style="color: #000000;">UPDATE</span>> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">MESSAGE</span> <cMsg> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">WHEN</span> <uWhen> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <design: <span style="color: #000000;">DESIGN</span>> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">BITMAPS</span> <acBitmaps> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">ON</span> DRAWITEM <uBmpSelect> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">ALIAS</span> <cAlias> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> ITEMFIELD <cFldItem> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> LISTFIELD <cFldList> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <list: <span style="color: #000000;">LIST</span>, PROMPTS> <aList> <span style="color: #000000;">&#93;</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">&#91;</span> <noblank: <span style="color: #000000;">NOBLANK</span>><span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> HEIGHTGET <nHGet> <span style="color: #000000;">&#93;</span> ;<br />       => ;<br />          <span style="color: #000000;">&#91;</span> <oCbx> := <span style="color: #000000;">&#93;</span> TDBCombo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> <nRow>, <nCol>, bSETGET<span style="color: #000000;">&#40;</span><cVar><span style="color: #000000;">&#41;</span>,;<br />             <aItems>, <nWidth>, <nHeight>, <oWnd>, <nHelpId>,;<br />             <span style="color: #000000;">&#91;</span><span style="color: #000000;">&#123;</span>|Self|<uChange><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#93;</span>, <<span style="color: #000000;">&#123;</span>uValid<span style="color: #000000;">&#125;</span>>, <nClrText>, <nClrBack>,;<br />             <.<span style="color: #0000ff;">pixel</span>.>, <oFont>, <cMsg>, <.<span style="color: #0000ff;">update</span>.>, <<span style="color: #000000;">&#123;</span>uWhen<span style="color: #000000;">&#125;</span>>,;<br />             <.design.>, <acBitmaps>, <span style="color: #000000;">&#91;</span><span style="color: #000000;">&#123;</span>|nItem|<uBmpSelect><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#93;</span>, ;<br />             <cAlias>, <<span style="color: #000000;">&#40;</span>cFldItem<span style="color: #000000;">&#41;</span>>, <<span style="color: #000000;">&#40;</span>cFldList<span style="color: #000000;">&#41;</span>>, <aList>, <nHGet> <span style="color: #000000;">&#41;</span><br /><br />#xcommand <span style="color: #0000ff;">REDEFINE</span> DBCOMBO <span style="color: #000000;">&#91;</span> <oCbx> <span style="color: #0000ff;">VAR</span> <span style="color: #000000;">&#93;</span> <cVar> ;<br />             <span style="color: #000000;">&#91;</span> <items: <span style="color: #000000;">ITEMS</span>> <aItems> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">ID</span> <nId> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <dlg:<span style="color: #0000ff;">OF</span>,<span style="color: #0000ff;">WINDOW</span>,DIALOG> <oWnd> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <help:<span style="color: #000000;">HELPID</span>, <span style="color: #0000ff;">HELP</span> ID> <nHelpId> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">CHANGE</span> <uChange> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">VALID</span>   <uValid> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <color: <span style="color: #0000ff;">COLOR</span>,COLORS> <nClrText> <span style="color: #000000;">&#91;</span>,<nClrBack><span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <update: <span style="color: #000000;">UPDATE</span>> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">MESSAGE</span> <cMsg> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">WHEN</span> <uWhen> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">BITMAPS</span> <acBitmaps> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">ON</span> DRAWITEM <uBmpSelect> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <span style="color: #0000ff;">ALIAS</span> <cAlias> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> ITEMFIELD <cFldItem> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> LISTFIELD <cFldList> <span style="color: #000000;">&#93;</span> ;<br />             <span style="color: #000000;">&#91;</span> <list: <span style="color: #000000;">LIST</span>, PROMPTS> <aList> <span style="color: #000000;">&#93;</span> ;<br />       => ;<br />          <span style="color: #000000;">&#91;</span> <oCbx> := <span style="color: #000000;">&#93;</span> TDBCombo<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #0000ff;">ReDefine</span><span style="color: #000000;">&#40;</span> <nId>, bSETGET<span style="color: #000000;">&#40;</span><cVar><span style="color: #000000;">&#41;</span>,;<br />             <aItems>, <oWnd>, <nHelpId>, <<span style="color: #000000;">&#123;</span>uValid<span style="color: #000000;">&#125;</span>>, <span style="color: #000000;">&#91;</span><span style="color: #000000;">&#123;</span>|Self|<uChange><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#93;</span>,;<br />             <nClrText>, <nClrBack>, <cMsg>, <.<span style="color: #0000ff;">update</span>.>, <<span style="color: #000000;">&#123;</span>uWhen<span style="color: #000000;">&#125;</span>>,;<br />             <acBitmaps>, <span style="color: #000000;">&#91;</span><span style="color: #000000;">&#123;</span>|nItem|<uBmpSelect><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#93;</span>, ;<br />             <cAlias>, <<span style="color: #000000;">&#40;</span>cFldItem<span style="color: #000000;">&#41;</span>>, <<span style="color: #000000;">&#40;</span>cFldList<span style="color: #000000;">&#41;</span>>, <aList> <span style="color: #000000;">&#41;</span><br /><br />#endif<br /><br /> </div>[/code:16ru7d8q]
Ayuda DBCOMBO
Hola João Muchas gracias por responder. Trate de aplicar su solucion, pero no di con un resultado positivo. Saludos. Antonio
Ayuda DBCOMBO
[url:2powc1cd]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=16285[/url:2powc1cd] ó [code=fw:2powc1cd]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;oDbc:<span style="color: #000000;">Del</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span><br />&nbsp;</div>[/code:2powc1cd] Regards, saludos.
Ayuda DLL
Tengo una .DLL, que me devuelve un OBJETO, como hago para que el .EXE lo tome ? [code=fw:2iy664mz]<div class="fw" id="{CB}" style="font-family: monospace;"><br />hDll := LoadLibrary<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"kept5.dll"</span> <span style="color: #000000;">&#41;</span><br /><br />        La funcion que <span style="color: #ff0000;">"REGRESA"</span> el OBJETO es <span style="color: #ff0000;">"MainGdo"</span>, pero no se <span style="color: #ff0000;">"COMO"</span> decirle que me regrese el OBJETO desde la dll<span style="color: #B900B9;">/*<br />        HbDLLEntry2( "MainGdo",hItem1, hItem2, hItem3, hItem4, hItem5 )<br />         */</span><br /><br /> </div>[/code:2iy664mz] Gracias
Ayuda DLL
Mira se ayuda: [url:2xsq8ch3]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=14863&start=90[/url:2xsq8ch3] Saludos.
Ayuda DLL
karinha, Gracias por la ayuda. Pero lo que necesito es: function main() oObjeto := MainGdo(a,b,c,d,e) // Msginfo( oObjeto:a ) Msginfo( oObjeto:b ) Msginfo( oObjeto:c ) Msginfo( oObjeto:d ) Msginfo( oObjeto:e ) return Nil *********************************************************************** [b:ai5vvgpf]//Esto esta en la DLL function MainGdo(a,b,c,d,e) local oRegreso := TSeguro():New(a,b,c,d,e) [size=150:ai5vvgpf]return oRegreso[/size:ai5vvgpf][/b:ai5vvgpf] CLASS TSeguro DATA a,b,c,d METHOD New( a,b,c,d,e) ENDCLASS METHOD New( a,b,c,d,e) CONSTRUCTOR ::a := a + 25 ::b := b += "un texto x" ::c := c ::d := d ::e := e RETURN self Gracias
Ayuda DLL
Ricardo, Eso solo puedes hacerlo con una DLL de pcode, no con una DLL autocontenida. La DLL de pcode usa la misma máquina virtual del EXE. Y en la DLL tienes que cambiar esto: static oRegreso function MainGdo(a,b,c,d,e) oRegreso := TSeguro():New(a,b,c,d,e) return oRegreso
Ayuda DLL
Gracias Antonio, he intentado compilar mi dll (pcode), por motivos de actualización y simplemente no he podido corregir este error: [list:1wklhijk] LINEA 1518 [b:1wklhijk]ULONG hb_snprintf( char * buffer, size_t nSize, const char * format, ... )[/b:1wklhijk] [1]:Bcc32.Exe -IP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include -M -c -v Maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Maindllp.c: Error E2141 Maindllp.c 1518: Declaration syntax error *** 1 errors in Compile *** [/list:u:1wklhijk] Gracias
Ayuda DLL
cambia ULONG por unsigned long y añade un ; al final de la línea
Ayuda DLL
Antonio, Gracias Esta es la funcion en el MAINDLLP.C [list:16mgwtgp] unsigned long hb_snprintf( char * buffer, size_t nSize, const char * format, ... ) { va_list arglist; ULONG result; va_start( arglist, format ); #if defined( __DJGPP__ ) && ( __DJGPP__ < 2 || ( __DJGPP__ == 2 && __DJGPP_MINOR__ <= 3 ) ) /* Use vsprintf() for DJGPP <= 2.03. This is a temporary hack, should implement a C99 snprintf() ourselves. */ result = vsprintf( buffer, format, arglist ); #elif defined( _MSC_VER ) && _MSC_VER >= 1400 result = _vsnprintf_s( buffer, nSize, _TRUNCATE, format, arglist ); #elif ( defined( _MSC_VER ) || defined( __DMC__ ) ) && !defined( __XCC__ ) result = _vsnprintf( buffer, nSize, format, arglist ); #define _HB_SNPRINTF_ADD_EOS #elif defined( __WATCOMC__ ) && __WATCOMC__ < 1200 result = _vbprintf( buffer, nSize, format, arglist ); #else result = vsnprintf( buffer, nSize, format, arglist ); #endif va_end( arglist ); #ifdef _HB_SNPRINTF_ADD_EOS if( buffer && nSize ) buffer[ nSize - 1 ] = '\0'; #endif return result; } [/list:u:16mgwtgp] Y estos los errores [list:16mgwtgp] Proyecto: Kept5, Entorno: BorlandDLL: [1]:Bcc32.Exe -IP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include -M -c -v Maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Maindllp.c: Error E2356 Maindllp.c 1519: Type mismatch in redeclaration of 'hb_snprintf' Error E2344 P:\32bits\harbour\include\hbapi.h 947: Earlier declaration of 'hb_snprintf' Error E2040 Maindllp.c 1520: Declaration terminated incorrectly *** 3 errors in Compile *** [/list:u:16mgwtgp] Gracias por la ayuda
Ayuda DLL
El compilador te indica que hb_snprintf está declarado en hbapi.h y que su declaración (en hbapi.h): int hb_snprintf( char * buffer, size_t bufsize, const char * format, ... ) No coincide con la tuya. Por lo que tienes que declararla de la misma forma que en hbapi.h
Ayuda DLL
Gracias Antonio, solo que ahora no me manda errores de compilación pero NO me genera el .OBJ Porque será?, la carpeta tiene permisos. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Saludos
Ayuda DLL
Igual lo está generando con otra extensión ? Comprueba los ficheros que hay en esa carpeta antés y después
Ayuda DLL
Buenas tardes Antonio, tienes razón me lo genera en donde esta el fuente, solo que me manda estos errores: [list:3smipjyp] Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include /i /oObj\Tseguro.c Harbour 3.2.0dev (r1406271520) Copyright (c) 1999-2014, <!-- m --><a class="postlink" href="http://harbour-project.org/">http://harbour-project.org/</a><!-- m --> Compiling 'Source\Tseguro.prg'... Lines 7316, Functions/Procedures 17 Generating C source output to 'Obj\Tseguro.c'... Done. [1]:Bcc32.Exe -IP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include -M -c -v Tseguro.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Tseguro.c: [1]:Harbour.Exe Source\Kept5.prg /m /n /es2 /ki /iP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include /i /oObj\Kept5.c Harbour 3.2.0dev (r1406271520) Copyright (c) 1999-2014, <!-- m --><a class="postlink" href="http://harbour-project.org/">http://harbour-project.org/</a><!-- m --> Compiling 'Source\Kept5.prg'... Lines 4376, Functions/Procedures 3 Generating C source output to 'Obj\Kept5.c'... Done. [1]:Bcc32.Exe -IP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include -M -c -v Kept5.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Kept5.c: [1]:Bcc32.Exe -IP:\32bits\harbour\include;P:\32bits\FWH\INCLUDE;P:\Fuentes\xharbour\Comun\include -M -c -v Maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Maindllp.c: [1]:iLink32.Exe -Tpd @Kept5.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN_HB_GT_WIN' referenced from P:\32BITS\HARBOUR\LIB\WIN\BCC\HBRTL.LIB|gtsys Error: Unresolved external '_HB_FUN_HB_DBG_VMSTKLCOUNT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_HB_FUN_HB_DBG_VMPARLLIST' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_HB_FUN_HB_DBG_VMVARLGET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_HB_FUN_HB_DBG_VMVARSLEN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_HB_FUN_TOLEAUTO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_hb_sxDeCrypt' referenced from P:\32BITS\HARBOUR\LIB\WIN\BCC\HBRDD.LIB|dbf1 Error: Unresolved external '_hb_sxPtoD' referenced from P:\32BITS\HARBOUR\LIB\WIN\BCC\HBRDD.LIB|dbf1 Error: Unresolved external '_hb_sxEnCrypt' referenced from P:\32BITS\HARBOUR\LIB\WIN\BCC\HBRDD.LIB|dbf1 Error: Unresolved external '_hb_sxDtoP' referenced from P:\32BITS\HARBOUR\LIB\WIN\BCC\HBRDD.LIB|dbf1 Error: Unresolved external '_HB_FUN_DBFNTX' referenced from P:\32BITS\HARBOUR\LIB\WIN\BCC\HBRDD.LIB|rddsys Error: Unresolved external '_HB_FUN___CLSACTIVE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DDE Error: Unresolved external '_HB_FUN_CTOT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_TTOC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_NUMTOHEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_HHASKEY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_ANSITOWIDE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_GETACTIVEOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_CREATEOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_TTOS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRV2PDF Error: Unresolved external '_HB_FUN_DATETIME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRV2PDF Error: Unresolved external '_hb_oleVariantToItem' referenced from P:\32BITS\FWH\LIB\FIVEHC.LIB|ACTX Error: Unresolved external '_hb_oleItemToVariant' referenced from P:\32BITS\FWH\LIB\FIVEHC.LIB|ACTX [/list:u:3smipjyp] Como siempre, me puedes apoyar de nuevo ?? Gracias
Ayuda DLL
Estás compilando con Harbour pero estás enlazando FWH para xHarbour ( FIVEHX.LIB ) Estás usando ficheros de cabecera de Harbour ( P:\32bits\harbour\include ) y ficheros de cabecera de xHarbour ( P:\Fuentes\xharbour\Comun\include ) No puedes mezclarlos. Si usas Harbour, todo de Harbour. Si usas xHarbour, todo de xHarbour <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Ayuda DLL
Buenos días Antonio, ahoro me presenta estos errores. [list:2x5x3tgg] Proyecto: Kept5, Entorno: BorlandDLL: [1]:iLink32.Exe -Tpd @Kept5.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_hb_xfree' referenced from P:\32BITS\FWH\LIB\FIVEHC.LIB|XHB Error: Unresolved external '_hb_xgrab' referenced from P:\32BITS\FWH\LIB\FIVEHC.LIB|XHB Error: Unresolved external '_hb_vmProcessSymbols' referenced from P:\FUENTES\XHARBOUR\XHARBDLL\OBJ\TSEGURO.OBJ Error: Unresolved external '_hb_vmExecute' referenced from P:\FUENTES\XHARBOUR\XHARBDLL\OBJ\KEPT5.OBJ[/list:u:2x5x3tgg] Gracias
Ayuda DLL
Te falta enlazar hbvm.lib en el caso de usar Harbour, ó vm.lib en el caso de usar xHarbour
Ayuda DLL
Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> [list:1ikrcjsz] Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org</a><!-- m --> <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'Source\Tseguro.prg'... Lines 977, Functions/Procedures 17 Generating C source output to 'Obj\Tseguro.c'... Done. [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v Tseguro.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Tseguro.c: [1]:Harbour.Exe Source\Kept5.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Kept5.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org</a><!-- m --> <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'Source\Kept5.prg'... Lines 500, Functions/Procedures 3 Generating C source output to 'Obj\Kept5.c'... Done. [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v Kept5.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Kept5.c: [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland maindllp.c: [1]:iLink32.Exe -Tpd @Kept5.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_hb_dateDecStr' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|extend Error: Unresolved external '_hb_datetimeDecStr' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|extend Error: Unresolved external '_hb_xstrcpy' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|dynsym Error: Unresolved external '_hb_strdup' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|classes Error: Unresolved external '_hb_rddWaInit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|estack Error: Unresolved external '_hb_rddWaShutDown' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|estack Error: Unresolved external '_hb_snprintf' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|estack Error: Unresolved external '_hb_conNewLine' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|estack Error: Unresolved external '_hb_conOutErr' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|estack Error: Unresolved external '_hb_setInitialize' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_conInit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_TraceLog' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_fsWrite' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_fsRead' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_fsOpen' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_fsCreate' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_fsClose' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_langDGetErrorDesc' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|arrayshb Error: Unresolved external '_HB_FUN_ABS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_ASC' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_AT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_BOF' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_CDOW' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_CHR' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_CMONTH' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_COL' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_CTOD' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DATE' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DAY' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DELETED' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DEVPOS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DOW' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DTOC' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DTOS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_EMPTY' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_EOF' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_EXP' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_FCOUNT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_FIELDNAME' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_FLOCK' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_FOUND' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_INKEY' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_INT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LASTREC' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LEFT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LEN' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LOCK' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LOG' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LOWER' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LTRIM' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_MAX' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_MIN' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_MONTH' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_PCOL' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_PROW' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_RECCOUNT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_RECNO' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_REPLICATE' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_RLOCK' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_ROUND' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_ROW' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_RTRIM' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SECONDS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SELECT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SETPOS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SETPOSBS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SPACE' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SQRT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_STR' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SUBSTR' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_TIME' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_TRANSFORM' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_TRIM' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_TYPE' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_UPPER' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_VAL' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_WORD' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_YEAR' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_hb_langSelectID' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_getenv' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_strnicmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_verHarbour' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_verPlatform' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_verCompiler' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_verBuildInfo' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_traceInit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_idleShutDown' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_backgroundShutDown' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_setkeyExit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddShutDown' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_serviceExit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_conRelease' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_setRelease' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_cdpReleaseAll' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_traceExit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_inkeyPoll' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_backgroundRun' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_strAt' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddSelectWorkAreaSymbol' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_macroYYParse' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|macro Error: Unresolved external '_hb_compReservedName' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|macro Error: Unresolved external '_hb_rddSelectWorkAreaAlias' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddGetAliasNumber' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_tr_level' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_tr_file_' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_tr_line_' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_tr_level_' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_tr_trace' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddFieldGet' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_datetimePack' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddGetCurrentWorkAreaNumber' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddSelectWorkAreaNumber' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_HB_FUN_GETPROCADD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_HBCLASS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ACTIVEX Error: Unresolved external '_HB_FUN_SET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_VALTYPE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_HBOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_SETCAPTURE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_WNDCENTER' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_LOADLIBRARY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_HB_FUN_FREELIBRARY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_HB_FUN_STRTRAN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_HB_FUN_TOLEAUTO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_HB_FUN_GETWINDOWLONG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETPARENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_SENDMESSAGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETWNDAPP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DDE Error: Unresolved external '_HB_FUN_GLOBALDELATOM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DDE Error: Unresolved external '_HB_FUN_GLOBALADDATOM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DDE Error: Unresolved external '_HB_FUN_NMAKELONG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DDE Error: Unresolved external '_HB_FUN_DDECOMMAND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DDE Error: Unresolved external '_HB_FUN_SYSREFRESH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DDE Error: Unresolved external '_HB_FUN_MSGALERT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DDE Error: Unresolved external '_HB_FUN_NLOWORD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DDE Error: Unresolved external '_HB_FUN_DDEGETCOMMAND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DDE Error: Unresolved external '_HB_FUN_POSTMESSAGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DDE Error: Unresolved external '_HB_FUN_ENABLEWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_ENDPAINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_FLOODFILL' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_NWNDCHRHEIGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_SETMINMAX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETTEXTWIDTH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETWINDOWTEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_BRINGWINDOWTOTOP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_WNDHANDLEEVENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_SHOWWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_CLOSEWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_ISICONIC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETFOCUS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_PALCHGEVENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_EXTRACTICON' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_QRYNEWPALEVENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_RELEASEDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_INVALIDATERECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_CHOOSECOLOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_SELECTOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_HB_FUN_CHOOSEFONT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_HB_FUN_NOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_HB_FUN_GETSTOCKOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_HB_FUN_GETFONTINFO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_HB_FUN_CREATEFONT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_HB_FUN_DELETEOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_HB_FUN_DIRECTORY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_RAT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_RIGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_ALLTRIM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_FILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_STRZERO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_GETTICKCOUNT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_CTOT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_TTOC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN___OBJHASDATA' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_NUMTOHEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_HB_ISDATETIME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_NRGBRED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_NRGBGREEN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_NRGBBLUE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_NRGB' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_PADR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_FCLOSE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_FCREATE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_FOPEN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_FSEEK' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_FWRITE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_ISDISKETTE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_ISCDROM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_FWCALLDLL' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_GETDEVICECAPS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_HB_FUN_BIN2I' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_HB_FUN_I2BIN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_HB_FUN_SETMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_SETPIXEL' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_WNDSETSIZE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_SETWINDOWTEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_KILLTIMER' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TIMER Error: Unresolved external '_HB_FUN_GETACTIVEWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TIMER Error: Unresolved external '_HB_FUN_SETTIMER' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TIMER Error: Unresolved external '_HB_FUN_SETWINDOWLONG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETINSTANCE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETSYSCOLOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_ISGDIOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_CREATESOLIDBRUSH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_FWBRUSHES' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_CREATEPATTERNBRUSH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_CREATEHATCHBRUSH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_READBITMAP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_SETFOREBMP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_NBMPHEIGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_NBMPWIDTH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_HASALPHA' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_PALBMPLOAD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_PALBMPREAD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_PALBMPNEW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_FILLRECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_GETCLIENTRECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_L2BIN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RECT Error: Unresolved external '_HB_FUN_BIN2L' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RECT Error: Unresolved external '_HB_FUN_WNDHASSCROLLS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_GETSCROLLPOS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|SCRLLBAR Error: Unresolved external '_HB_FUN_GETSCROLLRANGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|SCRLLBAR Error: Unresolved external '_HB_FUN_SETSCROLLPOS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|SCRLLBAR Error: Unresolved external '_HB_FUN_SETSCROLLRANGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|SCRLLBAR Error: Unresolved external '_HB_FUN_SETSCROLLINFO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|SCRLLBAR Error: Unresolved external '_HB_FUN_LAND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|SCRLLBAR Error: Unresolved external '_HB_FUN_NXOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|SCRLLBAR Error: Unresolved external '_HB_FUN_OPENCLIPBOARD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CLIPBRD Error: Unresolved external '_HB_FUN_EMPTYCLIPBOARD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CLIPBRD Error: Unresolved external '_HB_FUN_CLOSECLIPBOARD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CLIPBRD Error: Unresolved external '_HB_FUN_SETCLIPBOARDDATA' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CLIPBRD Error: Unresolved external '_HB_FUN_GETCLPDATA' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CLIPBRD Error: Unresolved external '_HB_FUN_CREATEMEMBITMAP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_NHIWORD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_DEFWINDOWPROC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_GETSYSMETRICS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_ISAPPTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_DRAWPBACK' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_SETBRUSHORGEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_RESIZEBMP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_ABPAINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_PALBMPDRAW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_GETPIXEL' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_SETBKCOLOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_TRANSBMP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_CGETFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BITMAP Error: Unresolved external '_HB_FUN_DIBFROMBITMAP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|IMAGE Error: Unresolved external '_HB_FUN_DIBWRITE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|IMAGE Error: Unresolved external '_HB_FUN_GLOBALFREE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|IMAGE Error: Unresolved external '_HB_FUN_FERASE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|IMAGE Error: Unresolved external '_HB_FUN_GETDESKTOPWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|IMAGE Error: Unresolved external '_HB_FUN_CREATEDIBITMAP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|IMAGE Error: Unresolved external '_HB_FUN_LOADBITMAP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_GETRESOURCES' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_RESIZEIMG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_CREATECOMPATIBLEDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_CREATECOMPATIBLEBITMAP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_GETSYSTEMMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_DESTROYMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_CREATEMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_SET2007SKINMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_SET2010SKINMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_DELCHECK2007' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_HILITEMENUITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_CREATEPOPUPMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_LOADMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_APPENDMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_ISWINNT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_INSERTMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_CREATEDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GETSYSIN Error: Unresolved external '_HB_FUN_DELETEDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GETSYSIN Error: Unresolved external '_HB_FUN_GETVERSION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GETSYSIN Error: Unresolved external '_HB_FUN_ISWIN95' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GETSYSIN Error: Unresolved external '_HB_FUN_BORLANDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GETSYSIN Error: Unresolved external '_HB_FUN_DESTROYWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GETSYSIN Error: Unresolved external '_HB_FUN_MITEMS2007' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_CLIENTTOSCREEN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_TRACKPOPUP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_GETMITEMCOUNT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_CHECKMENUITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENUITEM Error: Unresolved external '_HB_FUN_ENABLEMENUITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENUITEM Error: Unresolved external '_HB_FUN_ISMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENUITEM Error: Unresolved external '_HB_FUN_SETACCTABLE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TACCTBL Error: Unresolved external '_HB_FUN_STRTOKEN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENUITEM Error: Unresolved external '_HB_FUN_MODIFYMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENUITEM Error: Unresolved external '_HB_FUN_DRAWMENUBAR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENUITEM Error: Unresolved external '_HB_FUN_MSGSTOP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HELP32 Error: Unresolved external '_HB_FUN_GETHELPFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HELP32 Error: Unresolved external '_HB_FUN_GETHELPTOPIC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HELP32 Error: Unresolved external '_HB_FUN_MEMOREAD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HELPCHM Error: Unresolved external '_HB_FUN_REMOVEMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENUITEM Error: Unresolved external '_HB_FUN_GETMITEMID' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_GETMENUSTRING' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_GETMENUSTATE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_GETSUBMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_NLOBYTE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_FINDRESOURCE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_MSGABOUT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_PRINTERSETUP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MENU Error: Unresolved external '_HB_FUN_SETPARENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BAR Error: Unresolved external '_HB_FUN_CREATEPEN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BAR Error: Unresolved external '_HB_FUN_MOVETO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BAR Error: Unresolved external '_HB_FUN_LINETO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BAR Error: Unresolved external '_HB_FUN_BARPAINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BAR Error: Unresolved external '_HB_FUN_BARADJUST' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BAR Error: Unresolved external '_HB_FUN_DELINISECTION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|INI Error: Unresolved external '_HB_FUN_DELINIENTRY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|INI Error: Unresolved external '_HB_FUN_GETPROFINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|INI Error: Unresolved external '_HB_FUN_GETPROFSTRING' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|INI Error: Unresolved external '_HB_FUN_GETPVPROFINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|INI Error: Unresolved external '_HB_FUN_GETPVPROFSTRING' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|INI Error: Unresolved external '_HB_FUN_WRITEPROFSTRING' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|INI Error: Unresolved external '_HB_FUN_WRITEPPROSTRING' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|INI Error: Unresolved external '_HB_FUN_GRADIENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BAR Error: Unresolved external '_HB_FUN_CROPIMAGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN___OBJHASMETHOD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_GETCLASSINFO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_REGISTERCLASS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_CREATEWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETERRMSG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_DRAWICON' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ICON Error: Unresolved external '_HB_FUN_LOADICON' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ICON Error: Unresolved external '_HB_FUN_DESTROYICON' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ICON Error: Unresolved external '_HB_FUN_DRAGACCEPTFILES' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_SCROLLWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_RELEASECAPTURE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_UPDATEWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_LWRUNNING' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_SETWNDAPP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_WINRUN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_ELLIPSE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETCLASSNAME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETCOORS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GLOBALGETATOMNAME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_FWDISPBEGIN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_FWDISPEND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETDRAWMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETDRAWITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_MENUDRAWITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_MENUDRAW2007' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_ISMENUITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_ISSEPARATOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_MISTEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETDLGITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_DRAGQUERYPOINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_DRAGQUERYFILES' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_DRAGFINISH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_MSGYESNO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_DBCREATE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_ISZOOMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_MEMOWRIT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETWNDRECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETMEAITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_MENUMEASUREITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_ISMISEPARATOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_WNDHEIGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETNMHDRCODE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETNMHDRHWNDFROM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_WNDWIDTH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_RECTANGLE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_ARC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_CHORD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PIE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_DRAFTMODE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_SETMAPMODE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_SETWINDOWEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_SETVIEWPORTEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_MSGINFO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RPREVIEW Error: Unresolved external '_HB_FUN_WNDADJTOP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_DIALOGBOX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_DIALOGBOXINDIRECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CANREGDIALOG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CREATEDLG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CREATEDLGINDIRECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_REGDIALOG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG [/list:u:1ikrcjsz] Primera Parte de la lista de errores Gracias por la ayuda.
Ayuda DLL
Antonio, aquí la segunda parte: [list:289yltio] Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_ENDDIALOG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_ISWINDOWENABLED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_HELPCTRLHWND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_FIXSAYS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_SETWINDOWPOS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_WSETCURSOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CURSORARROW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETCAPTURE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_PADC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|XPAD Error: Unresolved external '_HB_FUN_WAITMESSAGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MSGRUN Error: Unresolved external '_HB_FUN_ISWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RPREVIEW Error: Unresolved external '_HB_FUN_DESTROYCURSOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CURSOR Error: Unresolved external '_HB_FUN_LOADCURSOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CURSOR Error: Unresolved external '_HB_FUN_GETCURSORHAND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CURSOR Error: Unresolved external '_HB_FUN_GETCURSORSTOP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CURSOR Error: Unresolved external '_HB_FUN_GETCURSORDRAG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CURSOR Error: Unresolved external '_HB_FUN_CREATEBMPCURSOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CURSOR Error: Unresolved external '_HB_FUN_ILADD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TIMAGLST Error: Unresolved external '_HB_FUN_ILADDMASKED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TIMAGLST Error: Unresolved external '_HB_FUN_ILSETBKCOLOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TIMAGLST Error: Unresolved external '_HB_FUN_ILCREATE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TIMAGLST Error: Unresolved external '_HB_FUN_ILADDICON' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TIMAGLST Error: Unresolved external '_HB_FUN_ILDESTROY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TIMAGLST Error: Unresolved external '_HB_FUN_ILLOADIMAGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TIMAGLST Error: Unresolved external '_HB_FUN_RBINSERTBAND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|REBAR Error: Unresolved external '_HB_FUN_INITCOMMONCONTROLSEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|REBAR Error: Unresolved external '_HB_FUN_SETREBARINFO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|REBAR Error: Unresolved external '_HB_FUN_TBADDSEPARATOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TOOLBAR Error: Unresolved external '_HB_FUN_TBENABLEBUTTON' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TOOLBAR Error: Unresolved external '_HB_FUN_TBSETTEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TOOLBAR Error: Unresolved external '_HB_FUN_INITCOMMONCONTROLS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TOOLBAR Error: Unresolved external '_HB_FUN_TBADDBUTTON' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TOOLBAR Error: Unresolved external '_HB_FUN_TBADDMENU' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TOOLBAR Error: Unresolved external '_HB_FUN_CREATETLBAR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TOOLBAR Error: Unresolved external '_HB_FUN_GETNMHDRIDFROM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TOOLBAR Error: Unresolved external '_HB_FUN_TTNSETTEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TOOLBAR Error: Unresolved external '_HB_FUN_TBGETRECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TOOLBAR Error: Unresolved external '_HB_FUN_CALLWINDOWPROC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TOOLBAR Error: Unresolved external '_HB_FUN_LOADSTRING' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RPREVIEW Error: Unresolved external '_HB_FUN_MSGBEEP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_DRAWFOCUSRECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_SETFOCUS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_ISOVERWND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_DRAWFOCUSELLIPSE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_TRACKMOUSEEVENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_CSTRWORD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_MLCOUNT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_CREATEELLIPTICRGNINDIRECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_SETWINDOWRGN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_CREATEROUNDRECTRGN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_ROUNDBOX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_SETTEXTCOLOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_SETBKMODE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_DRAWTEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_WNDBOX2007' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_POLYPOLYGON' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_WNDRAISED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_WNDINSET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_PALBTNPAINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_BTNDISABLE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_SETRESOURCES' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RPREVIEW Error: Unresolved external '_HB_FUN_ISWIN64' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RPREVIEW Error: Unresolved external '_HB_FUN_GETFRAMEPROC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MDIFRAME Error: Unresolved external '_HB_FUN_GETKEYSTATE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MDICLIEN Error: Unresolved external '_HB_FUN_WNDADJCLIENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MDIFRAME Error: Unresolved external '_HB_FUN_GETMDICHLPROC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MDICHILD Error: Unresolved external '_HB_FUN_CMDISTRUCT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MDICHILD Error: Unresolved external '_HB_FUN_STRPTR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|STATUSBA Error: Unresolved external '_HB_FUN_GETTEXTHEIGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MSGBAR Error: Unresolved external '_HB_FUN_ISWINDOWVISIBLE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMSGITEM Error: Unresolved external '_HB_FUN_NGETFORERGB' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMSGITEM Error: Unresolved external '_HB_FUN_NGETBACKRGB' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMSGITEM Error: Unresolved external '_HB_FUN_BITBLT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMSGITEM Error: Unresolved external '_HB_FUN_DRAWMASKED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMSGITEM Error: Unresolved external '_HB_FUN_WNDBOXIN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMSGITEM Error: Unresolved external '_HB_FUN_DRAWMSGITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMSGITEM Error: Unresolved external '_HB_FUN_WINEXEC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MSGBAR Error: Unresolved external '_HB_FUN_CODETEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GTF Error: Unresolved external '_HB_FUN_STUFF' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GTF Error: Unresolved external '_HB_FUN_AAT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GTF Error: Unresolved external '_HB_FUN_ISDIGIT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GTF Error: Unresolved external '_HB_FUN_DECODETEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GTF Error: Unresolved external '_HB_FUN_NHIBYTE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GTF Error: Unresolved external '_HB_FUN_REDLLVERSION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETPARAFORMAT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETBULLET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETCHARFORMAT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETHIGHLIGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_MGETLINE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETNUMBERING' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETZOOM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REINSERTPICTURE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RELEN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REPAGEBREAK' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REPASTESPECIAL' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESAVEASRTF' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETFONTNAME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETFONTSIZE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETHIGHLIGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETOLEINIT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETOLECALLBACK' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETOLEINTERFACE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETPOS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETSELECTION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETTEXTCOLOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETZOOM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETCHARFORMAT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REFINDTEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETINDENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETPARAGRAPH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETSELECTION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_LOCKWINDOWUPDATE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_STRCHAR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RELOADASRTF' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REGETNMHDRLINK' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_PAGEGETMARGINS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_PAGESETUP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_CURSORWAIT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REPREVIEW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REPRINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_PRNGETPAGNUMS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_PRNGETSELECTION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_PRNGETCOLLATE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_PRNGETPAGES' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_PRNGETCOPIES' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_REPRINTBOX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETPARAFORMAT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETATTRIBUTE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETAUTOURLDETECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETBULLET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETINDENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETNUMBERING' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_RESETPARAGRAPH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TRICHEDI Error: Unresolved external '_HB_FUN_HIDECARET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_DESTROYCARET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_CARETFLINE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_DRAWFGETLINE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_LENFLINE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_HEIGHTFLINE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_WIDTHFLINE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_FORMATFLINE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_SETFCLIPDATA' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_GETFCLIPDATA' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_GETASYNCKEY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_CURSORIBEAM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_NMSGBOX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WQOUT Error: Unresolved external '_HB_FUN_SETTEXTALIGN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_GETCURSORPOS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FGET Error: Unresolved external '_HB_FUN_MOVEGET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MGET Error: Unresolved external '_HB_FUN_FINDTEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DLGFIND Error: Unresolved external '_HB_FUN_GETWINTXTLENGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MGET Error: Unresolved external '_HB_FUN_MGETREPLACE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MGET Error: Unresolved external '_HB_FUN_MGETCREATE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MGET Error: Unresolved external '_HB_FUN_ANSITOWIDE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_NAND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_NNOT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_GET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TCLIPGET Error: Unresolved external '_HB_FUN_DRAWGRAY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BUTTONB Error: Unresolved external '_HB_FUN_PAD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_GETCARETPOS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_SENDWIDESTRINGMESSAGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_CREATECARET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_SHOWCARET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_SETKEY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_CHARUPPER' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_EXTTEXTOUT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_MESSAGEBEEP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_KEYTOGGLE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MSGBAR Error: Unresolved external '_HB_FUN_GETKEYTOGGLE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MSGBAR Error: Unresolved external '_HB_FUN_MSGPAINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MSGBAR Error: Unresolved external '_HB_FUN_MSGPAINT3L' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MSGBAR Error: Unresolved external '_HB_FUN_CURSORHAND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MSGBAR Error: Unresolved external '_HB_FUN_MSGBAR2007' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MSGBAR Error: Unresolved external '_HB_FUN_MSGBAR2010' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MSGBAR Error: Unresolved external '_HB_FUN_STRETCHBLT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|MSGBAR Error: Unresolved external '_HB_FUN_GETENHMETAFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMETAFIL Error: Unresolved external '_HB_FUN_MEMOLINE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ALERT Error: Unresolved external '_HB_FUN_SETVIEWORG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMETAFIL Error: Unresolved external '_HB_FUN_PLAYENHMETAFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMETAFIL Error: Unresolved external '_HB_FUN_DELETEENHMETAFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMETAFIL Error: Unresolved external '_HB_FUN_GETMETAFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMETAFIL Error: Unresolved external '_HB_FUN_GLOBALALLOC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMETAFIL Error: Unresolved external '_HB_FUN_GLOBALLOCK' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMETAFIL Error: Unresolved external '_HB_FUN_GLOBALUNLOCK' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMETAFIL Error: Unresolved external '_HB_FUN_DELETEMETAFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TMETAFIL Error: Unresolved external '_HB_FUN_LBXMEASURE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|COMBOBOX Error: Unresolved external '_HB_FUN_SETOWNERDRAWITEMHEIGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|COMBOBOX Error: Unresolved external '_HB_FUN_LBXDRAWITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|COMBOBOX Error: Unresolved external '_HB_FUN_STARTDOC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RPREVIEW Error: Unresolved external '_HB_FUN_STARTPAGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RPREVIEW Error: Unresolved external '_HB_FUN_ENDPAGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RPREVIEW Error: Unresolved external '_HB_FUN_ENDDOC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RPREVIEW Error: Unresolved external '_HB_FUN_GETACTIVEOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_CREATEOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_CURDIR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRV2PDF Error: Unresolved external '_HB_FUN_DIBTOSTR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRV2PDF Error: Unresolved external '_HB_FUN_CLOSEENHMETAFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRV2PDF Error: Unresolved external '_HB_FUN_TTOS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRV2PDF Error: Unresolved external '_HB_FUN_DATETIME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRV2PDF Error: Unresolved external '_HB_FUN_RESETDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNGETORIENTATION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNLANDSCAPE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNPORTRAIT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNSETCOPIES' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNSETSIZE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNSETPAGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNBINSOURCE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNGETNAME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNGETDRIVE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNGETPORT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_GETPRINTDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_GETPRINTDEFAULT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRINTERINIT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNOFFSET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_COMDLGXERR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_GETENV' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_GETWINDIR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_CREATEENHMETAFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_ROUNDRECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_TEXTOUT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_DIBREAD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_DIBPALETTE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_DIBDRAW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PRNGETSIZE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_SAVEDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_GETPMETAFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_WMF2EMF' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_PLAYMETAFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_EMF2WMF' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_RESTOREDC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_IMPORTRAWFILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_HB_FUN_WNDPRINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_WNDBITMAP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETTEXTALIGN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_WSAY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_WSAYRECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_WNDBOX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_XCHANGEPROC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_POSTQUITMESSAGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_DEREGDIALOG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_RESTPROC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_MOVEWINDOW' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_ISCHILD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_NEXTDLGTAB' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_CREATETOOLTIP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_SETCLASSLONG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_GETCLASSLONG' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_BEGINPAINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_CREATEFONTUNDERLINE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_BMPWIDTH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_BMPHEIGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_C5_EXTFLOODFILL' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_FILLSOLIDRECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_SETSTRETCHBLTMODE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_VGRADIENTFILL' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_HGRADIENTFILL' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_DRAWBITMAP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_CGETFILEEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_C5_ISAPPTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_C5_ISTHEMEACTIVE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_VERTICALGRADIENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_GETSIZETEXT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|C5LIB Error: Unresolved external '_HB_FUN_WNDADJBOTTOM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_CTL3DLOOK' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_WNDADJLEFT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_WNDADJRIGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_CCTRL2CHR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_GETTEXTCOLOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_GETBKCOLOR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_PARENTIMAGE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_CURSORCATCH' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_CTRLDRAWFOCUS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_WINDOWFROMPOINT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_SCREENTOCLIENT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_CURSORNO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_WNDTOP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_WNDLEFT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_APPHASMANIFEST' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_ISTHEMEACTIVE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_DOTSADJUST' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CONTROL Error: Unresolved external '_HB_FUN_ACTXSETLOCATION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ACTIVEX Error: Unresolved external '_HB_FUN_ACTXEND' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ACTIVEX Error: Unresolved external '_HB_FUN_ACTXSTRING' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ACTIVEX Error: Unresolved external '_HB_FUN_CREATEACTIVEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ACTIVEX Error: Unresolved external '_HB_FUN_ACTXPDISP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ACTIVEX Error: Unresolved external '_HB_FUN_REGCLOSEKEY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|REG32 Error: Unresolved external '_HB_FUN_REGDELETEKEY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|REG32 Error: Unresolved external '_HB_FUN_REGOPENKEYEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|REG32 Error: Unresolved external '_HB_FUN_ISWOW64' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|REG32 Error: Unresolved external '_HB_FUN_REGCREATEKEY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|REG32 Error: Unresolved external '_HB_FUN_REGQUERYVALUEEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|REG32 Error: Unresolved external '_HB_FUN_REGSETVALUEEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|REG32 Error: Unresolved external '_HB_FUN_ACTXEVENTS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ACTIVEX Error: Unresolved external '_HB_FUN_NETERR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_FREERESOURCES' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_GETMODULEFILENAME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_VERSION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_GETCPUSPEED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_NEXTMEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_ENUMCHILDWINDOWS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GETTASKS Error: Unresolved external '_HB_FUN_FWBITMAP' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_RDDLIST' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_ALIAS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_RDDNAME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_INDEXKEY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_INDEXORD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_ORDNAME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_DBRSELECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_DBRELATION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_OEMTOANSI' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_LBXGETITEM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|LISTBOX Error: Unresolved external '_HB_FUN_LBXGETSELITEMS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|LISTBOX Error: Unresolved external '_HB_FUN___XHELP' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|harbinit Error: Unresolved external '_HB_FUN_OUTSTD' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|harbinit Error: Unresolved external '_hb_strUpperCopy' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddGetFieldValue' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddPutFieldValue' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_set' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_regex' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_szAscii' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_stricmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|classes Error: Unresolved external '_hb_symcmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsFNameSplit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsFNameMerge' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsError' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsExtOpen' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_Wild2RegEx' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_regexCompile' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_regexMatch' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_regexFree' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_datetimePackInSec' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_dateDecode' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_timeDecode' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_dateEncStr' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_datetimeEncStr' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_dateEncode' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_datetimeEncode' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_datetimeUnpack' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_cdppage' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_cdpcmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_dateFormat' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_datetimeFormat' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_langID' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|errorapi Error: Unresolved external '_hb_fopen' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|errorapi Error: Unresolved external '_hb_langDGetItem' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|errorapi[/list:u:289yltio]
Ayuda DLL
Tienes que enlazar FiveHC.lib
Ayuda DLL
Antonio buenas noches, ahora son estos: [list:2irqk34f] Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org</a><!-- m --> <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'Source\Tseguro.prg'... Lines 977, Functions/Procedures 17 Generating C source output to 'Obj\Tseguro.c'... Done. [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v Tseguro.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Tseguro.c: [1]:Harbour.Exe Source\Kept5.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Kept5.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org</a><!-- m --> <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'Source\Kept5.prg'... Lines 500, Functions/Procedures 3 Generating C source output to 'Obj\Kept5.c'... Done. [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v Kept5.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Kept5.c: [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland maindllp.c: [1]:iLink32.Exe -Tpd @Kept5.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_hb_szAscii' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|arrays Error: Unresolved external '_hb_rddWaInit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|estack Error: Unresolved external '_hb_rddWaShutDown' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|estack Error: Unresolved external '_hb_snprintf' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|estack Error: Unresolved external '_hb_conNewLine' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|estack Error: Unresolved external '_hb_conOutErr' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|estack Error: Unresolved external '_hb_setInitialize' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_conInit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_TraceLog' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_fsWrite' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_fsRead' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_fsOpen' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_fsCreate' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_fsClose' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hbi18n Error: Unresolved external '_hb_dateDecStr' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|extend Error: Unresolved external '_hb_datetimeDecStr' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|extend Error: Unresolved external '_hb_langDGetErrorDesc' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|arrayshb Error: Unresolved external '_HB_FUN_ABS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_ASC' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_AT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_BOF' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_CDOW' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_CHR' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_CMONTH' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_COL' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_CTOD' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DATE' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DAY' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DELETED' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DEVPOS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DOW' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DTOC' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_DTOS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_EMPTY' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_EOF' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_EXP' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_FCOUNT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_FIELDNAME' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_FLOCK' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_FOUND' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_INKEY' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_INT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LASTREC' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LEFT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LEN' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LOCK' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LOG' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LOWER' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_LTRIM' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_MAX' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_MIN' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_MONTH' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_PCOL' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_PROW' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_RECCOUNT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_RECNO' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_REPLICATE' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_RLOCK' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_ROUND' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_ROW' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_RTRIM' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SECONDS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SELECT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SETPOS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SETPOSBS' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SPACE' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SQRT' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_STR' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_SUBSTR' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_TIME' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_TRANSFORM' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_TRIM' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_TYPE' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_UPPER' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_VAL' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_WORD' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_HB_FUN_YEAR' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_hb_langSelectID' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_getenv' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_strnicmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_verHarbour' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_verPlatform' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_verCompiler' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_verBuildInfo' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_traceInit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|cmdarg Error: Unresolved external '_hb_idleShutDown' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_backgroundShutDown' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_setkeyExit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddShutDown' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_serviceExit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_conRelease' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_setRelease' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_cdpReleaseAll' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_traceExit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_inkeyPoll' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_backgroundRun' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_strAt' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddSelectWorkAreaSymbol' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_macroYYParse' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|macro Error: Unresolved external '_hb_strdup' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|macro Error: Unresolved external '_hb_xstrcpy' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|macro Error: Unresolved external '_hb_compReservedName' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|macro Error: Unresolved external '_hb_rddSelectWorkAreaAlias' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddGetAliasNumber' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_tr_level' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_tr_file_' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_tr_line_' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_tr_level_' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_tr_trace' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddFieldGet' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_datetimePack' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddGetCurrentWorkAreaNumber' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddSelectWorkAreaNumber' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_HB_FUN_HBCLASS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ACTIVEX Error: Unresolved external '_HB_FUN_SET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_VALTYPE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_HBOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_STRTRAN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_HB_FUN_TOLEAUTO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HARBOUR Error: Unresolved external '_hb_mbtowc' referenced from P:\32BITS\FWH\LIB\FIVEHC.LIB|MSGSAPI Error: Unresolved external '_HB_FUN_ALLTRIM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CHECKRES Error: Unresolved external '_HB_FUN_DIRECTORY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_RAT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_RIGHT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_FILE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_STRZERO' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_CTOT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_TTOC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN___OBJHASDATA' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_NUMTOHEX' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_HB_ISDATETIME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_PADR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|VALBLANK Error: Unresolved external '_HB_FUN_FCLOSE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_FCREATE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_FOPEN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_FSEEK' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_FWRITE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_BIN2I' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_HB_FUN_I2BIN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FONT Error: Unresolved external '_hb_fsSeek' referenced from P:\32BITS\FWH\LIB\FIVEHC.LIB|FTEXT Error: Unresolved external '_HB_FUN_L2BIN' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RECT Error: Unresolved external '_HB_FUN_BIN2L' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|RECT Error: Unresolved external '_HB_FUN_FERASE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|IMAGE Error: Unresolved external '_HB_FUN_MEMOREAD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|HELPCHM Error: Unresolved external '_HB_FUN___OBJHASMETHOD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BRUSH Error: Unresolved external '_HB_FUN_DBCREATE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_MEMOWRIT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|WINDOW Error: Unresolved external '_HB_FUN_PADC' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|XPAD Error: Unresolved external '_HB_FUN_MLCOUNT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|BTNBMP Error: Unresolved external '_HB_FUN_STUFF' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GTF Error: Unresolved external '_HB_FUN_ISDIGIT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|GTF Error: Unresolved external '_HB_FUN_ANSITOWIDE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_GET' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TCLIPGET Error: Unresolved external '_HB_FUN_PAD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_SETKEY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|TGET Error: Unresolved external '_HB_FUN_MEMOLINE' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ALERT Error: Unresolved external '_HB_FUN_GETACTIVEOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_CREATEOBJECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|OLEFUNCS Error: Unresolved external '_HB_FUN_CURDIR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRV2PDF Error: Unresolved external '_HB_FUN_TTOS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRV2PDF Error: Unresolved external '_HB_FUN_DATETIME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRV2PDF Error: Unresolved external '_HB_FUN_GETENV' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|PRINTER Error: Unresolved external '_hb_oleVariantToItem' referenced from P:\32BITS\FWH\LIB\FIVEHC.LIB|ACTX Error: Unresolved external '_hb_oleItemToVariant' referenced from P:\32BITS\FWH\LIB\FIVEHC.LIB|ACTX Error: Unresolved external '_HB_FUN_NETERR' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_VERSION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_RDDLIST' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_ALIAS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_RDDNAME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_INDEXKEY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_INDEXORD' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_ORDNAME' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_DBRSELECT' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN_DBRELATION' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|ERRSYSW Error: Unresolved external '_HB_FUN___XHELP' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|harbinit Error: Unresolved external '_HB_FUN_OUTSTD' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|harbinit Error: Unresolved external '_hb_strUpperCopy' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddGetFieldValue' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_rddPutFieldValue' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_set' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_regex' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_stricmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|classes Error: Unresolved external '_hb_symcmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsFNameSplit' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsFNameMerge' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsError' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_fsExtOpen' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_Wild2RegEx' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_regexCompile' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_regexMatch' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_regexFree' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|memvars Error: Unresolved external '_hb_datetimePackInSec' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_dateDecode' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_timeDecode' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_dateEncStr' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_datetimeEncStr' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_dateEncode' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_datetimeEncode' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_datetimeUnpack' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_cdppage' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_cdpcmp' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_dateFormat' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_datetimeFormat' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|itemapi Error: Unresolved external '_hb_langID' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|errorapi Error: Unresolved external '_hb_fopen' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|errorapi Error: Unresolved external '_hb_langDGetItem' referenced from P:\32BITS\XHARBOUR\LIB\VM.LIB|errorapi [/list:u:2irqk34f] <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
Ayuda DLL
Tienes que enlazar las librerias de xHarbour que se usan en FWH\samples\buildx.bat
Ayuda DLL
Buenos dias Antonio, ya las agregue pero salen estos errores: <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> [list:39oojam9] Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org</a><!-- m --> <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'Source\Tseguro.prg'... Lines 977, Functions/Procedures 17 Generating C source output to 'Obj\Tseguro.c'... Done. [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v Tseguro.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Tseguro.c: [1]:Harbour.Exe Source\Kept5.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Kept5.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org</a><!-- m --> <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m --> Compiling 'Source\Kept5.prg'... Lines 500, Functions/Procedures 3 Generating C source output to 'Obj\Kept5.c'... Done. [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v Kept5.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland Kept5.c: [1]:Bcc32.Exe -IP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE -M -c -v maindllp.c Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland maindllp.c: [1]:iLink32.Exe -Tpd @Kept5.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_hb_gt_setClipboard' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|hbgtcore Error: Unresolved external '_hb_gt_getClipboard' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|hbgtcore Error: Unresolved external '_HB_FUN_HB_GTSYS' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|hbgtcore Error: Unresolved external '_hb_fsFSize' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|set Error: Unresolved external '_hb_fsCreateTemp' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|set Error: Unresolved external '_HB_FUN__DBF' referenced from P:\32BITS\XHARBOUR\LIB\RDD.LIB|rddsys Error: Unresolved external '_hb_fileTruncAt' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_hb_fileClose' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_hb_dbfLockIdxFile' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_hb_strMatchWild' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_pcre_compile2' referenced from P:\32BITS\XHARBOUR\LIB\PCREPOS.LIB|pcreposix Error: Unresolved external '_hb_fileWriteAt' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_hb_fileReadAt' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_hb_fileCommit' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_hb_fileCreateTemp' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_hb_fileSize' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_hb_dbfLockIdxGetData' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_hb_fileHandle' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_hb_fileExtOpen' referenced from P:\32BITS\XHARBOUR\LIB\DBFNTX.LIB|dbfntx1 Error: Unresolved external '_hb_dbfGetEGcode' referenced from P:\32BITS\XHARBOUR\LIB\DBFFPT.LIB|dbffpt1 Error: Unresolved external '_hb_fileLock' referenced from P:\32BITS\XHARBOUR\LIB\DBFFPT.LIB|dbffpt1 Error: Unresolved external '_hb_fileCreateTempEx' referenced from P:\32BITS\XHARBOUR\LIB\DBFFPT.LIB|dbffpt1 Error: Unresolved external '_hb_dbfSetMemoData' referenced from P:\32BITS\XHARBOUR\LIB\DBFFPT.LIB|dbffpt1 Error: Unresolved external '_hb_dbfGetMemoData' referenced from P:\32BITS\XHARBOUR\LIB\DBFFPT.LIB|dbffpt1 Error: Unresolved external '_HB_FUN_HB_BITAND' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|objfunc Error: Unresolved external '_HB_FUN_CSTR' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|traceprg Error: Unresolved external '_HB_FUN_HB_FNAMESPLIT' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|traceprg Error: Unresolved external '_HB_FUN_THROW' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|tobject Error: Unresolved external '_HB_FUN_MEMVARBLOCK' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|tget Error: Unresolved external '_HB_FUN_HB_COLORINDEX' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|tget Error: Unresolved external '_HB_FUN_PADL' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|tget Error: Unresolved external '_HB_FUN_STRDEL' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|tget Error: Unresolved external '_HB_FUN_DISPBEGIN' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|tget Error: Unresolved external '_HB_FUN_DISPEND' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|tget Error: Unresolved external '_hb_ParseLine' referenced from P:\32BITS\XHARBOUR\LIB\RTL.LIB|version Error: Unresolved external 'WinMain' referenced from P:\32BITS\BORLAND\BCC582\LIB\C0W32.OBJ [/list:u:39oojam9] Gracias
Ayuda DLL
Enlaza dbffpt.lib y xharbour.lib
Ayuda DLL
Muchas gracias por tu ayuda Antonio, ya me genera la DLL, que necesitaba actualizar. Una pregunta: Donde puedo conseguir estas funciones: [b:390vwu07] hb_Base64Encode / hb_Base64Decode ??[/b:390vwu07] Gracias de nuevo
Ayuda DLL
tip.lib
Ayuda DLL
Gracias por todo Anonio, ya quedo solucionado lo de la creacion de la DLL. Una última pregunta, donde encuentro las funciones: I2HEX() y L2HEX(). Gracias de nuevo. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Ayuda DLL
Esas funciones están en FiveHC.lib
Ayuda DbCombo
Hola Amigos. Necesito solucionar un problema que tengo con el uso de DbCombo. Tengo una Get, que puede digitar un código del tipo de pago y mostrar además mostrar el nombre del tipo de pago. La idea es que el DbCombo entre Disable(), tengo uno botón al lado del Get, que muestra una lupa, la idea es que se Enable(), cuando se presiona, se pueda buscar en el dbcombo, actualizar la variable del Get para que tome el tipo de pago seleccionado y dejar disable nuevamente el dbcombo. Espero se entienda la idea. Muchos saludos. Antonio. Codigo: [code=fw:282o72p0]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp;@ <span style="color: #000000;">070</span>,<span style="color: #000000;">185</span> <span style="color: #0000ff;">GET</span> oGet1 &nbsp; &nbsp;<span style="color: #0000ff;">Var</span> Tip_Pag1 &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">50</span>,<span style="color: #000000;">22</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg2 &nbsp; <span style="color: #0000ff;">PICTURE</span> <span style="color: #ff0000;">"@!"</span> &nbsp; <span style="color: #0000ff;">COLOR</span> RGB<span style="color: #000000;">&#40;</span><span style="color: #000000;">0</span>,<span style="color: #000000;">0</span>,<span style="color: #000000;">128</span><span style="color: #000000;">&#41;</span> &nbsp; <span style="color: #0000ff;">FONT</span> oFont2 <span style="color: #0000ff;">UPDATE</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp;@ <span style="color: #000000;">70</span>,<span style="color: #000000;">245</span> <span style="color: #0000ff;">BTNBMP</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">20</span>, <span style="color: #000000;">20</span> &nbsp;<span style="color: #0000ff;">OF</span> oDlg2 <span style="color: #0000ff;">PIXEL</span> <span style="color: #000000;">2007</span> <span style="color: #0000ff;">Resource</span> <span style="color: #ff0000;">"#8055"</span> <span style="color: #0000ff;">FONT</span> oFont2 ;<br />&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ToolTip &nbsp;<span style="color: #ff0000;">"BUSCAR TIPO PAGO"</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">Action</span> oGet20:<span style="color: #000000;">Enable</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp;@ <span style="color: #000000;">70</span>,<span style="color: #000000;">300</span> DBCOMBO oGet20 <span style="color: #0000ff;">var</span> Tip_Pag1 <span style="color: #0000ff;">of</span> oDlg2;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">alias</span> oStates:<span style="color: #000000;">cAlias</span>;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">size</span> <span style="color: #000000;">250</span>,<span style="color: #000000;">200</span> <span style="color: #0000ff;">pixel</span>;<br />&nbsp; &nbsp; &nbsp; itemfield <span style="color: #ff0000;">"Tip_Pag"</span>;<br />&nbsp; &nbsp; &nbsp; listfield <span style="color: #ff0000;">"Nom_Pag"</span>;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">update</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// Aqui Necesito Actualizar &nbsp;oGet1 y deshabilitar &nbsp;el DcCombo</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; oGet20:<span style="color: #000000;">Disable</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; <span style="color: #B900B9;">// Desactivo el DbCombo </span><br />&nbsp; &nbsp; &nbsp; &nbsp; oGet20:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><br />&nbsp;</div>[/code:282o72p0]
Ayuda DbCombo
\samples\DBCTEST.PRG Regards, saludos.
Ayuda DbCombo
Hola João. Muchas gracias por responder. He revisado mi version de FWH, pero no se encuentra el prg que me indicas. Mi primera idea era que el pinchar el boton de la lupa para buscas, se abriera un lisbox en ese punto, pero vi esta opcion de DbCombo, a ver si logro hacer lo que pienso. Muchos Saludos. Antonio
Ayuda DbCombo
// \samples\dbctest.prgs [code=fw:18395ofr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Basic MDI application with reporting examples &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ä</span><br /><span style="color: #B900B9;">/*<br />File Name &nbsp;: Customer.PRG<br /><br />Description: Basic MDI application with reporting examples<br /><br />Modified &nbsp; :<br />&nbsp; 10/10/95 : Code formatted, Grokked & verified by QA Team<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Tested by QA under FiveWin 1.9<br />&nbsp; 04/26/95 : Elliott Whitticar: Uses DBCombo class for STATE. // EMW<br />*/</span><br /><br /><span style="color: #00D7D7;">#INCLUDE</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"dbcombo.ch"</span>&nbsp; &nbsp;<span style="color: #B900B9;">// EMW - Translations for DBCombo class</span><br /><br /><span style="color: #00D7D7;">#DEFINE</span> ID_FIRST &nbsp; &nbsp; &nbsp; <span style="color: #000000;">110</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_LAST &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">120</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_STREET &nbsp; &nbsp; &nbsp;<span style="color: #000000;">130</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_CITY &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">140</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_STATE &nbsp; &nbsp; &nbsp; <span style="color: #000000;">150</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_ZIP &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">160</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_HIREDATE &nbsp; &nbsp;<span style="color: #000000;">170</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_MARRIED &nbsp; &nbsp; <span style="color: #000000;">180</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_AGE &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">190</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_SALARY &nbsp; &nbsp; &nbsp;<span style="color: #000000;">200</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_NOTES &nbsp; &nbsp; &nbsp; <span style="color: #000000;">210</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_NEXT &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">220</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_NAME &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">230</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_SALES &nbsp; &nbsp; &nbsp; <span style="color: #000000;">240</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_ADDRESS &nbsp; &nbsp; <span style="color: #000000;">250</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_PREV &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">260</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_NEW &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">270</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_EDIT &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000000;">280</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_DEL &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">290</span><br /><span style="color: #00D7D7;">#DEFINE</span> ID_PRINT &nbsp; &nbsp; &nbsp; <span style="color: #000000;">300</span><br /><br /><span style="color: #00C800;">STATIC</span> oWnd, oClients, oClient, oName<br /><span style="color: #00C800;">STATIC</span> cName<br /><span style="color: #00C800;">STATIC</span> oState, cState&nbsp; &nbsp;<span style="color: #B900B9;">// EMW</span><br /><br /><span style="color: #B900B9;">//-------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">FUNCTION</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">LOCAL</span> cIniFile := GetWinDir<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>+<span style="color: #ff0000;">"<span style="color: #000000;">\F</span>iveWin.ini"</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">IF</span> !file<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Customer.dbf"</span><span style="color: #000000;">&#41;</span> .OR. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; !file<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Sales.dbf"</span><span style="color: #000000;">&#41;</span> &nbsp; &nbsp;.OR. ;<br />&nbsp; &nbsp; &nbsp; !file<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"States.dbf"</span><span style="color: #000000;">&#41;</span> &nbsp;<span style="color: #B900B9;">// EMW - check for state table</span><br />&nbsp; &nbsp; &nbsp; MsgStop<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Missing Tables!"</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; QUIT<br />&nbsp; &nbsp;<span style="color: #00C800;">ENDIF</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">IF</span> GetPvProfString<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"FiveWin"</span>,<span style="color: #ff0000;">"ThreeD"</span>,<span style="color: #ff0000;">"1"</span>,cIniFile <span style="color: #000000;">&#41;</span> == <span style="color: #ff0000;">"1"</span><br />&nbsp; &nbsp; &nbsp; SET _3DLOOK <span style="color: #0000ff;">ON</span><br />&nbsp; &nbsp;<span style="color: #00C800;">ENDIF</span><br /><br />&nbsp; &nbsp;#ifdef __CLIPPER__<br />&nbsp; &nbsp; &nbsp; SET RESOURCES <span style="color: #0000ff;">TO</span> <span style="color: #ff0000;">"Customer.dll"</span><br />&nbsp; &nbsp;#else<br />&nbsp; &nbsp; &nbsp; SET RESOURCES <span style="color: #0000ff;">TO</span> <span style="color: #ff0000;">"Custom32.dll"</span><br />&nbsp; &nbsp;#endif<br /><br />&nbsp; &nbsp;use CUSTOMER <span style="color: #0000ff;">alias</span> CLIENTS <span style="color: #00C800;">NEW</span><br /><br />&nbsp; &nbsp;use SALES <span style="color: #00C800;">NEW</span><br /><br /><span style="color: #B900B9;">// EMW - State names and abbrevs</span><br />&nbsp; &nbsp;use STATES <span style="color: #0000ff;">alias</span> <span style="color: #ff0000;">"STATES"</span> <span style="color: #00C800;">NEW</span> SHARED<br /><br />&nbsp; &nbsp;dbselectarea<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Clients"</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">WINDOW</span> oWnd &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Reporting tools"</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MDI</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MENU</span> BuildMenu<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;SET <span style="color: #0000ff;">MESSAGE</span> <span style="color: #0000ff;">OF</span> oWnd &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">TO</span> <span style="color: #ff0000;">"Testing the FiveWin Report Class"</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">CENTERED</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">WINDOW</span> oWnd &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">VALID</span> MsgYesNo<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Do you want to end?"</span> <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;SET RESOURCES <span style="color: #0000ff;">TO</span><br /><br /><span style="color: #00C800;">RETURN</span><span style="color: #000000;">&#40;</span> <span style="color: #00C800;">NIL</span> <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #B900B9;">//-------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">FUNCTION</span> BuildMenu<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">LOCAL</span> oMenu<br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">MENU</span> oMenu<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"&File"</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">//CLW</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MENU</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"&Clients..."</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> &nbsp;BrwClients<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MESSAGE</span> <span style="color: #ff0000;">"Clients management"</span><br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"&Report..."</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> GenReport<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">SEPARATOR</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">MENUITEM</span> <span style="color: #ff0000;">"E&xit"</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> oWnd:<span style="color: #000000;">End</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MESSAGE</span> <span style="color: #ff0000;">"End this test"</span><br /><br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ENDMENU</span><br /><br />&nbsp; &nbsp; &nbsp; oMenu:<span style="color: #000000;">AddMdi</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp;<span style="color: #B900B9;">// Add standard MDI menu options</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">ENDMENU</span><br /><br /><span style="color: #00C800;">RETURN</span><span style="color: #000000;">&#40;</span> oMenu <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #B900B9;">//-------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">FUNCTION</span> BrwClients<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">LOCAL</span> oBrw, oIco, oBar<br /><br />&nbsp; &nbsp;<span style="color: #00C800;">IF</span> oClients != <span style="color: #00C800;">NIL</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">RETURN</span><span style="color: #000000;">&#40;</span> <span style="color: #00C800;">NIL</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">ENDIF</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">ICON</span> oIco FILENAME <span style="color: #ff0000;">"..<span style="color: #000000;">\i</span>cons<span style="color: #000000;">\C</span>ustomer.ico"</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">WINDOW</span> oClients &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Clients management"</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MDICHILD</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ICON</span> oIco<br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTONBAR</span> oBar <span style="color: #0000ff;">OF</span> oClients<br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">OF</span> oBar &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; TOOLTIP <span style="color: #ff0000;">"Clients"</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> ShowClient<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;@ <span style="color: #000000;">2</span>, <span style="color: #000000;">0</span> <span style="color: #0000ff;">LISTBOX</span> oBrw FIELDS <span style="color: #0000ff;">OF</span> oClients &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">500</span>, <span style="color: #000000;">500</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">CHANGE</span> ChangeClient<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ON</span> DBLCLICK ShowClient<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;oClients:<span style="color: #000000;">SetControl</span><span style="color: #000000;">&#40;</span> oBrw <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">WINDOW</span> oClients &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">VALID</span><span style="color: #000000;">&#40;</span> oClients := <span style="color: #00C800;">NIL</span>, .T. <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #B900B9;">// We destroy the object</span><br /><br /><span style="color: #00C800;">RETURN</span><span style="color: #000000;">&#40;</span> <span style="color: #00C800;">NIL</span> <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #B900B9;">//-------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">FUNCTION</span> GenReport<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">LOCAL</span> oWnd, oIco<br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">ICON</span> oIco FILENAME <span style="color: #ff0000;">"..<span style="color: #000000;">\i</span>cons<span style="color: #000000;">\p</span>rint.ico"</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">WINDOW</span> oWnd &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Clients report"</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">MDICHILD</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">VSCROLL</span> <span style="color: #0000ff;">HSCROLL</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ICON</span> oIco<br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">WINDOW</span> oWnd<br /><br /><span style="color: #00C800;">RETURN</span><span style="color: #000000;">&#40;</span> <span style="color: #00C800;">NIL</span> <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #B900B9;">//-------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">FUNCTION</span> ShowClient<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">LOCAL</span> oIco, cAlias<br /><br />&nbsp; &nbsp;<span style="color: #00C800;">IF</span> oClient != <span style="color: #00C800;">NIL</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">RETURN</span><span style="color: #000000;">&#40;</span> <span style="color: #00C800;">NIL</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">ENDIF</span><br /><br />&nbsp; &nbsp;cAlias := <span style="color: #0000ff;">ALIAS</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">ICON</span> oIco FILENAME <span style="color: #ff0000;">"..<span style="color: #000000;">\i</span>cons<span style="color: #000000;">\P</span>erson.ico"</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oClient <span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff0000;">"Client"</span> ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ICON</span> oIco<br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">3</span> <span style="color: #0000ff;">OF</span> oClient &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #B900B9;">// To get the proper color</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">4</span> <span style="color: #0000ff;">OF</span> oClient<br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">SAY</span> <span style="color: #0000ff;">ID</span> <span style="color: #000000;">5</span> <span style="color: #0000ff;">OF</span> oClient<br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> oName <span style="color: #0000ff;">VAR</span> cName <span style="color: #0000ff;">ID</span> ID_NAME <span style="color: #0000ff;">OF</span> oClient <span style="color: #0000ff;">WHEN</span> <span style="color: #000000;">&#40;</span> cAlias <span style="color: #000000;">&#41;</span>->AGE > <span style="color: #000000;">50</span><br /><br />&nbsp; &nbsp;<span style="color: #B900B9;">// EMW - Add a combo-box for State</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> DBCOMBO oState <span style="color: #0000ff;">VAR</span> cState <span style="color: #0000ff;">ID</span> ID_STATE <span style="color: #0000ff;">OF</span> oClient ;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ALIAS</span> <span style="color: #ff0000;">"STATES"</span> ;<br />&nbsp; &nbsp; &nbsp; ITEMFIELD <span style="color: #ff0000;">"CODE"</span> ;<br />&nbsp; &nbsp; &nbsp; LISTFIELD <span style="color: #ff0000;">"NAME"</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> ID_NEXT <span style="color: #0000ff;">OF</span> oClient &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> GoNext<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;dbselectarea<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Sales"</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #B900B9;">// We select Sales to properly initialize the Browse</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">LISTBOX</span> FIELDS <span style="color: #0000ff;">ID</span> ID_SALES <span style="color: #0000ff;">OF</span> oClient<br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oClient &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">CENTERED</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">NOWAIT</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">VALID</span> <span style="color: #000000;">&#40;</span> oClient := <span style="color: #00C800;">NIL</span>, .T. <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #B900B9;">// Destroy the object</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">SELECT</span> Clients<br /><br /><span style="color: #00C800;">RETURN</span><span style="color: #000000;">&#40;</span> <span style="color: #00C800;">NIL</span> <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #B900B9;">//-------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">FUNCTION</span> ChangeClient<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">IF</span> oClient != <span style="color: #00C800;">NIL</span><br />&nbsp; &nbsp; &nbsp; cName = alltrim<span style="color: #000000;">&#40;</span> Clients->Last <span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">", "</span> + Clients->First<br />&nbsp; &nbsp; &nbsp; oName:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; cState = Clients->State &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #B900B9;">// EMW - Refresh state combobox</span><br />&nbsp; &nbsp; &nbsp; oState:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">ENDIF</span><br /><br /><span style="color: #00C800;">RETURN</span><span style="color: #000000;">&#40;</span> <span style="color: #00C800;">NIL</span> <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #B900B9;">//-------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">FUNCTION</span> GoNext<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">IF</span> oClients != <span style="color: #00C800;">NIL</span><br /><br />&nbsp; &nbsp; &nbsp; oClients:<span style="color: #000000;">oControl</span>:<span style="color: #000000;">GoDown</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">ELSE</span><br /><br />&nbsp; &nbsp; &nbsp; dbskip<span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">IF</span> eof<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dbgobottom<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">ENDIF</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">ENDIF</span><br /><br />&nbsp; &nbsp;ChangeClient<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">RETURN</span><span style="color: #000000;">&#40;</span> <span style="color: #00C800;">NIL</span> <span style="color: #000000;">&#41;</span><br /><span style="color: #B900B9;">//-------------------------------------------------------------//</span><br />&nbsp;</div>[/code:18395ofr] Regards, saludos.
Ayuda DbCombo
Hola Amigos. Necesito saber si se puede realizar un filtro y como se hace en Dbcombo() Muchos Saludos Antonio [code=fw:1ci6y6ej]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp; @ <span style="color: #000000;">370</span>,<span style="color: #000000;">300</span> DBCOMBO oGet23 <span style="color: #0000ff;">var</span> Med_Tra1 <span style="color: #0000ff;">of</span> oDlg2;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">alias</span> oProfe:<span style="color: #000000;">cAlias</span>;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">size</span> <span style="color: #000000;">250</span>,<span style="color: #000000;">200</span> <span style="color: #0000ff;">pixel</span>;<br />&nbsp; &nbsp; &nbsp; itemfield <span style="color: #ff0000;">"Cod_Pro"</span>;<br />&nbsp; &nbsp; &nbsp; listfield <span style="color: #ff0000;">"Nom_Pro"</span>;<br />&nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">update</span> &nbsp;<span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">CHANGE</span> &nbsp; <span style="color: #000000;">&#40;</span>Profesional<span style="color: #000000;">&#40;</span>Med_Tra1<span style="color: #000000;">&#41;</span>,oMed_Tra1:<span style="color: #000000;">VARPUT</span><span style="color: #000000;">&#40;</span> Profesio->Nom_Pro <span style="color: #000000;">&#41;</span>,Nom_Pro1:=Profesio->Nom_Pro,oGet11:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>,oMed_Tra1:<span style="color: #000000;">Show</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>,oGet23:<span style="color: #000000;">Hide</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>, oGet23:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>,oMed_Tra1:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #B900B9;">// El filtro debo hacerlo por la variable Profesio->Tip_Esp = Tip_Esp1</span><br />&nbsp;</div>[/code:1ci6y6ej]
Ayuda DbCombo
Amigos Alguna idea o definitivamente no se puede realizar el filtro? Saludos Antonio
Ayuda DbCombo
Remtec: Me parece que directamente en el DBCombo no es posible, lo que debes hacer es volver a cargar los datos del DBCombo filtrando a tu necesidad. Saludos
Ayuda Dbsetfilter anidado
Quiero filtrar una base de datos con distintas caracteristicas, si lo hago solo funciona correctamente el problema es cuando lo "anido" que no hace ningún filtro, os dejo el codigo por si podeis echarme una mano. Gracias[code=fw:3u70ye1k]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> filtrararticulo<span style="color: #000000;">&#40;</span>aVars<span style="color: #000000;">&#41;</span><br />    <span style="color: #00C800;">if</span> <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span> .and. <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span> .and. <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span> .and.;<br />       <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span> .and. <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span> .and. <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span><br />       msgalert<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Debe seleccionar al menos una caracteristica del Articulo."</span><span style="color: #000000;">&#41;</span><br />       <span style="color: #00C800;">return</span> <span style="color: #ff0000;">""</span><br />    <span style="color: #00C800;">endif</span><br />    <span style="color: #000000;">&#40;</span>carticulo<span style="color: #000000;">&#41;</span> -><span style="color: #000000;">&#40;</span> dbClearFilter<span style="color: #000000;">&#40;</span><span style="color: #00C800;">NIL</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />    cfiltro:=<span style="color: #ff0000;">""</span><br />    <span style="color: #00C800;">IF</span> <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> > <span style="color: #000000;">1</span><br />      * <span style="color: #000000;">&#40;</span>carticulo<span style="color: #000000;">&#41;</span>-><span style="color: #000000;">&#40;</span>DbSetFilter<span style="color: #000000;">&#40;</span>;<br />      *                  <span style="color: #000000;">&#123;</span> || <span style="color: #000000;">&#40;</span>carticulo<span style="color: #000000;">&#41;</span>->ancho=val<span style="color: #000000;">&#40;</span>tancho<span style="color: #000000;">&#91;</span><span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>,;<br />      *                      <span style="color: #ff0000;">"(carticulo)->ancho=val(tancho[Var(1)])"</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />      cfiltro:=cfiltro+<span style="color: #ff0000;">'"(carticulo)->ancho=val(tancho[Var(1)])"'</span><br />    <span style="color: #00C800;">endif</span><br />    <span style="color: #00C800;">IF</span> <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> > <span style="color: #000000;">1</span><br />     * <span style="color: #000000;">&#40;</span>carticulo<span style="color: #000000;">&#41;</span>-><span style="color: #000000;">&#40;</span>DbSetFilter<span style="color: #000000;">&#40;</span>;<br />     *                   <span style="color: #000000;">&#123;</span> || <span style="color: #000000;">&#40;</span>carticulo<span style="color: #000000;">&#41;</span>->densidad=<span style="color: #000000;">&#40;</span>tdensidad<span style="color: #000000;">&#91;</span><span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>,;<br />     *                       <span style="color: #ff0000;">"(carticulo)->densidad=(tdensidad[Var(2)])"</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">if</span> !empty<span style="color: #000000;">&#40;</span>cfiltro<span style="color: #000000;">&#41;</span><br />         cfiltro:=cfiltro+<span style="color: #ff0000;">'" .and. "'</span><br />      <span style="color: #00C800;">endif</span><br />      cfiltro:=cfiltro+<span style="color: #ff0000;">'" (carticulo)->densidad=(tdensidad[Var(2)]) "'</span><br />    <span style="color: #00C800;">endif</span><br /><br />       <span style="color: #000000;">&#40;</span>carticulo<span style="color: #000000;">&#41;</span>-><span style="color: #000000;">&#40;</span>DbSetFilter<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#123;</span>|| &cfiltro <span style="color: #000000;">&#125;</span>, cfiltro <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />       <span style="color: #000000;">&#40;</span>carticulo<span style="color: #000000;">&#41;</span>-><span style="color: #000000;">&#40;</span>dbgotop<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /> </div>[/code:3u70ye1k]
Ayuda Dbsetfilter anidado
Amigo Garbi, ¿ Qué quieres, dos anidamientos, doscientos o dos mil ? Los que quieras <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> Mira el ejemplo: [code=fw:2kenjbny]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> Sample<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">Local</span> bFil1:= <span style="color: #000000;">&#123;</span>|| .t. <span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bFil2:= <span style="color: #000000;">&#123;</span>|| .t.<span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bFil3:= <span style="color: #000000;">&#123;</span>|| .t.<span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bFil4:= <span style="color: #000000;">&#123;</span>|| .t.<span style="color: #000000;">&#125;</span><br /><span style="color: #00C800;">IF</span> ...<br />&nbsp; &nbsp;bFil1:= <span style="color: #000000;">&#123;</span>|| lCon1<span style="color: #000000;">&#125;</span><br /><span style="color: #00C800;">ENDIF</span><br /><span style="color: #00C800;">IF</span> ...<br />&nbsp; bFil2:= <span style="color: #000000;">&#123;</span>|| lCon2 <span style="color: #000000;">&#125;</span><br /><span style="color: #00C800;">ENDIF</span><br /><span style="color: #00C800;">IF</span> ...<br />&nbsp; &nbsp;bFil3:= <span style="color: #000000;">&#123;</span>|| lCon3 <span style="color: #000000;">&#125;</span><br /><span style="color: #00C800;">ENDIF</span><br /><span style="color: #00C800;">IF</span> ...<br />&nbsp; &nbsp;bFil4:= <span style="color: #000000;">&#123;</span>|| lCon4<span style="color: #000000;">&#125;</span><br /><span style="color: #00C800;">ENDIF</span><br /><span style="color: #0000ff;">SELECT</span> <span style="color: #000000;">&#40;</span>cAli<span style="color: #000000;">&#41;</span><br />SET FILTER <span style="color: #0000ff;">TO</span> Eval<span style="color: #000000;">&#40;</span>bFil1<span style="color: #000000;">&#41;</span> .AND. Eval<span style="color: #000000;">&#40;</span>bFil2<span style="color: #000000;">&#41;</span> .AND. Eval<span style="color: #000000;">&#40;</span>bFil3<span style="color: #000000;">&#41;</span> .AND. Eval<span style="color: #000000;">&#40;</span>bFil4<span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">NIL</span></div>[/code:2kenjbny] Esto te va a ahorrar el rollete de estar duplicando la condicion la caracter y el bloque y ademas te evita que sea en tiempo de ejecucion cuando te cante que la sintaxis de la condicion (la caracter) esta mal. Para tu caso asi funcionara, pero el problema que tiene este sistema: no se puede guardar la condicion de filtro para posteriormente restaurarla; quiza en tu ejemplo pasa exactamente lo mismo. Fuera aparte de tu problema: En general no me gusta el uso de SET FILTER porque es dificil cambiarlo y restaurarlo. Para ese caso lo que hago es que en el filtro incluyo una variable publica que sera la que encendere o apagare segun necesite apagar o encender el filtro. Saludos
Ayuda Dbsetfilter anidado
ok. lo he hecho con dbsetfilter() en lugar de set filter pero funciona de miedo. Gracias.
Ayuda Dbsetfilter anidado
Solución alternativa, para no usar evals: [code=fw:35t1fkeo]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> filtrararticulo<span style="color: #000000;">&#40;</span>aVars<span style="color: #000000;">&#41;</span><br />    <span style="color: #00C800;">LOCAL</span> cFiltro, aFiltros, i<br />    <span style="color: #00C800;">if</span> <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span> .and. <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span> .and. <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span> .and.;<br />       <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span> .and. <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span> .and. <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span> <= <span style="color: #000000;">1</span><br />       msgalert<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Debe seleccionar al menos una caracteristica del Articulo."</span><span style="color: #000000;">&#41;</span><br />       <span style="color: #00C800;">return</span> <span style="color: #ff0000;">""</span><br />    <span style="color: #00C800;">endif</span><br />    <span style="color: #000000;">&#40;</span>carticulo<span style="color: #000000;">&#41;</span> -><span style="color: #000000;">&#40;</span> dbClearFilter<span style="color: #000000;">&#40;</span><span style="color: #00C800;">NIL</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />    cfiltro:=<span style="color: #ff0000;">""</span><br />    aFiltros:= <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span><br />    <span style="color: #00C800;">IF</span> <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> > <span style="color: #000000;">1</span><br />      aAdd<span style="color: #000000;">&#40;</span> aFiltros, cArticulo+<span style="color: #ff0000;">'->ancho=='</span>+Ltrim<span style="color: #000000;">&#40;</span>Str<span style="color: #000000;">&#40;</span>tancho<span style="color: #000000;">&#91;</span><span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />    <span style="color: #00C800;">ENDIF</span><br />    <span style="color: #00C800;">IF</span> <span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> > <span style="color: #000000;">1</span><br />      aAdd<span style="color: #000000;">&#40;</span> aFiltros, cArticulo+<span style="color: #ff0000;">'->densidad=='</span>+Ltrim<span style="color: #000000;">&#40;</span>Str<span style="color: #000000;">&#40;</span>tdensidad<span style="color: #000000;">&#91;</span><span style="color: #0000ff;">Var</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br />    <span style="color: #00C800;">ENDIF</span><br />    <span style="color: #B900B9;">// .... completar los 5 ifs</span><br />    cFiltro:= aFiltros<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span><br />    <span style="color: #00C800;">FOR</span> i:= <span style="color: #000000;">2</span> <span style="color: #0000ff;">TO</span> Len<span style="color: #000000;">&#40;</span>aFiltros<span style="color: #000000;">&#41;</span><br />        cFiltro+= <span style="color: #ff0000;">'.AND.'</span>+aFiltros<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span><br />    <span style="color: #00C800;">NEXT</span><br /><br />    <span style="color: #000000;">&#40;</span>carticulo<span style="color: #000000;">&#41;</span>-><span style="color: #000000;">&#40;</span>DbSetFilter<span style="color: #000000;">&#40;</span> &<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'{||'</span>+cfiltro+<span style="color: #ff0000;">'}'</span><span style="color: #000000;">&#41;</span>, cfiltro <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />    <span style="color: #000000;">&#40;</span>carticulo<span style="color: #000000;">&#41;</span>-><span style="color: #000000;">&#40;</span>dbgotop<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /> </div>[/code:35t1fkeo] con esto lo unico que no es constante en el filtro son los propios campos, ni hay evals ni macros salvo al construir el codeblock. Y el filtro se puede salvar y restaurar ya que no depende de variables.
Ayuda Dbsetfilter anidado
Estimado Carlos, Es cierto que el Eval() para filtrar tiene un coste... pero da unas posibilidades que la creacion de la condicion literal no da: se pueden hacer complicadisimas condiciones sin tener que estar construyendo la condicion literal: imaginate si en la condicion tienes que incluir que un campo este contenido en un array ¿ qué hacer ? ¿declarar el array como Private ?; ademas que en la construccion literal el compilador no va a detectar un error de sintaxis hasta el momento en que la condicion es macroevaluada &("{||"+ cFiltro+ "}" ), pero ojo TODA la condicion porque al ser una condicion "condicionada" no esta completa. Me explico: tu pondrias: [code=fw:n1yrys71]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Local</span> cVar1:= <span style="color: #ff0000;">"algo pasa con mary"</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dVar2:= Date<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nVar3:= <span style="color: #000000;">12345</span><br /><br />aFiltro:= <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span><br /><span style="color: #00C800;">IF</span> lCon1<br />&nbsp; &nbsp; Aadd<span style="color: #000000;">&#40;</span>aFiltro, <span style="color: #ff0000;">"CamCar == "</span>+ <span style="color: #ff0000;">"'"</span>+ cVar1+ <span style="color: #ff0000;">"'"</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">ENDIF</span><br /><span style="color: #00C800;">IF</span> lCon2<br />&nbsp; &nbsp; Aadd<span style="color: #000000;">&#40;</span>aFiltro, <span style="color: #ff0000;">"CamFec == CToD("</span>+ DToC<span style="color: #000000;">&#40;</span>dVar2<span style="color: #000000;">&#41;</span>+ <span style="color: #ff0000;">")"</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">ENDIF</span><br /><span style="color: #00C800;">IF</span> lCon3<br />&nbsp; &nbsp; Aadd<span style="color: #000000;">&#40;</span>aFiltro, <span style="color: #ff0000;">"CamNum == "</span>+ Str<span style="color: #000000;">&#40;</span>nVar3, <span style="color: #000000;">14</span>, ????????<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">ENDIF</span><br />cFiltro:= aFiltro<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span><br /><span style="color: #00C800;">FOR</span> nI:= <span style="color: #000000;">2</span> <span style="color: #0000ff;">TO</span> Len<span style="color: #000000;">&#40;</span>aFiltro<span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;cFiltro+= <span style="color: #ff0000;">".OR."</span>+ aFiltro<span style="color: #000000;">&#91;</span>nI<span style="color: #000000;">&#93;</span><br /><span style="color: #00C800;">NEXT</span><br /><span style="color: #00C800;">RETURN</span> &<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"{||"</span>+ cFiltro+ <span style="color: #ff0000;">"}"</span><span style="color: #000000;">&#41;</span><br />&nbsp;</div>[/code:n1yrys71] Este sistema requiere ir transformando cada variable del filtro al tipo apropiado, de manera que cualquier cambio en las variables puede influir en la condicion... vease el numero de decimales para los numericos. [code=fw:n1yrys71]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Local</span> cVar1:= <span style="color: #ff0000;">"algo pasa con mary"</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dVar2:= Date<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nVar3:= <span style="color: #000000;">12345</span><br /><span style="color: #00C800;">Local</span> bFil1:= bFil2:= &nbsp;bFil3:= <span style="color: #000000;">&#123;</span>|| .t. <span style="color: #000000;">&#125;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;bFiltro:= <span style="color: #000000;">&#123;</span>|| Eval<span style="color: #000000;">&#40;</span>bFil1<span style="color: #000000;">&#41;</span> .AND. Eval<span style="color: #000000;">&#40;</span>bFil2<span style="color: #000000;">&#41;</span> .AND. Eval<span style="color: #000000;">&#40;</span>bFil3<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br /><br /><span style="color: #00C800;">IF</span> lCon1<br />&nbsp; &nbsp; bFil1:= <span style="color: #000000;">&#123;</span>|| CamCar == cVar1<span style="color: #000000;">&#125;</span><br /><span style="color: #00C800;">ENDIF</span><br /><span style="color: #00C800;">IF</span> lCon2<br />&nbsp; &nbsp; bFil2:= <span style="color: #000000;">&#123;</span>|| CamFec == dVar2 <span style="color: #000000;">&#125;</span><br /><span style="color: #00C800;">ENDIF</span><br /><span style="color: #00C800;">IF</span> lCon3<br />&nbsp; &nbsp; bFil3:= <span style="color: #000000;">&#123;</span>|| CamNum == nVar3 <span style="color: #000000;">&#125;</span><br /><span style="color: #00C800;">ENDIF</span><br /><span style="color: #00C800;">RETURN</span> bFiltro<br />&nbsp;</div>[/code:n1yrys71] El segundo metodo tiene la ventaja que aunque durante las pruebas que hagamos no se cumpla alguna de las condiciones, si hay una expresion sintacticamente erronea, no habra error de sintaxis en tiempo de ejecucion cuando SI se cumpla aquella condicion, porque el compilador habra "revisado" las condiciones, porque no son literales. Repito... es cierto que hay un coste en el Eval() Un afectuoso saludo
Ayuda Dbsetfilter anidado
No veo necesario declarar el array como private, todo depende de la situación. En el ejemplo que pone el compañero, me gusta más la solución de la expresión, porque aunque requiera elaborar la expresión como string, 1)me permitiría ponerla y quitarla, 2)es más rápida seguro, 3)funcionaría con ADS (problema que suelo tener que resolver). Y el array se puede poner como string, tal vez parezca más complicado, pero las ventajas lo compensan. Si hay un error al elaborar la expresión que solo se vé en runtime, bueno... tu tampoco sabes de antemano si estas comparando los tipos correctos de los campos, cuyo tipo solo se puede saber en ejecución. Y si hay un error, tarde o temprano vas a tener que corregirlo <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Es cuestión de gustos, y de las ganas que uno tenga a la hora de currartelo <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> Por cierto, de donde eres? No lo pone en tu perfil
Ayuda Doble Click en Tsbrowse
Hola Amigos:Necesito saber cuando se presione DOBLE CLICK y sacarlo del browse Tsbrowse al igual que como se muestra con el ENTER.Saludos,Antonio*** Esta linea se usa ENTER oBrw:Bkeydown := { |nKey|iif(nKey=13,(aa:=oBrw:nAt,oBrw:Refresh(),oDlg:End(),oDlg:End(),oDlg:End(),.t.),)}*** Como puedo hacerlo con DOBLE CLICK?????????
Ayuda Doble Click en Tsbrowse
[quote="mantonio_08":fycoisv1]Necesito saber cuando se presione DOBLE CLICK y sacarlo del browse Tsbrowse al igual que como se muestra con el ENTER.[/quote:fycoisv1]Hola Antonio:@ 0, 0 BROWSE oBrw OF oDlg ........etc. ; ON DBLCLICK ( aa:=oBrw:nAt, oDlg:End() )Saludos.Manuel Mercado.
Ayuda Doble Click en Tsbrowse
Manuel:Muchas gracias por tu respuesta,Saludos,Antonio[quote="mmercado":2mxphocp][quote="mantonio_08":2mxphocp]Necesito saber cuando se presione DOBLE CLICK y sacarlo del browse Tsbrowse al igual que como se muestra con el ENTER.[/quote:2mxphocp]Hola Antonio: @ 0, 0 BROWSE oBrw OF oDlg ........etc. ; ON DBLCLICK ( aa:=oBrw:nAt, oDlg:End() ) Saludos. Manuel Mercado.[/quote:2mxphocp]
Ayuda Epson TMU 375 impresion validacion
Estimados Colegas Alguien tiene un ejemplos sencillo de impresion del tickets de validacion en TMU 375 , o los caracterres de control desde ya muchas gracias Fabian
Ayuda Error en Combobox URGENTE ??
Amigo buenas tardes. Necesito ayuda Urgente. Tenia montado un programa con 2 combobox anidado con Array y ahora me percate del error que tiene al mostrar los elementos. En este caso necesito que siempre me entregue el Dato de contenido del elemento seleccionado. Cuando entra al seleccionar un elemento y dar en botón muestra, me muestra el contenido del elemento del 1er Array, pero del 2do, me muestra solo la posición de elemento, tratando de encontrar la solución puse un botón donde manualmente indico una posición de algún elemento en el Array 2, recién en este caso, se muestran los 2 contenidos del elemento. Hice una código pequeño funcional que muestre el error. Como logro que siempre me muestre el contenido de ambos Array y no sus posiciones. Creo que estoy muy mareado, con este asunto y mucho tiempo invertido!!!! En espera de su pronta ayuda, les saluda, Antonio Codigo [code=fw:vle7ff45]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Function</span> Combo4<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /> <span style="color: #00C800;">local</span> oDlg,oMarca,oTip_Pro2<br />   <span style="color: #00C800;">local</span>  aComunas, aArr,aSector<br />     <span style="color: #00C800;">Local</span> aTipos:=<span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"FINE        "</span>,<span style="color: #ff0000;">"SUB-Q       "</span>,<span style="color: #ff0000;">"ULTRA       "</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><br />     <span style="color: #00C800;">Local</span> aMarcas:=<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"HYALSENSE"</span><span style="color: #000000;">&#125;</span><br /><br />     <span style="color: #00C800;">Local</span> a:=<span style="color: #000000;">1</span><br />     <span style="color: #00C800;">Local</span> b:=<span style="color: #000000;">3</span><br />     <span style="color: #00C800;">Local</span> cMarca:=aMarcas<span style="color: #000000;">&#91;</span>a<span style="color: #000000;">&#93;</span><br /><br />     <span style="color: #00C800;">Local</span> Tip_Pro2:=aTipos<span style="color: #000000;">&#91;</span>a,b<span style="color: #000000;">&#93;</span><br />                                                    <br /><br /><br /><br />   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">FROM</span> <span style="color: #000000;">1</span>,<span style="color: #000000;">1</span> <span style="color: #0000ff;">TO</span> <span style="color: #000000;">450</span>, <span style="color: #000000;">600</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Seleccione Ciudad y Comuna"</span><br /><br />   @ <span style="color: #000000;">20</span>, <span style="color: #000000;">10</span> <span style="color: #0000ff;">COMBOBOX</span> cMarca <span style="color: #0000ff;">ITEMS</span> aMarcas <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">130</span>,<span style="color: #000000;">200</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />            <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">CHANGE</span> <span style="color: #000000;">&#40;</span> oTip_Pro2:<span style="color: #000000;">SetItems</span><span style="color: #000000;">&#40;</span> aTipos<span style="color: #000000;">&#91;</span> AScan<span style="color: #000000;">&#40;</span> aMarcas, cMarca <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span>, oTip_Pro2:<span style="color: #000000;">Set</span><span style="color: #000000;">&#40;</span> oTip_Pro2:<span style="color: #000000;">aItems</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br />   @ <span style="color: #000000;">20</span>,<span style="color: #000000;">160</span> <span style="color: #0000ff;">COMBOBOX</span> oTip_Pro2 <span style="color: #0000ff;">VAR</span> Tip_Pro2 <span style="color: #0000ff;">ITEMS</span> aTipos<span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">130</span>,<span style="color: #000000;">200</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg<br /><br />   @ <span style="color: #000000;">100</span>,<span style="color: #000000;">&#40;</span><span style="color: #000000;">300</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>-<span style="color: #000000;">&#40;</span><span style="color: #000000;">100</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #ff0000;">"Mostrar seleccionado"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">100</span>, <span style="color: #000000;">20</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />            <span style="color: #0000ff;">ACTION</span> <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> cMarca, Tip_Pro2 <span style="color: #000000;">&#41;</span><br />   @ <span style="color: #000000;">60</span>,<span style="color: #000000;">50</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #ff0000;">"Cambia"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">100</span>, <span style="color: #000000;">20</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />            <span style="color: #0000ff;">ACTION</span> <span style="color: #000000;">&#40;</span>b:=<span style="color: #000000;">2</span>, Tip_Pro2:=aTipos<span style="color: #000000;">&#91;</span>a,b<span style="color: #000000;">&#93;</span>,oTip_Pro2:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">CENTERED</span>    <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> <span style="color: #000000;">&#40;</span>oTip_Pro2:<span style="color: #000000;">SetItems</span><span style="color: #000000;">&#40;</span> aTipos<span style="color: #000000;">&#91;</span> a<span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span>, oTip_Pro2:<span style="color: #000000;">Set</span><span style="color: #000000;">&#40;</span> b <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br /> </div>[/code:vle7ff45]
Ayuda Error en Combobox URGENTE ??
Asi lo solucionas: [code=fw:17k5zprp]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; @ <span style="color: #000000;">100</span>,<span style="color: #000000;">&#40;</span><span style="color: #000000;">300</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>-<span style="color: #000000;">&#40;</span><span style="color: #000000;">100</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #ff0000;">"Mostrar seleccionado"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">100</span>, <span style="color: #000000;">20</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ACTION</span> <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> cMarca, aTipos<span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span><span style="color: #000000;">&#91;</span> Tip_Pro2 <span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span></div>[/code:17k5zprp]
Ayuda Error en Combobox URGENTE ??
[quote="Antonio Linares":3qoxq69n]Asi lo solucionas: [code=fw:3qoxq69n]<div class="fw" id="{CB}" style="font-family: monospace;">   @ <span style="color: #000000;">100</span>,<span style="color: #000000;">&#40;</span><span style="color: #000000;">300</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>-<span style="color: #000000;">&#40;</span><span style="color: #000000;">100</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #ff0000;">"Mostrar seleccionado"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">100</span>, <span style="color: #000000;">20</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />            <span style="color: #0000ff;">ACTION</span> <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> cMarca, aTipos<span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span><span style="color: #000000;">&#91;</span> Tip_Pro2 <span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span></div>[/code:3qoxq69n][/quote:3qoxq69n] Maestro Antonio Muchas gracias. Aplique su código, pero arroja este error, al dar en el Botón Cambia. Tengo que considerar que además se agregaran mas Ejemplo aMarcas:={{"HYALSENSE"},{"PLASTE"}} Saludos Antonio [code=fw:3qoxq69n]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Application<br />===========<br />   Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\Desa\Clarp Estetica\Clarp.exe <span style="color: #000000;">&#40;</span><span style="color: #000000;">32</span> bits<span style="color: #000000;">&#41;</span><br />   <span style="color: #0000ff;">Size</span>: <span style="color: #000000;">7</span>,<span style="color: #000000;">355</span>,<span style="color: #000000;">904</span> bytes<br />   Compiler version: <span style="color: #000000;">Harbour</span> <span style="color: #000000;">3.2</span>.0dev <span style="color: #000000;">&#40;</span>r2008190002<span style="color: #000000;">&#41;</span><br />   FiveWin  version: <span style="color: #000000;">FWH</span> <span style="color: #000000;">22.03</span><br />   C compiler version: <span style="color: #000000;">Borland</span>/Embarcadero C++ <span style="color: #000000;">7.0</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">32</span>-bit<span style="color: #000000;">&#41;</span><br />   Windows version: <span style="color: #000000;">6.2</span>, Build <span style="color: #000000;">9200</span> <br /><br />   Time <span style="color: #0000ff;">from</span> start: <span style="color: #000000;">0</span> hours <span style="color: #000000;">0</span> mins <span style="color: #000000;">36</span> secs <br />   Error occurred <span style="color: #00C800;">at</span>: <span style="color: #000000;">10</span>/<span style="color: #000000;">09</span>/<span style="color: #000000;">2022</span>, <span style="color: #000000;">18</span>:<span style="color: #000000;">27</span>:<span style="color: #000000;">04</span><br />   Error description: <span style="color: #000000;">Error</span> BASE/<span style="color: #000000;">1068</span>  Error de argumento: <span style="color: #000000;">acceso</span> al array<br />   Args:<br />     <span style="color: #000000;">&#91;</span>   <span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span> = A   <span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"FINE        "</span>,<span style="color: #ff0000;">"SUB-Q       "</span>,<span style="color: #ff0000;">"ULTRA       "</span><span style="color: #000000;">&#125;</span> length: <span style="color: #000000;">3</span><br />     <span style="color: #000000;">&#91;</span>   <span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span> = C   SUB-Q       <br /><br />Stack Calls<br />===========<br />   Called <span style="color: #0000ff;">from</span>: .\Clarp.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>COMBO4<span style="color: #000000;">&#40;</span> <span style="color: #000000;">968</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">BUTTON</span>.PRG => TBUTTON:<span style="color: #0000ff;">CLICK</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">179</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\CONTROL.PRG => TBUTTON:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1809</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => _FWH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3560</span> <span style="color: #000000;">&#41;</span><br /> </div>[/code:3qoxq69n]
Ayuda Error en Combobox URGENTE ??
Aqui tienes tu código inicial arreglado, te faltaba solo un detalle: [code=fw:1r4kt4ul]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">Function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; <span style="color: #00C800;">local</span> oDlg,oMarca,oTip_Pro2<br />&nbsp; <span style="color: #00C800;">local</span> &nbsp;aComunas, aArr,aSector<br />&nbsp; <span style="color: #00C800;">Local</span> aTipos:=<span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"FINE &nbsp; &nbsp; &nbsp; &nbsp;"</span>,<span style="color: #ff0000;">"SUB-Q &nbsp; &nbsp; &nbsp; "</span>,<span style="color: #ff0000;">"ULTRA &nbsp; &nbsp; &nbsp; "</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><br />&nbsp; <span style="color: #00C800;">Local</span> aMarcas:=<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"HYALSENSE"</span><span style="color: #000000;">&#125;</span><br />&nbsp; <span style="color: #00C800;">Local</span> a:=<span style="color: #000000;">1</span><br />&nbsp; <span style="color: #00C800;">Local</span> b:=<span style="color: #000000;">3</span><br />&nbsp; <span style="color: #00C800;">Local</span> cMarca:=aMarcas<span style="color: #000000;">&#91;</span>a<span style="color: #000000;">&#93;</span><br />&nbsp; <span style="color: #00C800;">Local</span> Tip_Pro2:=aTipos<span style="color: #000000;">&#91;</span>a,b<span style="color: #000000;">&#93;</span><br /><br />&nbsp; <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">FROM</span> <span style="color: #000000;">1</span>,<span style="color: #000000;">1</span> <span style="color: #0000ff;">TO</span> <span style="color: #000000;">450</span>, <span style="color: #000000;">600</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Seleccione Ciudad y Comuna"</span><br /><br />&nbsp; @ <span style="color: #000000;">20</span>, <span style="color: #000000;">10</span> <span style="color: #0000ff;">COMBOBOX</span> cMarca <span style="color: #0000ff;">ITEMS</span> aMarcas <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">130</span>,<span style="color: #000000;">200</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">CHANGE</span> <span style="color: #000000;">&#40;</span> oTip_Pro2:<span style="color: #000000;">SetItems</span><span style="color: #000000;">&#40;</span> aTipos<span style="color: #000000;">&#91;</span> AScan<span style="color: #000000;">&#40;</span> aMarcas, cMarca <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span>, oTip_Pro2:<span style="color: #000000;">Set</span><span style="color: #000000;">&#40;</span> oTip_Pro2:<span style="color: #000000;">aItems</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br />&nbsp; @ <span style="color: #000000;">20</span>, <span style="color: #000000;">160</span> <span style="color: #0000ff;">COMBOBOX</span> oTip_Pro2 <span style="color: #0000ff;">VAR</span> Tip_Pro2 <span style="color: #0000ff;">ITEMS</span> aTipos<span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">130</span>,<span style="color: #000000;">200</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg<br /><br />&nbsp; @ <span style="color: #000000;">100</span>, <span style="color: #000000;">&#40;</span><span style="color: #000000;">300</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>-<span style="color: #000000;">&#40;</span><span style="color: #000000;">100</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #ff0000;">"Mostrar seleccionado"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">100</span>, <span style="color: #000000;">20</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ACTION</span> <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> cMarca, Tip_Pro2 <span style="color: #000000;">&#41;</span><br />&nbsp; <br />&nbsp; @ <span style="color: #000000;">60</span>, <span style="color: #000000;">50</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #ff0000;">"Cambia"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">100</span>, <span style="color: #000000;">20</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ACTION</span> <span style="color: #000000;">&#40;</span>b:=<span style="color: #000000;">2</span>, Tip_Pro2:=aTipos<span style="color: #000000;">&#91;</span>a,b<span style="color: #000000;">&#93;</span>,oTip_Pro2:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">CENTERED</span> <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> <span style="color: #000000;">&#40;</span> oTip_Pro2:<span style="color: #000000;">SetItems</span><span style="color: #000000;">&#40;</span> aTipos<span style="color: #000000;">&#91;</span> a<span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span>, oTip_Pro2:<span style="color: #000000;">Set</span><span style="color: #000000;">&#40;</span> aTipos<span style="color: #000000;">&#91;</span> a, b <span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span>, .T. <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span></div>[/code:1r4kt4ul]
Ayuda Error en Combobox URGENTE ??
Maestro Antonio. Buen día, muchas gracias por siempre su ayuda y amabilidad. La verdad que estoy creyendo que los Combobox, no quieren ser mi aliado, he probado su código, funciona perfecto tal como esta, pero como comente, que se deben agregar mas Marcas y por consiguiente mas Tipos, al solo agregar una marca y 2 elementos, el sistema entra en un intento de espera y luego se cierra el programa sin dar ningún error en pantalla. Creo que es segunda ves que lo manifiesto, si los Combobox son tan útiles como pienso según considero para mii solución, no hay algo mas simple de implementar, para gente como yo usuario con pocos conocimientos de la herramienta, se hace frustrante el no dar con una solución, cuando aun mas invierto días en solo esto y no puedo avanzar, porque además no se si existe alguna otra alternativa, para dar solución a una necesidad tan común de datos relacionados y darle una solución útil al usuario y no estar recorriendo una enorme lista donde el debe hacer una relación manual. No quiero que se mal entienda lo que digo, y si no se toma a bien, pido las disculpas, solo quiero entender que una solución definitiva seria un beneficio para todos los que lo necesitamos, sin tener que estar molestando y dependiendo de la buena voluntad de nuestro colegas, que gracias a Dios es enorme y sin conocer al otro, se tiende la mano, y en lo personal, estoy muy agradecido, por que me permite avanzar. Muchas gracias y muchos saludos. Antonio. Codigo Array agregado: [code=fw:zv34g6vc]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp;<span style="color: #00C800;">local</span> oDlg,oMarca,oTip_Pro2<br />&nbsp; <span style="color: #00C800;">local</span> &nbsp;aComunas, aArr,aSector<br />&nbsp; <span style="color: #00C800;">Local</span> aTipos:=<span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"FINE &nbsp; &nbsp; &nbsp; &nbsp;"</span>,<span style="color: #ff0000;">"SUB-Q &nbsp; &nbsp; &nbsp; "</span>,<span style="color: #ff0000;">"ULTRA &nbsp; &nbsp; &nbsp; "</span><span style="color: #000000;">&#125;</span>,<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"LINE 1 &nbsp; &nbsp; &nbsp;"</span>,<span style="color: #ff0000;">"LINE 2 &nbsp; &nbsp; &nbsp; "</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><br />&nbsp; <span style="color: #00C800;">Local</span> aMarcas:=<span style="color: #000000;">&#123;</span><span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"HYALSENSE"</span><span style="color: #000000;">&#125;</span> , <span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"NEW LINE"</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#125;</span><br />&nbsp; <span style="color: #00C800;">Local</span> a:=<span style="color: #000000;">1</span><br />&nbsp; <span style="color: #00C800;">Local</span> b:=<span style="color: #000000;">3</span><br />&nbsp; <span style="color: #00C800;">Local</span> cMarca:=aMarcas<span style="color: #000000;">&#91;</span>a<span style="color: #000000;">&#93;</span><br />&nbsp; <span style="color: #00C800;">Local</span> Tip_Pro2:=aTipos<span style="color: #000000;">&#91;</span>a,b<span style="color: #000000;">&#93;</span><br /><br />&nbsp; <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">FROM</span> <span style="color: #000000;">1</span>,<span style="color: #000000;">1</span> <span style="color: #0000ff;">TO</span> <span style="color: #000000;">450</span>, <span style="color: #000000;">600</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Seleccione Ciudad y Comuna"</span><br /><br />&nbsp; @ <span style="color: #000000;">20</span>, <span style="color: #000000;">10</span> <span style="color: #0000ff;">COMBOBOX</span> cMarca <span style="color: #0000ff;">ITEMS</span> aMarcas <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">130</span>,<span style="color: #000000;">200</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">CHANGE</span> <span style="color: #000000;">&#40;</span> oTip_Pro2:<span style="color: #000000;">SetItems</span><span style="color: #000000;">&#40;</span> aTipos<span style="color: #000000;">&#91;</span> AScan<span style="color: #000000;">&#40;</span> aMarcas, cMarca <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span>, oTip_Pro2:<span style="color: #000000;">Set</span><span style="color: #000000;">&#40;</span> oTip_Pro2:<span style="color: #000000;">aItems</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br />&nbsp; @ <span style="color: #000000;">20</span>, <span style="color: #000000;">160</span> <span style="color: #0000ff;">COMBOBOX</span> oTip_Pro2 <span style="color: #0000ff;">VAR</span> Tip_Pro2 <span style="color: #0000ff;">ITEMS</span> aTipos<span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">130</span>,<span style="color: #000000;">200</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg<br /><br />&nbsp; @ <span style="color: #000000;">100</span>, <span style="color: #000000;">&#40;</span><span style="color: #000000;">300</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>-<span style="color: #000000;">&#40;</span><span style="color: #000000;">100</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #ff0000;">"Mostrar seleccionado"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">100</span>, <span style="color: #000000;">20</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ACTION</span> <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> cMarca, Tip_Pro2 <span style="color: #000000;">&#41;</span><br /><br />&nbsp; @ <span style="color: #000000;">60</span>, <span style="color: #000000;">50</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #ff0000;">"Cambia"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">100</span>, <span style="color: #000000;">20</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">ACTION</span> <span style="color: #000000;">&#40;</span>b:=<span style="color: #000000;">2</span>, Tip_Pro2:=aTipos<span style="color: #000000;">&#91;</span>a,b<span style="color: #000000;">&#93;</span>,oTip_Pro2:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">CENTERED</span> <span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> <span style="color: #000000;">&#40;</span> oTip_Pro2:<span style="color: #000000;">SetItems</span><span style="color: #000000;">&#40;</span> aTipos<span style="color: #000000;">&#91;</span> a<span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span>, oTip_Pro2:<span style="color: #000000;">Set</span><span style="color: #000000;">&#40;</span> aTipos<span style="color: #000000;">&#91;</span> a, b <span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span>, .T. <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br />&nbsp;</div>[/code:zv34g6vc] Error: [code=fw:zv34g6vc]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Application Internal Error - C:\Desa\Clarp Estetica\Clarp.exe<br />Terminated <span style="color: #00C800;">at</span>: <span style="color: #000000;">2022</span><span style="color: #000000;">-09</span><span style="color: #000000;">-11</span> <span style="color: #000000;">12</span>:<span style="color: #000000;">38</span>:<span style="color: #000000;">47</span><br />Error irrecuperable <span style="color: #000000;">6005</span>: <span style="color: #000000;">Exception</span> error:<br /><br />&nbsp; &nbsp; <span style="color: #000000;">Exception</span> Code:<span style="color: #000000;">C0000005</span> ACCESS_VIOLATION<br />&nbsp; &nbsp; Exception Address:770F8291<br />&nbsp; &nbsp; EAX:00CEC830 &nbsp;EBX:<span style="color: #000000;">00000000</span> &nbsp;ECX:<span style="color: #000000;">00000000</span> &nbsp;EDX:<span style="color: #000000;">00000002</span><br />&nbsp; &nbsp; ESI:<span style="color: #000000;">00000000</span> &nbsp;EDI:00D1B188 &nbsp;EBP:0019D934<br />&nbsp; &nbsp; CS:<span style="color: #000000;">EIP</span>:<span style="color: #000000;">0023</span>:770F8291 &nbsp;SS:<span style="color: #000000;">ESP</span>:002B:0019D8E8<br />&nbsp; &nbsp; DS:002B &nbsp;ES:002B &nbsp;FS:<span style="color: #000000;">0053</span> &nbsp;GS:002B<br />&nbsp; &nbsp; Flags:<span style="color: #000000;">00210206</span><br />&nbsp; &nbsp; Exception Parameters: <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span><br />&nbsp; &nbsp; CS:<span style="color: #000000;">EIP</span>: <span style="color: #000000;">66</span> 8B <span style="color: #000000;">06</span> <span style="color: #000000;">83</span> C6 <span style="color: #000000;">02</span> <span style="color: #000000;">66</span> 3B C1 <span style="color: #000000;">75</span> F5 2B F2 8D <span style="color: #000000;">45</span> D4<br />&nbsp; &nbsp; SS:<span style="color: #000000;">ESP</span>: <span style="color: #000000;">00000000</span> 00D1B188 <span style="color: #000000;">00000001</span> 004E9B77 02C8E9D4 <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000008</span> 004ED0D9 <span style="color: #000000;">00000000</span> 0019D928 004ED358 <span style="color: #000000;">02998114</span> 001DA714 00C918D4 0019D978<br /><br />&nbsp; &nbsp; C stack:<br />&nbsp; &nbsp; <span style="color: #000000;">EIP</span>: &nbsp; &nbsp; <span style="color: #000000;">EBP</span>: &nbsp; &nbsp; &nbsp; <span style="color: #000000;">Frame</span>: <span style="color: #000000;">OldEBP</span>, RetAddr, Params...<br />&nbsp; &nbsp; 770F8291 0019D934 &nbsp; 0019D9C0 770F7637 00D1B188 <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000004</span> <span style="color: #000000;">01508610</span> <span style="color: #000000;">00000180</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">01508610</span><br />&nbsp; &nbsp; 770F7637 0019D9C0 &nbsp; 0019D9EC 770F6CA2 <span style="color: #000000;">01508610</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000180</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000180</span><br />&nbsp; &nbsp; 770F6CA2 0019D9EC &nbsp; 0019DA18 770C5CAB 01A1083E <span style="color: #000000;">00000180</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> DCBAABCD 77A25820 <span style="color: #000000;">00000180</span><br />&nbsp; &nbsp; 770C5CAB 0019DA18 &nbsp; 0019DAFC 770B67BC 77A25820 01A1083E <span style="color: #000000;">00000180</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> F6EE71D1 <span style="color: #000000;">40000000</span> C0000388<br />&nbsp; &nbsp; 770B67BC 0019DAFC &nbsp; 0019DB60 770B635A 77A25820 <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000180</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> 003A1000 <span style="color: #000000;">00000001</span> F6EE704D<br />&nbsp; &nbsp; 770B635A 0019DB60 &nbsp; 0019DBA0 77113EF6 <span style="color: #000000;">01508610</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000180</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> 77A25820 01A1083E 770C7410<br />&nbsp; &nbsp; 77113EF6 0019DBA0 &nbsp; 0019DC58 77A13B9D 0019DBBC <span style="color: #000000;">00000038</span> 0019DE24 77A13AD0 0019DBF8 <span style="color: #000000;">00000068</span> <span style="color: #000000;">00000008</span> <span style="color: #000000;">00000000</span><br />&nbsp; &nbsp; 77A13B9D 0019DC58 &nbsp; 0019DCF8 770E6110 <span style="color: #000000;">01508610</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000001</span> 014F0D20 <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000000</span> 770B67BC<br />&nbsp; &nbsp; 770E6110 0019DCF8 &nbsp; 0019DD24 770E5C4B 014F0D20 <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000143</span><br />&nbsp; &nbsp; 770E5C4B 0019DD24 &nbsp; 0019DD50 770C5CAB 00B00A2C <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> DCBAABCD 77A257F0 <span style="color: #000000;">00000143</span><br />&nbsp; &nbsp; 770C5CAB 0019DD50 &nbsp; 0019DE34 770B67BC 77A257F0 00B00A2C <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> F6EE7519 77A257F0 00B00A2C<br />&nbsp; &nbsp; 770B67BC 0019DE34 &nbsp; 0019DE6C 770A6C22 77A257F0 <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span><br />&nbsp; &nbsp; 770A6C22 0019DE6C &nbsp; 0019DE94 0041DBE6 77A257F0 00B00A2C <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000000</span> 00B00A2C<br />&nbsp; &nbsp; 0041DBE6 0019DE94 &nbsp; 0019DEB4 0041E5EF 00B00A2C <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000007</span> 0041E5D0<br />&nbsp; &nbsp; 0041E5EF 0019DEB4 &nbsp; 0019DEE0 770C5CAB 00B00A2C <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> DCBAABCD 0041E5D0 <span style="color: #000000;">00000143</span><br />&nbsp; &nbsp; 770C5CAB 0019DEE0 &nbsp; 0019DFC4 770B67BC 0041E5D0 00B00A2C <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> F6EE74E9 <span style="color: #000000;">00000000</span> 014F0D20<br />&nbsp; &nbsp; 770B67BC 0019DFC4 &nbsp; 0019E028 770B5F6D 0041E5D0 <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> 003A1000 <span style="color: #000000;">00000001</span> 014F0D20<br />&nbsp; &nbsp; 770B5F6D 0019E028 &nbsp; 0019E058 770A6E1D 014F0D20 <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span> 00B00A2C 0019E024<br />&nbsp; &nbsp; 770A6E1D 0019E058 &nbsp; 0019E084 0044AA78 00B00A2C <span style="color: #000000;">00000143</span> <span style="color: #000000;">00000001</span> <span style="color: #000000;">00000000</span> 007DFE4C <span style="color: #000000;">00000000</span> 0090003C <span style="color: #000000;">00000143</span><br />&nbsp; &nbsp; 0044AA78 0019E084 &nbsp; 0019E0A0 004D226C 0000009A <span style="color: #000000;">00000005</span> 028B1774 <span style="color: #000000;">00000000</span> <span style="color: #000000;">00000000</span><br /><br /><br />Modules:<br /><span style="color: #000000;">00400000</span> <span style="color: #000000;">00714000</span> C:\Desa\Clarp Estetica\Clarp.exe<br />779A0000 0019C000 C:\WINDOWS\SYSTEM32\ntdll.dll<br /><span style="color: #000000;">76430000</span> 000E0000 C:\WINDOWS\System32\KERNEL32.DLL<br />76E80000 001FB000 C:\WINDOWS\System32\KERNELBASE.dll<br /><span style="color: #000000;">76150000</span> 0007E000 C:\WINDOWS\System32\ADVAPI32.DLL<br />757D0000 000C0000 C:\WINDOWS\System32\msvcrt.dll<br /><span style="color: #000000;">75890000</span> <span style="color: #000000;">00079000</span> C:\WINDOWS\System32\sechost.dll<br />75D60000 000BF000 C:\WINDOWS\System32\RPCRT4.dll<br />74FF0000 <span style="color: #000000;">00020000</span> C:\WINDOWS\System32\SspiCli.dll<br />74FE0000 0000A000 C:\WINDOWS\System32\CRYPTBASE.dll<br />75F20000 <span style="color: #000000;">00062000</span> C:\WINDOWS\System32\bcryptPrimitives.dll<br />75E20000 000FA000 C:\WINDOWS\System32\COMDLG32.DLL<br /><span style="color: #000000;">77710000</span> <span style="color: #000000;">00277000</span> C:\WINDOWS\System32\combase.dll<br />73F40000 <span style="color: #000000;">00008000</span> C:\WINDOWS\SYSTEM32\VERSION.DLL<br /><span style="color: #000000;">77580000</span> <span style="color: #000000;">00123000</span> C:\WINDOWS\System32\ucrtbase.dll<br />774F0000 <span style="color: #000000;">00089000</span> C:\WINDOWS\System32\shcore.dll<br /><span style="color: #000000;">77080000</span> <span style="color: #000000;">00199000</span> C:\WINDOWS\System32\USER32.dll<br /><span style="color: #000000;">73410000</span> 0008E000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5<span style="color: #000000;">.82</span><span style="color: #000000;">.17763</span>.1577_none_b4b5ab3d6e73f8cb\COMCTL32.DLL<br />773C0000 <span style="color: #000000;">00023000</span> C:\WINDOWS\System32\GDI32.dll<br /><span style="color: #000000;">76110000</span> <span style="color: #000000;">00017000</span> C:\WINDOWS\System32\win32u.dll<br />72EC0000 0006B000 C:\WINDOWS\SYSTEM32\WINSPOOL.DRV<br />75FA0000 <span style="color: #000000;">00168000</span> C:\WINDOWS\System32\gdi32full.dll<br />761D0000 <span style="color: #000000;">00044000</span> C:\WINDOWS\System32\SHLWAPI.dll<br />75F90000 0000F000 C:\WINDOWS\System32\kernel.appcore.dll<br />773F0000 <span style="color: #000000;">00080000</span> C:\WINDOWS\System32\msvcp_win.dll<br /><span style="color: #000000;">76830000</span> <span style="color: #000000;">00556000</span> C:\WINDOWS\System32\SHELL32.dll<br /><span style="color: #000000;">76270000</span> <span style="color: #000000;">00019000</span> C:\WINDOWS\System32\bcrypt.dll<br /><span style="color: #000000;">76220000</span> 0003B000 C:\WINDOWS\System32\cfgmgr32.dll<br />751C0000 <span style="color: #000000;">00602000</span> C:\WINDOWS\System32\windows.storage.dll<br /><span style="color: #000000;">74220000</span> <span style="color: #000000;">00018000</span> C:\WINDOWS\SYSTEM32\MPR.DLL<br /><span style="color: #000000;">76130000</span> 0001C000 C:\WINDOWS\System32\profapi.dll<br />776B0000 <span style="color: #000000;">00054000</span> C:\WINDOWS\System32\powrprof.dll<br />731A0000 0017F000 C:\WINDOWS\SYSTEM32\PROPSYS.dll<br /><span style="color: #000000;">76710000</span> <span style="color: #000000;">00012000</span> C:\WINDOWS\System32\cryptsp.dll<br />747B0000 <span style="color: #000000;">00033000</span> C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL<br /><span style="color: #000000;">75100000</span> <span style="color: #000000;">00096000</span> C:\WINDOWS\System32\OLEAUT32.dll<br /><span style="color: #000000;">76730000</span> 000FC000 C:\WINDOWS\System32\OLE32.DLL<br /><span style="color: #000000;">74780000</span> <span style="color: #000000;">00024000</span> C:\WINDOWS\SYSTEM32\WINMM.DLL<br />6C930000 0016F000 C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1<span style="color: #000000;">.1</span><span style="color: #000000;">.17763</span>.1577_none_570c6e10c25746a4\GDIPLUS.DLL<br />746C0000 <span style="color: #000000;">00029000</span> C:\WINDOWS\SYSTEM32\OLEDLG.DLL<br />748C0000 <span style="color: #000000;">00006000</span> C:\WINDOWS\SYSTEM32\MSIMG32.DLL<br /><span style="color: #000000;">74750000</span> <span style="color: #000000;">00023000</span> C:\WINDOWS\SYSTEM32\WINMMBASE.dll<br />76E50000 <span style="color: #000000;">00025000</span> C:\WINDOWS\System32\IMM32.DLL<br />734C0000 0007B000 C:\WINDOWS\system32\uxtheme.dll<br /><span style="color: #000000;">77280000</span> 0013C000 C:\WINDOWS\System32\MSCTF.dll<br />67D30000 <span style="color: #000000;">00171000</span> C:\WINDOWS\SYSTEM32\WindowsCodecs.dll<br /><span style="color: #000000;">73320000</span> <span style="color: #000000;">00026000</span> C:\WINDOWS\system32\dwmapi.dll<br /><span style="color: #000000;">76290000</span> <span style="color: #000000;">00198000</span> C:\WINDOWS\System32\CRYPT32.dll<br /><span style="color: #000000;">76260000</span> 0000E000 C:\WINDOWS\System32\MSASN1.dll<br /><span style="color: #000000;">74630000</span> <span style="color: #000000;">00086000</span> C:\WINDOWS\System32\TextInputFramework.dll<br />6C370000 0008F000 C:\WINDOWS\System32\CoreMessaging.dll<br />6C010000 0026B000 C:\WINDOWS\System32\CoreUIComponents.dll<br />6DC50000 000DC000 C:\WINDOWS\SYSTEM32\wintypes.dll<br />74FA0000 <span style="color: #000000;">00029000</span> C:\WINDOWS\SYSTEM32\ntmarta.dll<br />6E420000 0020F000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6<span style="color: #000000;">.0</span><span style="color: #000000;">.17763</span>.1577_none_26217b2b67c4ccd6\comctl32.DLL<br /><br />Called <span style="color: #0000ff;">from</span> SENDMESSAGE<span style="color: #000000;">&#40;</span><span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />Called <span style="color: #0000ff;">from</span> <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>TWINDOW<span style="color: #000000;">&#40;</span><span style="color: #000000;">640</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG<br />Called <span style="color: #0000ff;">from</span> TCOMBOBOX:<span style="color: #000000;">SENDMSG</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG<br />Called <span style="color: #0000ff;">from</span> <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>TCOMBOBOX_DEFAULT<span style="color: #000000;">&#40;</span><span style="color: #000000;">1021</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">COMBOBOX</span>.PRG<br />Called <span style="color: #0000ff;">from</span> AEVAL<span style="color: #000000;">&#40;</span><span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />Called <span style="color: #0000ff;">from</span> TCOMBOBOX:<span style="color: #00C800;">DEFAULT</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1021</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">COMBOBOX</span>.PRG<br />Called <span style="color: #0000ff;">from</span> TCOMBOBOX:<span style="color: #000000;">INITIATE</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">950</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">COMBOBOX</span>.PRG<br />Called <span style="color: #0000ff;">from</span> __OBJSENDMSG<span style="color: #000000;">&#40;</span><span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />Called <span style="color: #0000ff;">from</span> OSEND<span style="color: #000000;">&#40;</span><span style="color: #000000;">291</span><span style="color: #000000;">&#41;</span> in .\source\<span style="color: #00C800;">function</span>\HARBOUR.PRG<br />Called <span style="color: #0000ff;">from</span> ASEND<span style="color: #000000;">&#40;</span><span style="color: #000000;">259</span><span style="color: #000000;">&#41;</span> in .\source\<span style="color: #00C800;">function</span>\HARBOUR.PRG<br />Called <span style="color: #0000ff;">from</span> TDIALOG:<span style="color: #000000;">INITIATE</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">805</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG<br />Called <span style="color: #0000ff;">from</span> TDIALOG:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1124</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG<br />Called <span style="color: #0000ff;">from</span> DIALOGBOXINDIRECT<span style="color: #000000;">&#40;</span><span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />Called <span style="color: #0000ff;">from</span> TDIALOG:<span style="color: #0000ff;">ACTIVATE</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">304</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG<br />Called <span style="color: #0000ff;">from</span> COMBO6<span style="color: #000000;">&#40;</span><span style="color: #000000;">1070</span><span style="color: #000000;">&#41;</span> in .\Clarp.PRG<br />Called <span style="color: #0000ff;">from</span> <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>MAIN<span style="color: #000000;">&#40;</span><span style="color: #000000;">111</span><span style="color: #000000;">&#41;</span> in .\Clarp.PRG<br />Called <span style="color: #0000ff;">from</span> TBTNBMP:<span style="color: #0000ff;">CLICK</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">713</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">BTNBMP</span>.PRG<br />Called <span style="color: #0000ff;">from</span> TBTNBMP:<span style="color: #000000;">LBUTTONUP</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">999</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">BTNBMP</span>.PRG<br />Called <span style="color: #0000ff;">from</span> TCONTROL:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1845</span><span style="color: #000000;">&#41;</span> in .\source\classes\CONTROL.PRG<br />Called <span style="color: #0000ff;">from</span> TBTNBMP:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">2051</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">BTNBMP</span>.PRG<br />Called <span style="color: #0000ff;">from</span> _FWH<span style="color: #000000;">&#40;</span><span style="color: #000000;">3560</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG<br />Called <span style="color: #0000ff;">from</span> WINRUN<span style="color: #000000;">&#40;</span><span style="color: #000000;">0</span><span style="color: #000000;">&#41;</span><br />Called <span style="color: #0000ff;">from</span> TWINDOW:<span style="color: #0000ff;">ACTIVATE</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">1097</span><span style="color: #000000;">&#41;</span> in .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG<br />Called <span style="color: #0000ff;">from</span> MAIN<span style="color: #000000;">&#40;</span><span style="color: #000000;">253</span><span style="color: #000000;">&#41;</span> in .\Clarp.PRG<br />------------------------------------------------------------------------<br /><br />&nbsp;</div>[/code:zv34g6vc]
Ayuda Error en Combobox URGENTE ??
Antonio, El ejemplo estaba funcionando para esta estructura de datos: Local aTipos:={{"FINE ","SUB-Q ","ULTRA "}} Local aMarcas:={"HYALSENSE"} Ahora lo has cambiado a: Local aTipos:={{"FINE ","SUB-Q ","ULTRA "},{"LINE 1 ","LINE 2 "}} Local aMarcas:={{"HYALSENSE"} , {"NEW LINE"}} logicamente hay que modificar el PRG. Voy a revisarlo...
Ayuda Error en Combobox URGENTE ??
[quote="remtec":xq4hzz7w][quote="Antonio Linares":xq4hzz7w]Asi lo solucionas: [code=fw:xq4hzz7w]<div class="fw" id="{CB}" style="font-family: monospace;">   @ <span style="color: #000000;">100</span>,<span style="color: #000000;">&#40;</span><span style="color: #000000;">300</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>-<span style="color: #000000;">&#40;</span><span style="color: #000000;">100</span>/<span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #ff0000;">"Mostrar seleccionado"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">100</span>, <span style="color: #000000;">20</span> <span style="color: #0000ff;">PIXEL</span> <span style="color: #0000ff;">OF</span> oDlg ;<br />            <span style="color: #0000ff;">ACTION</span> <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> cMarca, aTipos<span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span><span style="color: #000000;">&#91;</span> Tip_Pro2 <span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span></div>[/code:xq4hzz7w][/quote:xq4hzz7w] Maestro Antonio Muchas gracias. Aplique su código, pero arroja este error, al dar en el Botón Cambia. Tengo que considerar que además se agregaran mas Ejemplo aMarcas:={{"HYALSENSE"},{"PLASTE"}} Saludos Antonio [code=fw:xq4hzz7w]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Application<br />===========<br />   Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\Desa\Clarp Estetica\Clarp.exe <span style="color: #000000;">&#40;</span><span style="color: #000000;">32</span> bits<span style="color: #000000;">&#41;</span><br />   <span style="color: #0000ff;">Size</span>: <span style="color: #000000;">7</span>,<span style="color: #000000;">355</span>,<span style="color: #000000;">904</span> bytes<br />   Compiler version: <span style="color: #000000;">Harbour</span> <span style="color: #000000;">3.2</span>.0dev <span style="color: #000000;">&#40;</span>r2008190002<span style="color: #000000;">&#41;</span><br />   FiveWin  version: <span style="color: #000000;">FWH</span> <span style="color: #000000;">22.03</span><br />   C compiler version: <span style="color: #000000;">Borland</span>/Embarcadero C++ <span style="color: #000000;">7.0</span> <span style="color: #000000;">&#40;</span><span style="color: #000000;">32</span>-bit<span style="color: #000000;">&#41;</span><br />   Windows version: <span style="color: #000000;">6.2</span>, Build <span style="color: #000000;">9200</span> <br /><br />   Time <span style="color: #0000ff;">from</span> start: <span style="color: #000000;">0</span> hours <span style="color: #000000;">0</span> mins <span style="color: #000000;">36</span> secs <br />   Error occurred <span style="color: #00C800;">at</span>: <span style="color: #000000;">10</span>/<span style="color: #000000;">09</span>/<span style="color: #000000;">2022</span>, <span style="color: #000000;">18</span>:<span style="color: #000000;">27</span>:<span style="color: #000000;">04</span><br />   Error description: <span style="color: #000000;">Error</span> BASE/<span style="color: #000000;">1068</span>  Error de argumento: <span style="color: #000000;">acceso</span> al array<br />   Args:<br />     <span style="color: #000000;">&#91;</span>   <span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span> = A   <span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"FINE        "</span>,<span style="color: #ff0000;">"SUB-Q       "</span>,<span style="color: #ff0000;">"ULTRA       "</span><span style="color: #000000;">&#125;</span> length: <span style="color: #000000;">3</span><br />     <span style="color: #000000;">&#91;</span>   <span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span> = C   SUB-Q       <br /><br />Stack Calls<br />===========<br />   Called <span style="color: #0000ff;">from</span>: .\Clarp.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>COMBO4<span style="color: #000000;">&#40;</span> <span style="color: #000000;">968</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">BUTTON</span>.PRG => TBUTTON:<span style="color: #0000ff;">CLICK</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">179</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\CONTROL.PRG => TBUTTON:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1809</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => _FWH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3560</span> <span style="color: #000000;">&#41;</span><br /> </div>[/code:xq4hzz7w][/quote:xq4hzz7w] Maestro Antonio, Muchas gracias por su ayuda. No es que haya cambiado ahora la necesidad, antes había especificado que esto si era necesario de tener mas Marcas y por consiguiente mas tipos. Quedo atento a los comentarios. Muchos saludos y muy buenas noches. Antonio.
Ayuda Error en Combobox URGENTE ??
Ya te proporcioné el ejemplo: <!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?p=253129&sid=3f9d268fcc951d1bf053930a22ed9d1e#p253129">viewtopic.php?p=253129&sid=3f9d268fcc951d1bf053930a22ed9d1e#p253129</a><!-- l -->
Ayuda Error en Combobox URGENTE ??
[quote="Antonio Linares":1xub2pei]Ya te proporcioné el ejemplo: <!-- m --><a class="postlink" href="http://fivetechsupport.com/forums/viewtopic.php?p=253129&sid=3f9d268fcc951d1bf053930a22ed9d1e#p253129">http://fivetechsupport.com/forums/viewt ... 1e#p253129</a><!-- m -->[/quote:1xub2pei] Maestro Antonio, muy buenas tardes. Claro que vi su ejemplo y también trate de seguir la lógica que expone. Aun cuando originalmente Barrios siempre apunta a "aaa", solo cambia la ciudad al cambiar provincias, por otro lado, nunca logre controlar el desborde del puntero en la búsqueda, el fin de semana y igual que hoy, es demasiado tiempo, algo que no tengo por la exigencia de avanzar con las demás opciones del sistema. Muchos Saludos Antonio.
Ayuda Error en Combobox URGENTE ??
Hola Amigos Nadie tiene algo que funcione??? Saludos Antonio