topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
repintado de xbrowse detalle | hola a todos
tengo algo peculiar, tengo 2 oBrw el primero maestro y el 2do detalle , en bchange del primero scopeo el detalle, pero el alcunas ocaciones de 3 registros del detalle solo muestra 2 cuando son 3, o 4 de 5, etc.si navego con el teclado, pero si navego con el raton (dando click en el browse del maestro) si... |
repintado de xbrowse detalle | Que código usas en el ON CHANGE del xbrowse maestro ? |
repintado de xbrowse detalle | hola maestro
oBrwCli:bChange:={|| (factura->(quickscope(empresa->clave+cliente->clave)),;
nSumaFacturas := 0,;
oBrw2:gotop(),;
oBrw2:refresh(),;
oDlg:UpDate() )}
saludos |
repintado de xbrowse detalle | Yo lo hago así y funciona perfectamente:
[code=fw:2be21ow3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />oBrwCli:<span style="color: #000000;">bChange</span>:=<span style="color: #000000;">{</span>|| Actualiza<span style="color: #000000;">(</span><span style="color: #000000;">)</spa... |
repintado de xbrowse detalle | gracias por tu respuesta Manuel, pero sigue igual....¿? |
repintado de xbrowse detalle | Hola de nuevo Miguel:
Creo recordar haber tenido un problema parececido y que había que seleccionar previamente el area de trabajo antes de pintar el browse (aunque en mi caso lo hago con listbox). Algo así como esto.
DbSelectArea("Clientes")
Redefine ListBox .......
.............................
DbSelectArea("Detall... |
repintado de xbrowse detalle | Gracias por tu tiempo Manuel Tomando en cuenta lo que me comentas hice lo sigte:
oBrwCli:bChange:={|| factura->(actualiza(@oBrw2))}
en lugar de:
oBrwCli:bChange:={|| actualiza(@oBrw2)}
y problema resuelto!!!!
Gracias de nuevo
atte Miguel Salas |
replace value on xbrowse ( tdatabase) | I open the reserva.dbf with Tdatabase and build axbrowse
[img:2kdvpvn3]https://i.postimg.cc/bYH0TzvQ/Prenota-2.jpg[/img:2kdvpvn3]
I need to calc the days on the Seven column ( red column)
WITH OBJECT oBrowse:aCols[ 7]
:bEditValue := TotalDays(oBrowse)
... |
replace value on xbrowse ( tdatabase) | Silvio,
Maybe a good solution is to change the data/header that the column is showing the calculated data automatic when you setup the browse.
I have seen code like this :
ADD TO oBrw HEADER "NET" DATA ROUND( oBrw:aRow[5] * oBrw:aRow[7] - oBrw:aRow[ 8 ], 0 ) ;
PICTURE "999,999,999" |
replace value on xbrowse ( tdatabase) | .Or.
[code=fw:3ms5dpev]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />WITH OBJECT :<span style="color: #000000;">PRIJS</span><br /> :<span style="color: #000000;">nEditType</span> := EDIT_GET<br /> :<span style="color: #000000;">bOnChange</span> := <span style="color: #000000;">... |
replace value on xbrowse ( tdatabase) | [code=fw:rn0dkerz]<div class="fw" id="{CB}" style="font-family: monospace;">oBrowse:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span> <span style="color: #000000;">7</span> <span style="color: #000000;">]</span>:<span style="color: #000000;">bEditValue</span> := <span style="color... |
replace value on xbrowse ( tdatabase) | [quote="nageswaragunupudi":ts0x1hgp][code=fw:ts0x1hgp]<div class="fw" id="{CB}" style="font-family: monospace;">oBrowse:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span> <span style="color: #000000;">7</span> <span style="color: #000000;">]</span>:<span style="color: #000000;">bEd... |
report | saludos, se puede cambiar el tamanio de la hoja en treport?
con la otra clase se puede con esto oPrn:SetPage(5) //LEGAL
oPrn:SetLandScape(), pero en Report como? , como se puede poner encabezados como los superheaders del tsbrowse?
gracias
arnulfo |
report | [quote="Arvisnet":1d7xumee]saludos, se puede cambiar el tamanio de la hoja en treport?
con la otra clase se puede con esto oPrn:SetPage(5) //LEGAL
oPrn:SetLandScape(), pero en Report como? , como se puede poner encabezados como los superheaders del tsbrowse?
gracias
arnulfo[/quote:1d7xumee]
Arvisnet,
[code:1d7xum... |
report | Hola Foro entregue una aplicación y cuando comenzaron a ingresar artículos, el propietario quiere tirar una lista de precios, y se encuentra con el siguiente problema:
el reporte solo emite las hojas con numero impares las pares no se pueden ver ni por pantalla con preview ni por impresora...
si alguien tiene la solu... |
report | al parecer el problema esta en la configuración de la impresora propiamente tal.
prueba tu informe a otra impresora, como una virtual en PDF, y revisa tu preview si esta completo.
de no ser asi, coloca el trozo de código en donde defines el reporte para revisarlo y ayudarte.
saludos |
report en xbrowse | estoy usando el metodo report de xbrowse de fwh0803en browses en los cuales tengo campos con imagines me da este error:[code:2l6npt00]Application
===========
Path and name: c:\lavwin\wp32\WP32.Exe (32 bits)
Size: 6,391,808 bytes
Time from start: 0 hours 0 mins 30 secs
Error occu... |
report en xbrowse | me contesto yo mismo.resuelto compilando con FWH0805saludosP.D. que lío cada vez que trato de actualizar todo el sistema a la ultima versión que tengo de FW.... |
report to excel or dbf | hi.
Has any body writen code so that treport class generates either a dbf or a xls file of the same report being generated?
Reinaldo. |
report xbrowse method | How I can use the method report on xbrowse ?
I try with Action oApp:oGrid:Report( "Elenco Mezzi", .t., .t., )
but not run why ? |
report xbrowse method | Report is working for me. It does not run only if it can not find printer. Please see these lines in the report method:
[code:2k2jhmh9]
oPrn := PrintBegin( nil, ; // document
.F., ; // luser
lPreview, nil, ; // xmodel
... |
report xbrowse method | but if use obrw:report()
it must run ok or not ? |
report xbrowse method | It runs, if printer is attached |
report xbrowse method | I try but it make error
see it please
DEFINE VMENUITEM OF oApp():oCont2 CAPTION "Stampa Elenco Automezzi" IMAGE "BB12" Action oApp:oGrid:Report( "Elenco Mezzi", .t., .t., )
[code:3cgw2ece]
Application
===========
Path and name: C:\work\prg\VDSWIN\VdsWin.Exe (32 bits)
Size: 2,529,... |
report xbrowse method | Hello Silvio,I get the same error here.Do you found a solution.Regards,Otto |
report xbrowse method | Otto, Silvio,Could you please provide a small PRG to reproduce the error ? thanks |
report xbrowse method | Thank you Antonio.I sent a sample to reproduce the error to NageswaraRao.I am sure he resolves the problem. Let’s wait for his answer.Regards,Otto |
report xbrowse method | Otto,Would you mind to copy it here ? thanks |
report xbrowse method | Dear Antonio, Dear Otto,I remove the method Report from xbrowse and I add with another Methodbecause he method of Nas have problemsIF you go here you can see my method <!-- m --><a class="postlink" href="http://www.fivetechsoft.com/forums/viewtopic.php?t=5861&highlight=xbrowse+report">http://www.fivetechsoft.com/forum... |
report xbrowse method | Falconi,Since xBrowse can now also handle database objects, it would be nice if your report method could handle them too.I also suggest adding a gotop() before the report and saving and restoring the current recno().James |
report xbrowse method | I would not have made this posting except for the reason that my name is mentioned above.The present report method of xbrowse is working quite well for me. I find it quite versatile. It can handle arrays, rdd and also objects. That too objects of any kind. It can handle grouping and subgrouping comfortably. If we selec... |
report xbrowse method | It is found that this error is occurring when for a column only bBmpData is assigned, leaving bEditValue and bStrData as NIL. This problem is fixed in FWH 8.05, by skipping such columns in the report method.Temporary fix is to hide such columns before using report method. |
report xbrowse method | Thanks Mr Antonio. This explains why I never got this problem. All my browses have bEditValue assigned. Even when I use bitmaps it depeneded on the bEditValue. |
report xbrowse method | Mr James[quote="James Bott":1mb9xfri]Falconi,
Since xBrowse can now also handle database objects, it would be nice if your report method could handle them too.
I also suggest adding a gotop() before the report and saving and restoring the current recno().
James[/quote:1mb9xfri]XBrowse Report method does this gracefu... |
report xbrowse method | Dear nageswaragunupudi,Sorry I have Never had the OZLIB xbrowse and I not Know if there was a ozlib ??this method is made by me and my friend luigi. |
report xbrowse method | Interesting to know. Ozlib's TXBrowse Print method matches the code posted here, exactly alphabet by alphabet including spaces, line spaces, capitalizations, function names, caplitalization of function names, indenting, etc. Here is copy of the method from OZlib's xbrowse.[code:xgcvl3xj]
METHOD Print( lPreview, l... |
report xbrowse method | I not Know what you say I found this source in my old cds when I use clipperIf you say that the method is of Ozlib ok but your method run ok ?I made error on errorsoApp:oGrid:Report( "Elenco Mezzi", .t., .t., ) [code:1vl85qoy]
Application
===========
Path and name: C:\work\prg\VDSWIN\VdsWin.Exe (32... |
report xbrowse method | Hello Silvio,have you tried the fix Antonio posted?Regards,Otto |
report xbrowse method | Hello NagesWaraRao,I resent the email. Did you get it?Thanks in advanceOtto |
report xbrowse method | where is the fix ? |
report xbrowse method | [quote:1qz1f4bw]It is found that this error is occurring when for a column only bBmpData is assigned, leaving bEditValue and bStrData as NIL. This problem is fixed in FWH 8.05, by skipping such columns in the report method.
Temporary fix is to hide such columns before using report method.
_________________
regards, s... |
report's saybitmap method | Hello,
this bug has many years, until now I don't know how can I fix this
The saybitmap method don't work with bitmap from resources, this work properly with
bmp files directly.
Maybe some body have the solution?
best regards
Marcelo |
report's saybitmap method | It seems to work fine here:
[code=fw:30p3p3cx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">(</span><span styl... |
report's saybitmap method | Enrico,
yes from printer class this work ok, but not from the report class, this is strange, because the report class use printer class inside, but from report this not work
reagards
Marcelo |
report's saybitmap method | It doesn't work because TReport sets the resource to prev32.dll hiding the currently active resource file.
EMG |
report's saybitmap method | Enrico
yuo are right, I move prev32.dll to prev.red and add to my project, and delete all the reference to external resource in rpreview.prg,
then I have a more compact enviroment and I can work with resources in report, thanks for your time
This means that I was wrong and no FW
regards
Marcelo |
report: no mostrar campos en 0 | Funcionó perfecto !!!
Muchisimas gracias Garbi !
Saludos ! |
report: no mostrar campos en 0 | Hola gente !
Mi pregunta es muy sencilla y seguro casi todos la saben.
¿ cuando hago un report: como hago para que no se vean los campos = 0 ?
Gracias ! |
report: no mostrar campos en 0 | Puedes probar con : Picture "@Z" |
report:sayBitmap que requisitos de bmp tiene | Holas,estoy tras imprimir unos logos en los reportes, pero es muy raro el metodo :sayBitmap de la clase report actua muy raro, algunos bmps los imprime (bajando la cantidad de colores) y otros nada que ver no los muestra. Tambien intente oreport:oDevice:Saybitmap y lo mismo solo ese bmp que imprimo directo con el repor... |
report:sayBitmap que requisitos de bmp tiene | Una cosa importante que olvide, el problema es cuando el BMP esta en un archivo de recuros, no asi cuando es un archivo suelto, es decir file.bmp, en ese caso no hay problemasaludosMarcelo |
reporte | Tengo un sistema que compilado que solo me imprime las paginas 1,3,5,etc....y no las pares, le quite el foot, el group, el font, y sigue igual
estoy usando fw12.9 el mismo sistema compilado con versiones anteriores funcionaba bien.....
compilo co rpreview del fw12.9 y uso la dll del fw12.9 la verdad se que otro... |
reporte a excel (Resuelto) | Hola, estoy teniendo este mensaje al mandar a excel todos los reportes de la aplicación en una terminal puntual.
Error description: Error Excel.Application:WORKBOOKS:ADD:ACTIVESHEET:CELLS/0 S_OK: _FORMULA
Ahora, ocurre algo interesante, el sistema está en red, y el error solo se produce en una terminal específica y n... |
reporte a excel (Resuelto) | Jose...
¿Esa terminal tiene la misma versión de paquete office? ¿El mismo Sistema Operativo?
¿Probaste poner MsgInfo() como flags para ver en qué linea genera el error? |
reporte a excel (Resuelto) | Gracias por tu respuesta, recien me reintegro a mis labores por un tema familiar, voy a estar haciendo algunas pruebas, y verificando, en principio es el mismo S.O. pero voy a reinstalar el office y ver que pasa <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Luego les cuento... |
reporte a excel (Resuelto) | Hola, luego de sufrimiento, sangre, sudor y lágrimas..... (capaz que no tanto, pero en fin hubo que buscar y buscar....) Este error se genera cuando en el windows donde se genera el reporte el caracter separador de listas ( en panel de control>>Configuración Regional ) es igual al del punto decimal o al de separador de... |
reporte a excel (Resuelto) | [quote="jose_murugosa":1m9zkbh0]
Si hacemos la configuración regional asegurando que el caracter decimal, el separador de miles y el separador de listas sean diferentes, el problema queda resuelto.[/quote:1m9zkbh0]
Hola José.
Reabro este post solo para agradecerte.
Resulta que hace unos 6 meses instalé un pequeño pro... |
reporte a excel (Resuelto) | Francisco,
Que gran placer saber que en alguna modesta manera pueda haberte ayudado por este medio, no hay nada que agradecer, me he valido de sugerencias de todos aquí en el foro, y una de las cosas que valoro, es el gran espiritu de colaboración de todos nuestros colegas, incluyéndote.
Un fuerte abrazo <!-- s:) -->... |
reporte con txtprev deja una linea en blanco | Amigos actualice de la version fw5 , harbour compiler alpha build 45.0 a fwh8.11 al xharbour compiler 1.1.0
y todo el programa funciona igual a excepcion de mis reportes que estan hecho con la clase txtprev
Deja un interlineado en cada linea de impresión
Adjunto un ejemplo de reporte (bueno queria pegar dos fotos p... |
reporte con txtprev deja una linea en blanco | Hola
El problema se produjo en una version de FWH en la clase TTxtFile() que colocaba automaticamante un salto linea CRLF
luego en posteriores versiones se corrigio
revisa la clase, en el [b:1cf6oy2b]METHOD BuildDbfTmp()[/b:1cf6oy2b] donde dice patricio por ahi debes revisar
[code=fw:1cf6oy2b]<div class="fw" id="{C... |
reporte con txtprev deja una linea en blanco | Gracias Patricio ese era mi problema un millon de gracias
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
reportes grupos con 2 renglones | Hola; tengo un reporte y necesito que agrupe los datos, pero que muestre 2 renglones en lo que seria la cabecere de cada grupo. Ej.
cuenta descrip debe haber
asiento 1, fecha 25/03/2008
concepto: asiento de ventas marzo
110010 cuenta caja 1500 ... |
reporto error RPREVIEW | Estando en el preview si slecciono para que me muetre dos paginas juntas me tira este error
[code=fw:31zlx46j]<div class="fw" id="{CB}" style="font-family: monospace;"> Error description: <span style="color: #000000;">Error</span> BASE/<span style="color: #000000;">1004</span> No exported <span style="colo... |
reporto error RPREVIEW | Ejemplo? hga un DEMO siempre!
Regards, saludos. |
reposting a video from 2017 | Hello friends,
I am reposting a video from 2017.
It is such a nice memory!
Best regards,
Otto
[url:10k9dsq0]https://mybergland.com/fwforum/meeting.mp4[/url:10k9dsq0] |
reposting a video from 2017 | <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> |
reposting a video from 2017 | Hello friends,
I want to thank everyone for reading the post. As some of you might know, we host something special every year.
In 2017, it was the Fivewin Meeting, then the Photo Weeks, and this year, for example, the concerts with the buskers from Dublin.
With the repost, we wanted to see if there was any interest ... |
reposting a video from 2017 | I wish the sweet 2017 repeated soon.
This time to learn mod-harbour from you among many other things. |
reproducir video | Hola , alguien puede ayudarme a reproducir por codigo un video "avi", y si necesito alguna dll o alguna clase...
gracias y Feliz Navidad y un Propero año nuevo |
reproducir video | Yadira,
Tienes un ejemplo en FWH\samples\TestVid.prg <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
request for Tcalex | How I can make to have this modify
[img:dmnznl1u]https://i.postimg.cc/mkJvZbSV/test-a.jpg[/img:dmnznl1u]
I would like to highlight the object as a figure with a rectangular and round box and add the other information below ( I drawed it) |
request for Tcalex | Silvio,
Many of us use the Codejock library for a calendar. You can find a very complete copy of the code in the Samples folder ( schedule.prg ). Although this is not tCalex, perhaps how it is implemented will give you some ideas on how to do what you want.
Tim |
request for Tcalex | tim,
I'm trying to use tCalex.
finally after two years i corrected many problems.
the app init to run ok but need also other modifies.
on tje picture you can see (i drawed it) i need a box colored with the subject and then i wish show (on week and day display more data info ) .I think the gurus are able to make it , I ... |
request: ALTER TABLE | Dear FiveTeam,
Can new SQL command ALTER TABLE be implemented for next reléase?.
Thank you a lot. |
request: ALTER TABLE | Eu não entendo. Você quer utilizar o comando nativo SQL ALTER TABLE? utilizando TDOLPHIN/SQLRDD/SQLLIB? |
request: ALTER TABLE | Mr. Nages has created some SQL commands for Fivewin to work with SQL and ADO.
They work great but it is missing ALTER TABLE. |
required changes to migrate from FWH 32 to 64 bits | If you are using a RC file and you use a manifest file, then this change is required in the RC file:
[code=fw:1lbnwba5]<div class="fw" id="{CB}" style="font-family: monospace;">#ifdef __FLAT__<br /> <span style="color: #000000;">1</span> <span style="color: #000000;">24</span> <span style="color: #ff0000;">"./WinXP/... |
resedit command | Silvo
I don't know if this is exactly what you are looking for .. I use a modified Rc2Dll32.bat to copy all my .rc files together and then compile them with Borland into a single .res. I then add the .res to the xMate compile list.
[code=fw:1i5eei3p]<div class="fw" id="{CB}" style="font-family: monospace;"><br />@Ech... |
resedit command | someone Know the command I can insert on xmate to compile a exe with resources ?
with Pelles I use
c:\work\PellesC\Bin\PORC.EXE %RC% /I c:\work\pellesc\include /I c:\work\pellesc\include\win |
resedit command | Seems like a lot of work.
With xBuild you just add the .rc file(s) and Pelles does all the work ( xHarbour )
With Harbour / MSVC 2015, we just add the .rc to the script and have specified the the rc executable supplied by Microsoft ...
Easy enough all the way around. |
resedit command | Tim
Yes, you can add each .rc to your compile list .. just too many to keep up with .. Since .rc is just a text file anyway .. I just copy them all together into one monolithic .rc .. so I just have one file to add to my compile list.. either as one single .rc or compiled as .res.
I think with xMate you can call out ... |
resedit command | I use Ultra Edit Studio so it would be no problem.
However, I only use one large .rc file. Any resource in it can be found instantly. I just look at the resource name in the .prg, then do a quick find to move to it in the .rc. |
resedit command | simple add the resource file to the project like a prg, and you can add as many as you need |
resedit command | I use Xmate to build exe , lib and dll from I use fivewin for habour and I used it also with fivewin with ca-clipper with success from many years.
I use Pellesc but now I wish use ( I want try) Resedit but I not Know how compile rc file from xmate with Resedit |
resedit command | [quote="Marcelo Via Giglio":3uixb6sk]simple add the resource file to the project like a prg, and you can add as many as you need[/quote:3uixb6sk]
Yes and xMate makes it very easy.
What Mr Rick does is his personal convenience, but not necessary. |
resedit command | Silvio,
resedit is a resource editor, to add rc file to xMate project simplity add the rc file to the project like a prg file, maybe the problem is other with the resedit configuration and the rc file need some extra headers. Start your RC file from other in the fivewin's sample folder and try to add to the project
r... |
resedit command | I use xmate.
with xmate I use PellesC as you can see on this picture of xmate's Configuration
[img:2i16c4nc]http://www.eoeo.it/wp-content/uploads/2016/06/rc.jpg[/img:2i16c4nc]
Wich is the command line if I wish use resedit instead of PellesC ? |
resedit command | Silvio,
I use BCC to compile, the Resource Compiler option which I use is:
%C_BIN_INSTALL%\Brc32.Exe -r -fo%RES% %RC%
Regards
Marcelo Vía |
resedit command | Silvo
Here is the command line options for Resedit .. hope this helps
[quote:iyyqh75s]
Command-line mode
ResEdit supports a command-line mode ton convert a file to another format. Input and output files can be resource scripts (*.rc), compiled resource scripts (*.res) and Win32 PE files (*.exe, *.dll). The file conv... |
resize a column to multiline in xbrowse | To All
I have an ( second browse ) xbrowse that I would like to fit a long array field into a column and allow the column to word wrap into multi-line and resize the row to the depth of the deepest column ..
Thanks
Rick Lipkin
[code=fw:3doixqen]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span st... |
resize a column to multiline in xbrowse | Please try this suggestion:
Add this code in the ON INIT clause:
[code=fw:1rm8msn3]<div class="fw" id="{CB}" style="font-family: monospace;">oLbx2:<span style="color: #000000;">nRowHeight</span> := XbrColMaxHeight<span style="color: #000000;">(</span> oLbx2:<span style="color: #0000ff;">Desc</span> <span style="co... |
resize a column to multiline in xbrowse | Rao
Thank you for your help .. I did get an error on line 207 ..
Application
===========
Path and name: C:\Fox\WebCrawl\WebCrawl.Exe (32 bits)
Size: 2,065,920 bytes
Time from start: 0 hours 0 mins 3 secs
Error occurred at: 05/25/2011, 09:17:12
Error description: Error BASE/1003 Variable does not exis... |
resize a column to multiline in xbrowse | Please change
::BrwWidth()
as
oBrw:BrwWidth() |
resize a column to multiline in xbrowse | Rao
What I am trying to do is take the Desc column and be able to 'word wrap' the text within the column width which will then force the entire row depth to be re-evaluated.
Since the oLbx2 xBrowse is an array .. I had to create a blank ( phantom ) record when my program starts. Upon execution the array rows are dele... |
resize a column to multiline in xbrowse | [quote:3lv49zqj]Don't know if this can be done ?[/quote:3lv49zqj]
This can be done.
To start with, define the browse in the normal way. Please also assign column widths appropriately.
Before adding a line, read the line in to an array aLine.
Example:
[code=fw:3lv49zqj]<div class="fw" id="{CB}" style="font-family: m... |
resize a column to multiline in xbrowse | Rao
Thank you for your diligence .. just looking at the code .. I did not see where the Desc text will line wrap within the confines of the pre-determined width of the column ??
Let me apply your code and see how it works !
Again, thank you !
Rick Lipkin |
resize a column to multiline in xbrowse | Rao
Your code works great for setting the depth ot the row .. I did have to find the references for DT_CALCRECT and DT_WORDBREAK ( in \bcc55\include\winuser.h ) .. I just added the two lines :
#define DT_CALCRECT 0x00000200
#define DT_WORDBREAK 0x00000010
Unfortunately the text in the column does not wrap .. howeve... |
resize a column to multiline in xbrowse | After creating the browse,
please add oBrw:Desc:cDataType := "M" |
resize a column to multiline in xbrowse | Rao
PERFECT .. my next task is show the picture of the part .. the link to the picture is in the DOM .. I will either try to capture the link to the pic and try to execute it in another xbrowse column ( no clue yet ) or download the pic and display it as I crawl thru each web site.
Thanks
Rick
[url=http://images... |
resize a column to multiline in xbrowse | Rao
One unexpected side effect .. as I am looping thru my table gathering results .. the first row has a small Desc and returns perfect
[url=http://imageshack.us/photo/my-images/96/rick1v.jpg/:2tjukuf4][img:2tjukuf4]http://img96.imageshack.us/img96/8470/rick1v.jpg[/img:2tjukuf4][/url:2tju... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.