topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
txbrowse refresh() | Dear Marc & James,I am using FWH 8.08 and I confirm a refresh problem with the above provided sample.Try to add more records using the button, you will find that sometimes the xBrowse is not refreshed properly to display whole data, you will need to move thru records either thru mouse scroll wheel or keyboard to view s... |
txbrowse refresh() | Anser and Marc,>Try to add more records using the button, you will find that sometimes the xBrowse is not refreshed properly to display whole data, you will need to move thru records either thru mouse scroll wheel or keyboard to view some of the data. I have retested it and I still do not see a problem. I added 30 or 4... |
txbrowse refresh() | JamesI use txbrowse intensively in my app and refresh is very buggy when you use keyboard or mousewheel, top line of the browse is displayed often twice. In the above sample, once you added few records, try to move the keyboard arrow up or mousewheeli confirm the bad refresh behaviour,Richard |
txbrowse refresh() | What would help is if someone would modify the example so that it added a fixed sequence of numbers so that the same record values are added each time in order. Then you can describe how to recreate the problem step by step, e.g."Press the Add button 7 times, then scroll up to the top and one more past the top and you ... |
txbrowse refresh() | James,Here is an AVI-file of the txbrowse problem.[url:1p48el07]http://www.vms.be/FWTest/txbrowse.avi[/url:1p48el07]Regards,Marc |
txbrowse refresh() | Marc,I looked at the video and I see the problem, however, I am not able to recreate that here. If you will send me your email address, I will send you my exe and you can see if it works or not there.Regards,James |
txbrowse totals and edit modes | Hi all.
Perhaps some FW users remember me.
My former name was Detlef Hoefner. After marriage my name has changed.
I am already retiree and reactivated my FWH version 10.2 with hobby purpose.
My problem is a txBrowse which doesn't show column totals and neither accepts edited values.
I can edit values but whe i leave... |
txbrowse totals and edit modes | For a better description i put this screenshot here:
[img:14qsk92t]https://i.postimg.cc/jdCKwWbc/scr-shot.jpg[/img:14qsk92t]
I think that my problem is not a fault of my FWHX Version.
I believe it's caused by my missing FW-practice for over eight years <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gi... |
txbrowse totals and edit modes | Hola!
Cambia [code=fw:38leeoyb]<div class="fw" id="{CB}" style="font-family: monospace;"> :<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span> <span style="color: #000000;">5</span> <span style="color: #000000;">]</span>:<span style="color: #000000;">nFooterType</span> := AGGR_TOTA... |
txbrowse totals and edit modes | [code=fw:16lfm8dp]<div class="fw" id="{CB}" style="font-family: monospace;">FWNumFormat<span style="color: #000000;">(</span> <span style="color: #ff0000;">"E"</span>, <span style="color: #ff0000;">","</span> <span style="color: #000000;">)</span><br /><br /><span style="color: #0000ff;">REDEFINE</span> <span s... |
txbrowse totals and edit modes | Many thanks to Cesar and Mr. Rao.
Your advices look very helpful.
I'll give them a try when I’m back home on Sunday.
Does anyone still have a clue why selected items from the browse selectboxes are not written into the dbf fields?
Thanks again |
txbrowse totals and edit modes | [quote:2uaazpie]Does anyone still have a clue why selected items from the browse selectboxes are not written into the dbf fields?
[/quote:2uaazpie]
We know very well.
The codebocks you have used in AddColumn() methods are readonly. They can not be used to assign values.
That is the reason We (FWH Team) recommends use ... |
txbrowse totals and edit modes | Many thanks, Mr. Rao.
I'll follow your recommendations. |
txbrowse/twbrowse support 2 bytes language word /char ? | Hi,
How could xbrowse/twbrowse suport 2 bytes language word as 1 char ?
I know lfastedit:=.t., method keychar() can transmit a 1 byte char as 0-9,a-Z into tget . How could transmit 2 bytes word input into tget?
Thanks !
Shuming Wang |
txbrowse/twbrowse support 2 bytes language word /char ? | On DOS,we can use :
while nextkey()>0
cstr+=char(nextkey())
inkey()
end
keyboard cstr
To get the keyboard buffer, and transport into current oget.
Now, on windows , nextkey() not work.
Is there any function to get the keyboard buffer ?
<!-- m --><a class="postlink" href="http://docs.ma... |
txbrowse/twbrowse support 2 bytes language word /char ? | Shuming,
RE: keyboard buffer
There are lots of answers to your question. What exactly are you trying to do?
James |
txbrowse/twbrowse support 2 bytes language word /char ? | James
I want xbrowse/wbrowse/txbrowse edit as excel and support Chinese 2 bytes word.
browse--keychar()--col:edit()
For example:
browse as
name descrip tel
Bob computer 920888888
张三 [color=blue:3ilzkmyr]程序员 [/color:3ilzkmyr] 023999999
&... |
txbrowse/twbrowse support 2 bytes language word /char ? | Shuming,
>If we can get the keyboard buffer and do a keybord command , then transport all the words into the oget .
I am guessing that it is a whole lot more complicated than that.
I have no experience with Chinese (or any language other than English) so I can't offer much help. There is a data, nLastKey, that conta... |
txbrowse/twbrowse support 2 bytes language word /char ? | [quote="James Bott":6072ds56]I don't quite understand when you say a Chinese word 3 characters long is entered, but only the first character ends up in the Get. Do you mean that three keystrokes are used to create this word, or?[/quote:6072ds56]
James,
I have the same problem!
see:
<!-- m --><a class="postlink" href=... |
txbrowse/twbrowse support 2 bytes language word /char ? | Ugo,James,
Yes! the click, copy,paste,Ctrl+V of tget now works well.
Chinse input might be some words at the same time , can take as some chars at the same time .
Thanks!
Shuming Wang |
txbrowse/twbrowse support 2 bytes language word /char ? | [quote="ShumingWang":2dt55din]Yes! the click, copy,paste,Ctrl+V of tget now works well. [/quote:2dt55din]
Shuming,
have you tested my sample?
You can find the sample at
<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=6251&start=0">http://fivetechsoft.com/forums/viewtopi ... 51&sta... |
txbrowse/twbrowse support 2 bytes language word /char ? | Ugo,
Mine's is fwh2.5 .
Shuming Wang |
txtfile | some have a sample with txtfile ?
i wish write a message... live it's possible ? |
txtfile | Look
..\samples\redefine.prg
..\samples\srcview.prg
..\samples\testfile.prg |
txtfile | Why not using :
FCreate()
FWrite()
FClose() |
txtfile | Driessen,cnavarro,
I have this problem I create txtfile and show each lines into xbrowse on a dialog . On anothe function I use the function scrivitrace() to add text on txtfile class
when I refresh the xbrowse it make error
Local oBrwTesto
Local oText:=TTxtFile():New( "TimeTrace.txt" )
.....
D... |
uCharToVal | On this topic [url]uCharToVal( "Monday, 04 March 2019", "D" )[/url] Nages sad
[quote:2qhs5f90]uCharToVal( "Monday, 04 March 2019", "D" )
works well with English only.
From FWH1904 onwards, it will work with other codepage languages.[/quote:2qhs5f90]
I tried today and it not run ( I tested with FiveWin for Harbou... |
uCharToVal | [code=fw:3lv6hb0w]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br />REQUEST hb_lang_it<br />REQUEST hb_codepage_itwin<br /><br /><span style="color: #00C800;">FUNCTION</span> Test<span style="color: ... |
uCharToVal | [size=200:2hqdcc6d][b:2hqdcc6d]???????????????[/b:2hqdcc6d][/size:2hqdcc6d]
I wish converte the string [b:2hqdcc6d]"Mar, 07, Apr 2020 "[/b:2hqdcc6d] into date format [b:2hqdcc6d]07/04/2020 [/b:2hqdcc6d]
[b:2hqdcc6d] your test is wrong [/b:2hqdcc6d]
it is logic ( on you test) Msginfo( dDate ) show the date ... |
uCharToVal | [code=fw:3mbr6jt2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br />REQUEST HB_Lang_IT<br />REQUEST HB_CODEPAGE_ITWIN<br /><br /><span style="color: #00C800;">STATIC</span> nLanguage<br /><br /><span... |
uCharToVal | First thing:
You do not need to write such long and tedious functions to convert date into text.
Instead, you can use FW_TRANSFORM()
Please try this:
[quote:3ir9zmy1] dDate := Date()
? FW_TRANSFORM( dDate--, "ddd, dd mmm yyyy" ), FW_TRANSFORM( dDate--, "dddd, dd mmmm yyyy" ), ;
FW_TRANSFORM( dDate--, "ddd, d... |
uCharToVal | Text to Date:
Please try this program:
[code=fw:1ocyrwog]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br />REQUEST HB_LANG_IT<br />REQUEST HB_CODEPAGE_ITWIN<br /><br /><span style="color: #00C800;">functi... |
uCharToVal | [quote:78x18mqk]I tried today and it not run ( I tested with FiveWin for Harbour ver. Jannuary 2020)
[/quote:78x18mqk]
Mr. Silvio
You are right. There is a bug. Conversion of text to date is working when and only when the month name is at the beginning of the text or is preceded by a space character but not any charac... |
uCharToVal | [b:3o82jsv5]Nages Now run ok ...[/b:3o82jsv5]
I use it on my application where I have the date as "Merc, 8 Apr 2020" for a sample on gets
[img:3o82jsv5]https://i.postimg.cc/yxGcscyk/dta.png[/img:3o82jsv5]
As you can see here I use get and you XbrGetDate func because on dtpicker I cannot set a ca... |
uCharToVal | [quote:hmkmd268]Now these solutions are good
[/quote:hmkmd268]
So is your problem solved now?
For your information, we can set range for normal dtpicker also from the next release. This will be useful to you and many others. |
uCharToVal | yes the problem is solved
i am trying to understand how to insert in my source.
Nice idea to implement date limits in datepick even if I really like your calendar created with xbrowse |
uCharToVal returns ""01/01/2020"" as 20/09/0090 | Hi Rao,
Is my usage of uCharToVal() wrong?
[code=fw:3w2b88c7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br />proc main<span style="color: #000000;">(</span><span style="color: #000000;">)... |
uCharToVal returns ""01/01/2020"" as 20/09/0090 | ? DToS( CToD( "01/01/2020" ) ) |
uCharToVal returns ""01/01/2020"" as 20/09/0090 | We will look into the function. |
uCharToVal returns ""01/01/2020"" as 20/09/0090 | The bug is fixed in version FWH2005 to be released.
You can make this correction and test.
In the module \fwh\source\function\valtostr.prg:
please replace the existing
static function dCharToDate( cDate )
with the following revised function:
[code=fw:1eveht3r]<div class="fw" id="{CB}" style="font-family: monospace;... |
uCharToVal returns ""01/01/2020"" as 20/09/0090 | Hi Rao,
Yes I got the expected result with the fixed version.
Thank you |
uHTTPD. Servidor WEB en Harbour | Buenas
En \harbour3\contrib\hbhttpd tenemos un servidor Web.
Llevo 1 hora, y estoy enamorado de este servidor web, aunque me gustaría tener más información si alguien lo esta usando.
¿ Alguien lo usa ? ¿ Algún tipo de limitación ?
Es increíble, puedes dotar a tu aplicación de un servidor web, que acceda a tus dbfs, ... |
uHTTPD. Servidor WEB en Harbour | [quote="thefull":233khvqv]
Es increíble, puedes dotar a tu aplicación de un servidor web, que acceda a tus dbfs, y devolver esa información al cliente,
sin instalar ni apaches , php, etc...[/quote:233khvqv]
Has visto el de Lorenzo Fiorini, anunciado en la lista harbour ? <!-- m --><a class="postlink" href="https://... |
uHTTPD. Servidor WEB en Harbour | Gracias, le echaré un vistazo.
Por cierto, si quieren enviar XML en vez de HTML como respuesta;
[code=fw:19yvp1gk]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> xml_test<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br />&n... |
uHTTPD. Servidor WEB en Harbour | Rafa,
gracias por comentárnoslo <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
uHTTPD. Servidor WEB en Harbour | [quote="thefull":2mvygh9e]...En [b:2mvygh9e][color=#FF0000:2mvygh9e]\harbour3\contrib\hbhttpd[/color:2mvygh9e][/b:2mvygh9e] tenemos un servidor Web...[/quote:2mvygh9e]
Y donde consigo ese servidor. |
uHTTPD. Servidor WEB en Harbour | [quote="JmGarcia":3lu2g423][quote="thefull":3lu2g423]...En [b:3lu2g423][color=#FF0000:3lu2g423]\harbour3\contrib\hbhttpd[/color:3lu2g423][/b:3lu2g423] tenemos un servidor Web...[/quote:3lu2g423]
Y donde consigo ese servidor.[/quote:3lu2g423]
Jm, esta en la carpeta contrib del código fuente del Harbour
Un saludo |
uHTTPD. Servidor WEB en Harbour | [quote="cnavarro":15wwkc15]..esta en la carpeta contrib del código fuente del Harbour...[/quote:15wwkc15]
Perdona mi ignorancia y como consigo el codigo fuente de Harbour.
Solo encuentro el de xHarbour <!-- m --><a class="postlink" href="http://downloads.sourceforge.net/xharbour/xharbour-1.2.1.src.zip">http://downloads... |
uHTTPD. Servidor WEB en Harbour | [quote="JmGarcia":2m0sz8zz][quote="cnavarro":2m0sz8zz]..esta en la carpeta contrib del código fuente del Harbour...[/quote:2m0sz8zz]
Perdona mi ignorancia y como consigo el codigo fuente de Harbour.
Solo encuentro el de xHarbour <!-- m --><a class="postlink" href="http://downloads.sourceforge.net/xharbour/xharbour-1.2.... |
uLoadObject y Blinker 6.0 | Tengo un problema con Blinker 6.0 que no tenía con el 4.0
Normalmente guardo diversos arreglos con lSaveObject, pero cuando intento recuperarlos con uLoadObject, con Blinker 6.0, no dá error, pero no recupera los datos guardados.
¿Como puede ser, si con Blinker 4.0 sí los lee?
Algún parámetro de Blinker 6.0 debe d... |
uLoadObject y Blinker 6.0 | Manuel,
has probado a comparar los ficheros salvados en disco para ver si son iguales ó existe alguna diferencia ? |
uLoadObject y Blinker 6.0 | Tengo varios programas corriendo. Todos utilizan ficheros salvados con lSaveObject y todos funcionan con Blinker 4.0, y todos fallan con Blinker 6.0 o Blinker 7.0. El caso es que no dan error de lectura, simplemente no cargan los datos.
Y lo unico que falla es uLoadObject, porque los crea bien con lSaveObject, pero eso... |
uLoadObject y Blinker 6.0 | Manuel,
¿ Que tamaño tienen los ficheros salvados en disco ?
Tambien podrias poner algunas trazas en el código fuente de uLoadObject() y ver en donde exactamente está la diferencia.
¿ Puedes proporcionarnos un ejemplo para probarlo aqui ? gracias. |
uLoadObject y Blinker 6.0 | ES MUY EXTRTAÑO. PARA PROBAR, HE ESCRITO AL PRINCIPIO DEL PROGRAMA LO SIGUIENTE:
LOCAL aDat := { "Banco1","Banco2","Banco3" }
LOCAL aBanc := {}
MsgAlert(LEN(aDat))
MsgAlert(LEN(aBanc))
lSaveObject(aDat,".\Datos\Prueba.Dat")
SysRefresh()
aBanc := uLoadObject(".\Datos\Prueba.Dat")
MsgAlert(LEN(aBanc))
ME DEVUE... |
uTILIZAR OCX | Colegas,
Necesito utilizar un control OCX para una impresora fiscal, y necesito un ejemplo para su utilización. |
uTILIZAR OCX | Juan,
Revisa FWH\samples\WebExp.prg, Flash.prg, Pdf.prg, etc.
Busca por ACTIVEX en *.prg en los ejemplos <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
uTILIZAR OCX | Antonio muchas gracias,
El fichero OCX es para una impresora fiscal y necesito asignarle valores, llamar funciones y leer resultados de la misma forma que un DLL, estos ejemplos estan muy buenos pero no veo la forma de utilizar las propiedades antes descritas. |
uTILIZAR OCX | Juan,
Las propiedades se cambian asi:
[b:1yv90g1m]oActiveX:SetProp( "NombrePropiedad", uValor )[/b:1yv90g1m]
Las propiedades se comprueban asi:
[b:1yv90g1m]uValor := oActiveX:GetProp( "NombrePropiedad" )[/b:1yv90g1m]
Los metodos se llaman asi:
[b:1yv90g1m]uResultado = oActiveX:Do( "NombreMetodo", u... |
uTILIZAR OCX | Antonio,
Muchas gracias,
Es obligatorio asignar una Ventana ?
Cuando utilizo el OCX, el sistema se sale y no emite ningun error.
Sabes algún programa para abrir este fichero y saber si funciona bien.
oActiveX = TActiveX():New( oWnd, "TMFISCAL.ocx" ) |
uTILIZAR OCX | Juan,
Puedes inspeccionarlo y probarlo desde VBA usando Word, ó Excel.
O desde Visual Basic, si lo tienes instalado. |
uan con GET ... VALID | Buenas tardes,
Como hago para que en un control GET no me valide si su valor no lo cambia el usuario.
Anexo el codigo que he probado.
[code=fw:qu4pgvfh]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />....<br /><br /><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET<... |
uan con GET ... VALID | Comprueba en la funcion de validacion o en el codeblock de validacion los valores a ver si sirve
[quote:2eo41g1s]
if ::cCaption == ::oGet:Buffer
[/quote:2eo41g1s] |
uan con GET ... VALID | Cristobal, gracias por reponder.
probe en la funcion que valida asi :
[code=fw:3mcpmiy3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">static</span> <span style="color: #00C800;">Function</span> ValidaNumeroFactura<span style="color: #000000;">(</span> oGet, nFactura ... |
uan con GET ... VALID | Compara lo siguiente:
[code=fw:1wobngxf]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">(</span> oGet:<span style="color: #000000;">cCaption</span> <span style="color: #000000;">)</span>, <span style="color: #0000ff... |
uan con GET ... VALID | Cristobal,
[quote:2719shdl]
MsgInfo( oGet:cCaption ) // = "nil"
Msginfo( oGet:cText() ) // ="muestra el valor tipeado"
[/quote:2719shdl] |
uan con GET ... VALID | Hola,
Yo lo solucioné modificando en la clase TGet.
[code=fw:1cw9o8bn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">DATA</span> xValorOriginal<br /><span style="color: #00C800;">METHOD</span> lOriginal<span style="color: #000000;">(</span><span style="color: #000000;... |
uan con GET ... VALID | Ejecuta un VALID de un Dialogo "sin permiso"
Activo varios Dialogos NOWAIT, dentro de la Ventana oWndIva
Se presentan todos correctamente PERO al final se activa un[color=#FF0000:1f13k72e] VALID OBRA() [/color:1f13k72e]del Dialogo oDDAbmLin
que llamo desde la Funcion Lineas() [color=#FF0000:1f13k72e]que no he llamad... |
uan con GET ... VALID | Buenos días, intentaré reproducirlo a la tarde, aunque no "pillo" muy bien como hacerlo
de todas formas si opto por esta solución, habría que cambiar todos los GET con VALID ¿?
Muchas gracias |
uan con GET ... VALID | Prueba a hacer esto:
REDEFINE GET oObra VAR cObra ID 100 OF oDDAbmLin VALID If( oObra:lFocused, Obra(), .T. )
si no lo soluciona, prueba asi:
REDEFINE GET oObra VAR cObra ID 100 OF oDDAbmLin VALID If( oDDAbmLin:lFocused, Obra(), .T. )
Esto sucede porque el diálogo pierde el foco. Despues de activarlo puedes hacer a... |
uan con GET ... VALID | Muchas gracias Antonio,
funciono perfectamente la primera opción,
voy viendo la Luz, <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
uan de wbrowse... | Hola Foro,
como puedo combinar imagen y texto en un header?
Gracias,
Paco <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
uan de wbrowse... | Paco,
No está implementado como tal, pero si revisas source\classes\wbrowse.prg verás la función wBrwLine que es la encargada de dibujar cada línea del browse.
No sería muy complicado modificarla para que dibuje una imagen en una determinada columna de la cabecera. |
uan de wbrowse... | [quote="Francisco Horta":2lvh0ts5]Hola Foro,
como puedo combinar imagen y texto en un header?
Gracias,
Paco <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->[/quote:2lvh0ts5]
Tal como dice Antonio, no seria muy dificil modificar codigo, aunque no es para todo el mundo <!-- s:(... |
uan de wbrowse... | Hernán lo que se ve parece muy bueno.
Muchas gracias desde ya...
Saludos
Ruben Fernandez |
uan de wbrowse... | UUUPPPPPSSS Hernan; Fabulosa !!! Grandiosa !!!
100% comentario aceptado, no todos tenemos la capacidad de mover fuentes !!, jejeje puede ser mi caso, pero voy a ver que saco.
Esperamos (de seguro todo el foro) ansiosos tu version 18
Suerte !!
Salu2
Paco |
uan de wbrowse... | Hernan, lo que describes es una maravilla ! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Las celdas personalizadas abren nuevos horizontes, y desde ya estoy pensando como disfrutar este nuevo browser.
Felicidades por este excelente trabajo !
Un saludo |
uan de wbrowse... | [quote="Yannis":qtbmsv7d]Hernan, lo que describes es una maravilla ! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Las celdas personalizadas abren nuevos horizontes, y desde ya estoy pensando como disfrutar este nuevo browser.
Felicidades por este excelente trabajo !
Un ... |
uan de wbrowse... | Hernan,
Entiendo lo que dices sobre la optimizacion del codigo. Es evidente que los .prg seran mucho mas lentos. Un trabajo mas para uno como yo que del lenguaje C no entiende un....
Pero, este browser ya es un paso gigante en adelante !!!.
Muchas gracias por tu tiempo !
Un saludo, |
uan de wbrowse... | En efecto, no entiendo nada de .c asi que mejor ahi le dejo, no se me da, <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: -->
Gracias a ambos Antonio y Hernan
Salu2
Paco |
uan de wbrowse... | Hernan,
Esta nueva version 18, esta super!!, algun dia se liberará o sera de paga?
si es asi, para cuando tendriamos noticias del precio y una liberacion?
salu2
paco |
uan de wbrowse... | [quote="Francisco Horta":13o174uw]Hola Foro,
como puedo combinar imagen y texto en un header?
Gracias,
Paco <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->[/quote:13o174uw]
Algo como esto ????:
[img:13o174uw]http://www.google.d2g.com/objeto/browse1.png[/... |
uan de wbrowse... | Sinceramente desde que conocí el "Browse de Hernán" lo hice mi browse, por su simplicidad y rapidez.
Gracias Hernán por el tiempo que dedicas a esta herramienta y sobre todo por compartirla con la comunidad.
Tu trabajo es admirable. |
uan de wbrowse... | Efectivamente rene, tambien uso el browse de hernan, aqui mi duda viene en que yo no he podido mezclar, texto+imagen en las cabeceras, y en el sample que publica hdc utiliza los headers nativos, y en la version 17 no los tiene implementados.
Asi como jose yo tambien uso wbrowse desde que la use la primera vez, ya le he... |
uan de wbrowse... | [quote="RF":c6kte60j][quote="Francisco Horta":c6kte60j]Hola Foro,
como puedo combinar imagen y texto en un header?
Gracias,
Paco <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->[/quote:c6kte60j]
Algo como esto ????:
[img:c6kte60j]http://www.google.d2g.com/obj... |
uan de wbrowse... | Ok, para todos ustedes, este es el secreto:
Como todo en FiveWin, son "efectos especiales", y en realidad, nada es lo que parece.
1) Necesitamos el Browse de Hernan, cualquier versión, (el truco funciona tambén con xBrowse) para mayor información sobre los browses de FW, les recomiendo que lean mi articulo "Browse VS... |
uan de wbrowse... | [quote="RF":lyuizp3u]Ok, para todos ustedes, este es el secreto:
Como todo en FiveWin, son "efectos especiales", y en realidad, nada es lo que parece.
1) Necesitamos el Browse de Hernan, cualquier versión, (el truco funciona tambén con xBrowse) para mayor información sobre los browses de FW, les recomiendo que lean m... |
uan de wbrowse... | Gracias rene, mas que bien, como simpre la solucion.
salu2
paco |
ubicar texto | AntonioHago una busqueda en un archivo de texto con AT() y OKPara reubicar el texto encontrado en el primer renglon de un Get multilinea se puede hacer mediante la manipulacion del VSCROLL?Como lo podria lograr, no encuentro la forma de controlar el SCROLLGracias de antemanoJairo Barbosa Cali Colombia |
ubicar texto | Amigo no se si es lo qu estes buscando....Pero creo que lo que necesitas es lo siguiente:[code:mr0kcx5l]
oGet:GoToLine( nLine )
oGet:GoTo( nLine )
[/code:mr0kcx5l]No las he provado, pero en teoria deberia funcionar. Mas tarde cuando este en la casa hago una prueba. |
ubicarse posicion registro determinado xbrowse - SOLUCIONADO | Amigos del foro tengan buen día....
Como dice el encabezado necesito ubicarme en una fila especifica del xbrowse..despues de actualizar un recorset por ejemplo
[code=fw:1sfp89el]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Registro:=oLamcla:<span style="color: #000000;">oRsBodega</span>:<span style... |
ubicarse posicion registro determinado xbrowse - SOLUCIONADO | Leandro
oBrw:Gotop()
oBrw:Skip(nFila)
Saludos,
Adhemar |
ubicarse posicion registro determinado xbrowse - SOLUCIONADO | Amigo acuellar, primero que todo gracias por responder..
Intente de la manera que tu me indicas pero no me funciona correctamente...
Buscando en la clase del xbrowse encontré esta función
[code=fw:3n1583jo]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">setpos</span... |
ubicarse posicion registro determinado xbrowse - SOLUCIONADO | oBrw:nColSel := 2
oBrw:nRowSel := nRen
saludos.. |
ubicarse posicion registro determinado xbrowse - SOLUCIONADO | Esto funciona para mi, oBrw : nArrayAt := nRecno. Espero te sirva
Saludos |
ubicarse posicion registro determinado xbrowse - SOLUCIONADO | IF MsgGet( "Mover","Nº Registro: ",@cMoveIt )
IF cMoveIt>0
Goto cMoveIt
ENDIF
ENDIF |
ubicarse posicion registro determinado xbrowse - SOLUCIONADO | Buenos días para todos y muchas gracias por responder...
Finalmente encontré la solución a mi problema, y el problema no era que tenia
que retornar la posición en el xbrowse si no en el recorset para luego si actualizar el
xbrowse...
el código me quedo de la siguiente manera:
grabo en numero del registro recorset
[... |
uestudio OT | Hello
I am trying to configure out UESTUDIO
I have used the provided (from Ken) xharbour config file.
I am testing with a hello world project, very simple program.
Compile and link are OK, no errors but nothing shows at run time. I am using "release mode"
I am sure i am missing some library ... but i am not able... |
uestudio OT | Richard,
Ok, we are at the same stage as you. The EXE is created but it does not run. We are checking it... |
uestudio OT | Richard,
Seems to be a bug in the way UEStudio manages groups of files.
Add another PRG to your project and the resulting EXE will be ok. It was not working as the main PRG was not being linked in. |
uestudio OT | [url=http://imageshack.us:3d9wnsn7][img:3d9wnsn7]http://img137.imageshack.us/img137/7785/uestudio2jo1.png[/img:3d9wnsn7][/url:3d9wnsn7] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.