topic
stringlengths
1
63
text
stringlengths
1
577k
tsbrowse y tArray ( SOLUCIONADO )
EstimadosComo poder editar un celda CHECKBOX con clase tArrayal presionar doble click o tecla espacio no hace NADAadjunto ejemplo[code:im5tt1t7] REDEFINE BROWSE oLbx[1] ID 110 OF PAGE3 CELLED COLORS CLR_BLACK, RGB( 255, 255, 235) DEFINE STRUCT oIng:oTramite STRUCT FIELD tipo INIT space&...
tsbrowse y tArray ( SOLUCIONADO )
Lo he solucionado momentaneamente por estas lineassi alguien tiene una mejor solución, bienvenida sea..[code:2pb478um] ADD COLUMN TO BROWSE oLbx[1] DATA oIng:oTramite:tipo; TITLE "Tip.Tramite" ; SIZE 100 PIXELS ; 3DLOOK TRUE,TRUE,FALSE ; ALIGN D...
tsbrowse y tArray ( SOLUCIONADO )
[quote="Patricio Avalos Aguirre":2iha9d2s]si alguien tiene una mejor solución, bienvenida sea..[/quote:2iha9d2s]Hola Patricio:Me parece muy buena tu solución.También podrías probar lo siguiente[code:2iha9d2s] ADD COLUMN TO BROWSE oLbx[1] ; DATA { |lVar| If( lVar == Nil, oIng:oTramite:lSol...
tsbrowse y tArray ( SOLUCIONADO )
Gracias maestro funcionó, solo con una correccionoIng:oTramite:Save()[code:9ggd5bgd] ADD COLUMN TO BROWSE oIng:oLbx[_TRAMITES] ; DATA { |lVar| If( lVar == Nil, oIng:oTramite:lSolicita, (oIng:oTramite:lSolicita := lVar, oIng:oTramite:Save()) ) &#12...
tsbrowse y toleauto
amigos, logre generar la lib de tsbrowse, estoy usando verce 5.3, fwh 8.04, harbour 1.1, bcc55, workshop 4.5, el tema es cuando quiero enlazar mis prg con la lib, me sale esto; Error: Unresolved external '_HB_FUN_TOLEAUTO' referenced from C:\PROGRAMAS\PROGH\SBROWSEH.LIB|TSBROWSEalguien sabe porque..
tsbrowse y toleauto
[quote="norte_67":9cgo07a2]amigos, logre generar la lib de tsbrowse, estoy usando verce 5.3, fwh 8.04, harbour 1.1, bcc55, workshop 4.5, el tema es cuando quiero enlazar mis prg con la lib, me sale esto; Error: Unresolved external '_HB_FUN_TOLEAUTO' referenced from C:\PROGRAMAS\PROGH\SBROWSEH.LIB|TSBROWSE alguien sa...
tsbrowse tsbutton twbrowse ultima version de fw y harbour
buenos dias alguien tiene los fuentes de tsbrowse, tsbutton, del master Mercado twbrowse de Hernán que se puedan compilar con la última versión de Fw y de harbour saludos cordiales Wilson
tsbrowse tsbutton twbrowse ultima version de fw y harbour
<!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/tsbuttonu.zip">https://bitbucket.org/fivetech/fivewin- ... uttonu.zip</a><!-- m --> Prueba esta version y vamos viendo
tsbrowse tsbutton twbrowse ultima version de fw y harbour
gracias jefe ya esta compilado ahora TsBrowse y twbrowse de Hernan El tema es que tengo un peque programa que están interesados unas personas y debo hacerle funcionar como esta pero con la nueva version de Fhw y Harbour gracias
tsbrowse tsbutton twbrowse ultima version de fw y harbour
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=33804&start=0&hilit=tsbrowse">viewtopic.php?f=6&t=33804&start=0&hilit=tsbrowse</a><!-- l -->
tsbrowse9 working with latest FWH
Has anyone been able to get tsbrowse9 working with latest FWH? When you try to edit cell (tsget) it just goes to next cell instead of editing it. I have spent some time trying to figure this out but I have not been able to figure it out.
tsbrowser y campos MEMO
amigos: Tengo una DBF con un campo memo y necesito editarlo con una TSBROWSER 6.0, se puede hacer esto? Algun ejemplo? Gracias
tsbrowser y tReport
Amigos, porque si a mi proyecto para mostrar un listado de clientes utilizando REPORT le inserto la libreria TSBROWSER, el preview del reporte no muestra nada? Si saco la TSBROWSER el preview trabaja perfectamente. Alguna idea?
tsbrowser y tReport
lo que sucede es que la libreria sbrowseh.lib contiene rpreview.prg y Tmetafil, debes eliminarlas y recompilar sbrowseh
tsbrowser y tReport
Gracias,. Funciono a medias, ya que aora los iconos no existen en el preview. mira este pic-. Pregunta: yo ocupo una .res dentro de mi proyecto, el prev32.dll debe estar contenido dentro del mismo? [url=http&#58;//imageshack&#46;us:1kjfjl6p][img:1kjfjl6p]http&#58;//img59&#46;imageshack&#46;us/img59/3972/untitled24zl...
tsbutton duda por favor
utilizo la clase tsbutton y necesito cambiar la imagen del boton en tiempo de ejecucion veo que existe este metodo, ChangeBitMap() , lo utilizo pero no se que estoy haciendo mal saludos
tsbutton duda por favor
Tomafa: No estoy seguro de que es lo que estas buscando... Al boton de Tsbutton le puedes asignar 4 bitmaps REDEFINE ...... RESOURCE "bitmap1","bitmap2","bitmap3","bitmap4" of Odlg Espero te sirva de algo. Saludos Ruben Fernandez.
tsbutton duda por favor
gracias por tu respusta pero lo que quiero hacer es por decir, tengo un boton con una imagen, pero al querer desabilitar este boton le quiero cambiar la imagen, estuve probando con esta propiedad pero no se que estoy haciendo mal que no me lo hace lo defino asi REDEFINE ...... RESOURCE "bitmap1","bitmap2","bitmap...
tsbutton or btnbmp ?
I must use a control type tsbutton on fwppc because I must change bitmap on buttom ( level1,level2,level3, level4) How I can make ? I cannot compile tsbutton on fwppc and the btnbmp class for fwppc not have this possibilities.
tsbutton or btnbmp ?
Hello Silvio, could you post a screen of what you want to do. Best regards, Otto
tsbutton or btnbmp ?
Otto, I must create the beach application I have on Pc into smarthphone I must show all umbrellas and when I click on each umbrellas I must open a menu popup But the umbrellas are different and there is also another object as ship , bycicle and others look the picture please [img:27826nuk]http&#58;//img142&#46;imagesh...
tsbutton+xbrowse done a google like app help
Hi, After two days working,done a google search mode app.exe manual help.[img:3koe6dqi]http&#58;//www&#46;xtech&#46;com&#46;cn/down/googlelike&#46;jpg[/img:3koe6dqi] Codes are simple.FUNCTION weihu17(cvar0)local odlg,obrow,cvar1:=SPACE(30),aRight:=if(ASCAN(aFunctions,"weihu17")>0,aRights[ASCAN(aFunctions,"weihu17")],{"...
tsbutton+xbrowse done a google like app help
Shuming,Nice! Thanks for sharing it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
tsmtp class
All,Does anyone have a link to or copy of the modified tsmtp class from L. Krause?There was a link in another thread but it's expired.Thanks,Randal
tsmtp class
RandalI have the one that Tim Stone sent me and I actually contributed that to the 810 version of FWH .. was heavily modified by Luis .. especially in the area of attachments.Contact me if you like .. <!-- e --><a href="mailto:lipkinrm29063@yahoo.com">lipkinrm29063@yahoo.com</a><!-- e --> .. if there is a newer version...
tsmtp class
Rick,Thanks for your reply. I have FWH 8.01 so I don't know how the one in 8.10 compares with the modified one you are using.Thanks,Randal[quote="Rick Lipkin":2yrudr1m]Randal I have the one that Tim Stone sent me and I actually contributed that to the 810 version of FWH .. was heavily modified by Luis .. especially i...
tsmtp class
RandalLots of changes have been made from various contributors that never made it to FWH up until 8.10 .. Again, I take NO credit for the contents and the modifications .. Tim Stone shared the updated class with me because I was having attatchment problems which totally NOW works great.... and I mentioned it to Antonio...
ttile ejemplo necesito ejemplo desde recursos
Hola amigos: Alguien seria tan amable de colocar el Wyndows Style y el Extended windows style de la clase ttitle hecho con PelleC Ej.: 0x110000 o algo parecido. Lo he creado desde recursos pero los estilo quedo 0x00000 y no funciona. Muy amab les gracias. Saludos Dario Fernandez
ttile ejemplo necesito ejemplo desde recursos
Dario, Que estilos quieres darle al control ? cuales WS_... ?
ttile ejemplo necesito ejemplo desde recursos
Antonio: lo que quiero hacer es usar el tTitle de FWH, pero al crearlo en PellesC, el estilo que queda es 0x000000 y no me muestra nada. lo tengo asi: REDEFINE TITLE oTitle ID 222 of oDlgN SHADOW TEXT "Prueba " oTitle:lBorder:=.T. oTitle:aGrdBack = { { 1, nRGB( 129, 130, 138 ), nRGB( 59, 60, 62 ) } } No se ve el t...
ttile ejemplo necesito ejemplo desde recursos
Dario, Aqui tienes un ejemplo completo: testtitr.prg [code=fw:3mgdrwyh]<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;">"ttitle.ch"<...
ttile ejemplo necesito ejemplo desde recursos
Gracias Antonio, todo funcionando ok. Saludos. Dario Fernandez
ttreeview
hi. I'm trying to implement the use of trees for the first time. Having some trouble. I'd like to have a tree inside a dialog window that is really a tab on a folder control. here is the code I'm using: [code:31bkz27t] REDEFINE FOLDER aoFld id 101 of oDlg ; PROMPTS "&Basic Info", ; "&Abstract", ; "...
ttreeview
Reinaldo, You have to use TTreeView():ReDefine( nId, oWnd, nClrFore, nClrBack, lDesign, cMsg ) instead of TTreeView():New( ... ). Use SysTreeView32 as the type of the control in your dialog resource.
ttreeview
Antonio; Thank you. I no longer get the error. But, no tree is displayed. I see nothing. Another hand? Reinaldo.
ttreeview
Reinaldo, This code has to be executed from the ON INIT clause of the main dialog, as the tree does not has a valid hWnd before: [code:rl2x3fa2] oTree&#58;SetImageList&#40; oImageList &#41; oRep1 &#58;= oTree&#58;Add&#40; "Report1" &#41; oRep1&#58;Add&#40; "Comp1 in Rep1" &#41; oRep1&#58;Add&#40; "Comp2...
ttreeview
Reinaldo, >Thank you. I no longer get the error. But, no tree is displayed. I see nothing. Another hand? Perhaps because you are ending the Tree in the redefine_documents() function? I think you don't want to end the tree until the dialog is ended (this would be easier to program if you built a class instead of usin...
ttreeview
James; Good to see your note. I thought of that. Took the end() out. Same result. Yes, making the whole thing an object would make a lot of sense. I'm just as fanatic about OOP. But I'm only adding a new tab to some very old code. Everything else is working just fine. I'm not about to re-write the whole thi...
ttreeview
Antonio; Thank you. It worked! Again, Thank you very much. Reinaldo.
ttxtfile():new() return nil if error opening file.
If there is a file error, method new() returns nil, but should return self. METHOD New( cFileName, nMode ) CLASS TTxtFile Super:New( cFileName, nMode ) IF ::hFile < 0 RETU NIL // RETU NIL above // gives an error with xHarbour builder // I changed this to RETU self // and now to check for open er...
ttxtfile():new() return nil if error opening file.
Gale, Fixed. Thanks!
turl lock the program
I am using xHarbour 1.1 and when I use TURL the program locks on the first line [code=fw:334uqrho]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   oUrl:=turl<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>:<span style="color: #00C800;">New</span><span style="color...
turl lock the program
Try it this way, it works for me [code=fw:35x30fwf]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />cURL := <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span> empty<span style="color: #000000;">&#40;</span>cURL<span style="color: #000000;">&#41;</span>, <span style="...
turl lock the program
Richard No works !
turl lock the program
To use the command below which need to link lib TipClientHttp():New(TURL():New(cUrl)) I tried xHarbour 1.1.0 and 1.2.1 and the program crashes.
turllink doesn't runs with last fwh release
Hi, as subject. Simply compule testurl.prg. Any solution ? Thanks in advance Marco Application =========== Path and name: K:\TESTURL\testurl.Exe (32 bits) Size: 1,704,960 bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 04/17/09, 15:54:26 Error description: Error BASE/1066 Argument ...
turllink doesn't runs with last fwh release
Marco, In Class TURLLink you have to add this line in both Methods New() and Redefine(): ::lAdjust := .F. Tested and working fine now <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Thanks,
turn off
Hi, all ! How to turn off the F1...F12 keys for dialogboxes ?
turn off
keystrokes are routed to the controls not to the dialog. So you may need to modify Class TWindow method KeyDown() not to process those keystrokes
turn off
I use My.CHM for help. SetHelpFile('MY.chm') SetKey( VK_F1, { | nKey | My_Hlp() } ) When I press F1 at the same time appear the window of MY.CHM and message "The file My.CHM is not a file of information Windows or it is damaged". What it ? Excuse for my English.
turn off
SetHelpFile() does not support CHM files yet. So just use SetKey( VK_F1, { | nKey | My_Hlp() } )
turn off
Well, I deleted string SetHelpFile() Then I press F1 and get message "No Help file aviable"
turn off
How I can solution this problem ?
turn off
Maybe this will help: <!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=8878&highlight=chm">http://fivetechsoft.com/forums/viewtopi ... hlight=chm</a><!-- m --> James
turn off
Another option easier and without adding or modifying the file Help32.prg of Fivewin: Add within our project the HelpIndex function that is called in the __HelpTopic() method of the TWindow class, since pressing the F1 key is invoked from here by calling this function: [code=fw:hdm85lpu]<div class="fw" id="{CB}" styl...
turn on/off hyperv from powershell as admin
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V bcdedit /set hypervisorlaunchtype auto you must restart Windows
twBrowse Muestra y no muestra la ultima fila...
Se carga el browser. y se produce un error de visualizacion al hacer estos pasos: [url=http&#58;//img144&#46;imageshack&#46;us/my&#46;php?image=dibujodu6&#46;jpg:14kdo531][img:14kdo531]http&#58;//img144&#46;imageshack&#46;us/img144/8025/dibujodu6&#46;th&#46;jpg[/img:14kdo531][/url:14kdo531] 1) estando en la ultima fi...
twBrowse Muestra y no muestra la ultima fila...
Es el TWBrowse de Hernan ¿ verdad ?. Efectivamente, ese es un bug de las primeras versiones, creo que ya esta corregido, el problema se debe a que el proceso de pintado "piensa" que el browse tiene footers, y entonces no repinta la ultima linea.
twBrowse Muestra y no muestra la ultima fila...
[quote="RF":4wqdm7rd]Es el TWBrowse de Hernan ¿ verdad ?. Efectivamente, ese es un bug de las primeras versiones, creo que ya esta corregido, el problema se debe a que el proceso de pintado "piensa" que el browse tiene footers, y entonces no repinta la ultima linea.[/quote:4wqdm7rd] Y desde donde puedo bajar la nueva...
twBrowse de Hernan x FwH712..Erro GPF ???
Yo recompilei los Fontes del TwBrowse 1.5 de Hernan, gerarando el Lib para compilar junto à FwH712/xHDez/2007, mas ao abrir el browse vem junto el Mgs de GPF, se tira la Lib de twbrowse, no ha problema. O q podes estas havendo ??? Obs. Ao gerar la Lib...ocorreu estes warning ? [code:2ht74e62] Modulos em &#46;C - 000...
twBrowse de Hernan x FwH712..Erro GPF ???
Ale, En el fichero en C tienes que añadir: #include <hbapiitm.h>
twBrowse de Hernan x FwH712..Erro GPF ???
Prefect !!! Maestro...Gracias Saluds
twBrowse v18 ?
Hernan : En otro foro te preguntan cunado sale la version 18 de tu clase. En tu sitio ( <!-- m --><a class="postlink" href="http://www.cesotech.com.ar/">http://www.cesotech.com.ar/</a><!-- m --> ) se puede bajar hasta la version 15. La pregunta es ¿ donde consigo la version 16 o 17 ? o en otras palabras, ¿ Cual es ...
twBrowse v18 ?
[quote="gdeteran":e6uqhfno]Hernan : En otro foro te preguntan cunado sale la version 18 de tu clase. En tu sitio ( <!-- m --><a class="postlink" href="http://www.cesotech.com.ar/">http://www.cesotech.com.ar/</a><!-- m --> ) se puede bajar hasta la version 15. La pregunta es ¿ donde consigo la version 16 o 17 ? o en ...
twbrowse
si alguien tiene el conocimiento para saber cual es la funcion del la clase twbrowse que me de las cordenadas o pinte el browse para poder dimensionarlo lo trabajo por medio de un recurso RC, le agradesco Antonio
twbrowse
[quote="tomafa":3r9qwd7m]si alguien tiene el conocimiento para saber cual es la funcion del la clase twbrowse que me de las cordenadas o pinte el browse para poder dimensionarlo lo trabajo por medio de un recurso RC, le agradesco Antonio[/quote:3r9qwd7m] Antonio , no me quedó clara la necesidad que tienes con el...
twbrowse
gracias vikthor por la respuesta, me es dificil explicar lo que quiero, lo explico rapido, tengo un browse en donde desplego informacion, el detalle es que quiero eliminar un espacio que me pinta en blanco, se pintan todos los registros pero al final se queda un espacio no se dimenciona hasta el borde del browse, es po...
twbrowse
[quote="tomafa":2ek6w1vp]gracias vikthor por la respuesta, me es dificil explicar lo que quiero, lo explico rapido, tengo un browse en donde desplego informacion, el detalle es que quiero eliminar un espacio que me pinta en blanco, se pintan todos los registros pero al final se queda un espacio no se dimenciona hasta e...
twbrowse
gracias pero cuales si no te molesta decirme
twbrowse
[quote="tomafa":r5272dvj]gracias pero cuales si no te molesta decirme[/quote:r5272dvj] Perdón que me meta, pero quisiera saber si el espacio en blanco que deseas corregir es a la derecha del browse o se produce abajo. Si es a la derecha del browse la variable que se menciona es: oLbx:lAdjLastCol:= .F. //.t. estira ...
twbrowse
Varia la altura del browse con oBrowse:nHeight = <nValor>
twbrowse
[quote="Antonio Linares":11x0janc]Varia la altura del browse con oBrowse:nHeight = <nValor>[/quote:11x0janc] Gracias Master Antonio.
twbrowse
jose_murugosa gracias por el apoyo, el problema es que quiero que se ajuste el browse para abajo siempre deja un espacio en blanco, espero me respondan
twbrowse
tomafa: utilizando wBrowse de Hernán lo puedes hacer así: oBrw:SetColor( clrTexto, clrFondo ) saludos
twbrowse
Hola Para corregir lo que comentas, debes hacer alguno de estos puntos : - Ajustar el area del browse dependiendo de los registro que se visualizen - Si el area del browse esta restringido, entonces : - Cambiar font / tamaño para ajustar los registros al area - Ajustar al alto de las lineas tubrowse:nLine...
twbrowse
gracias por su apoyo, pero boy a poner mi duda, la mando en esta imagen para que me entiendad, lo que quiero es modificar la clase wbrowse para que el ultimo registro se ajuste al browse y no quede en blanco como lo muestro en la imagen, gracias [url:2s5mkyt3]http&#58;//img398&#46;imageshack&#46;us/my&#46;php?imag...
twbrowse - texto + bitmap por celula!
Amigos, preciso muito colocar por celula na twbrowse texto+bitmap Alguem sabe como fazer isso ou um browse que o faça? Grato Aoki
twbrowse last version
where i found the last version of twbrowse (hernan), is fwh27 come with this??? i dont understand, fwh incorporated twbrowse or not?? thanks
twbrowse last version
Norberto, You may download it from these forums at <!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=2502">http://fivetechsoft.com/forums/viewtopic.php?t=2502</a><!-- m --> No, Hernan's browse is not included in FWH (yet).
twbrowse last version
Antonio Be nice if you and Hernan could work a 'deal' to include his work in your libraries <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Rick Lipkin
twbrowse last version
antonio, thanks, but two browses works fine , how fw /fwh know if i use fw/fwh or hernam browse´s ???
twbrowse y los SIZES (SOLUCIONADO)
hola. Como le digo a la TW que los tamanios de las columnas se los estoy pasando en un array? asi no me funciona: [code=fw:1pyi7h8a]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">local</span> aTamanioColumnas:=<span style="color: #000000;">&#123;</span><span style="color...
twbrowse y los SIZES (SOLUCIONADO)
Hola.. El control TWbrowse tiene una data con identificador aColSizes [code=fw:5ayots2a]<div class="fw" id="{CB}" style="font-family: monospace;">aColsizes:=<span style="color: #000000;">&#123;</span><span style="color: #000000;">10</span>, <span style="color: #000000;">200</span>, <span style="color: #000000;">220</s...
twbrowse y los SIZES (SOLUCIONADO)
[quote="Ricardo Ramirez E.":ck9p7ku6]Hola.. El control TWbrowse tiene una data con identificador aColSizes [code=fw:ck9p7ku6]<div class="fw" id="{CB}" style="font-family: monospace;">aColsizes:=<span style="color: #000000;">&#123;</span><span style="color: #000000;">10</span>, <span style="color: #000000;">200</span>,...
twbrowse+mysql utilizando recordset é possivel
twbrowse+mysql utilizando recordset é possivel? Alguem teria um exemplo? muito obrigado
twbrowse+mysql utilizando recordset é possivel
SGS, Si es posible, aqui te dejo un pequeÑo ejemplo como guia , altas, bajas y cambios con un Browse de la clase TWbrowse #Include "FiveWin.ch" #Include "Ado.ch" #Include "Report.ch" //==================== FUNCTION TABLAS() //==================== Public dTipo[1],dNatural dNatural :={"Deudora","Acreedora"} PRIVAT...
twbrowse+mysql utilizando recordset é possivel
Ramon, Muito obrigado por ter respondido. Realmente o seu exemplo será de muita utilidade! Eu uso SQLRDD (xharbour), é possível utilizar com o seu exemplo? ex: [b:4ihyfar3]nID:=SR_GetActiveConnection()[/b:4ihyfar3] //Retorna o ID da conexão atualmente ativa PRIVATE oRs := TOLEAUTO():New("adodb.recordset"...
twbrowse+mysql utilizando recordset é possivel
Ola SGS Tambem uso a SQLRDD e não ha a nescessidade de usar RECORDSET, vc pode usar como um DBF normal, basta utilizar USE <tabela> ALIAS <calias> NEW VIA "SQLRDD" Qualquer coisa grite.
twbrowse+mysql utilizando recordset é possivel
Jackson, Eu já utilizo assim hoje, porem: Em um cliente especifico com um cadastro de produtos de mais de 200.000 itens, estamos instalando o sistema local e o banco remoto, do jeito que esta fica muito lento a consulta de produtos, por isso estou testanto o desempenho com RECORDSET. De qualquer forma obrigado SGS
twbrowse+mysql utilizando recordset é possivel
Ola amigo Infelizmente para se fazer um BROWSE com 100 mil ou mais registros remotamente fica lento mesmo, isso sendo RECORDSET ou USE normal, vc tera que fazer via consulta e trazer o resultado da consulta, agora tem uma função na SQLRDD que limita o NR de REGISTROS a serem mostrados "só num lembro agora" pois deve s...
twbrowse+mysql utilizando recordset é possivel
SGS, Efectivamente como te indica miragerr aun con Recordsets tendrias el problema de lentitud, tendrias que crear querys para tus consultas de productos asi dinamizar el proceso a nivel remoto, ahora SQLRDD lo que crea realmente en tablas SQL es un record set cuando haces : USE "MITABLA" NEW SHARED ALIAS "MI_RECORDSE...
twbrowse+mysql utilizando recordset é possivel
Obrigado Ramon <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
twbrowse+mysql utilizando recordset é possivel
Ola Ramon, Testei a minha base com mais de 200.000 registros com recordset e ficou muito bom, demora um pouquinho para carregar no inicio mais depois é uma maravilha. Porem, tenho um problema: Estou usando esta configuração: oRs:LockType := adLockOptimistic oRs:CursorType := adOpenDynamic oRs...
twbrowse+mysql utilizando recordset é possivel
Ola amigos SGS esse é um dos problemas quando vc carrega todos os registros para o CACHE do computador local, ele não atualiza os dados, a não ser que vc recarregue novamente o CACHE, como lhe falei vc esta lidando com SQL que é totalmente diferente de DBF, tambem tive este problema, e tive que mudar minha forma de de...
twbrowse+mysql utilizando recordset é possivel
Amigos con Ado se puede solo tienes que paginar el browse , como lo hace google y listo Saludos
twbrowse+mysql utilizando recordset é possivel
jbrita, tem um exemplo?
twbrowse+mysql utilizando recordset é possivel
Amigo aca va una imagen <!-- m --><a class="postlink" href="http://yfrog.com/jwimagennlj">http://yfrog.com/jwimagennlj</a><!-- m --> la idea es pagina con botones de paginacion ejemplo Boton Inicio Boton Atras Boton Siguente Boton Fin FUNCTION paginar_Adelante(oLbx,oRcs,oTabla,oCbx,cIndice) *-------------------------...
twbrowse/txbrowse not show tooltip
Hi, obrow:ctooltip:="a test " Not show tooltip Best regard! Shuming Wang
twbrowse/txbrowse not show tooltip
Shuming, We have just tested it with FWH 2.7 march build, both with TWBrowse and TXBrowse, and it works ok.
twbrowse/txbrowse not show tooltip
Antonio, Oh! I use fwh 2.5, it's too old.I will conside to upgrade . Thanks ! Shuming Wang