topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
quiero comenzar con el nuevo editor | gracias a todos.
paso mi email |
quiero comenzar con el nuevo editor | Gracias Jose Vicente
Aquí pongo el enlace invitación
<!-- m --><a class="postlink" href="https://join.slack.com/t/fivedit/shared_invite/zt-iysbat0g-Tkhyg89~pffB5J6RNCUGhQ">https://join.slack.com/t/fivedit/shared ... 5J6RNCUGhQ</a><!-- m -->
( Consejo: Borra tu cuenta de correo del post anterior ) |
quiero comenzar con el nuevo editor | consulta. no tiene un importador de configuracion?
ahi estoy en el foro.
gracias. |
quiero darle mas espacio entre linea y linea a TREE | Hola.
Quiero que las lineas de los item esten mas separados. como hago?
[quote:1e0dsihu]+ item 1
|
|
+item 2
[/quote:1e0dsihu]
seria espacio entre "item 1" y "item 2" |
quiero darle mas espacio entre linea y linea a TREE | Si lo muestras con un xbrowse, podes cambiar el alto de la fila con:
[code=fw:2y5ek5gs]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">nRowHeight</span> := nnn</div>[/code:2y5ek5gs] |
quiero darle mas espacio entre linea y linea a TREE | no es un browsrr estimado. |
quiero darle mas espacio entre linea y linea a TREE | Es un TTreeView?
En ese caso con oTree:SetItemHeight( nnn ) |
quiero darle mas espacio entre linea y linea a TREE | ahora si!
gracias |
quiero definir fuentes que esten disponible en toda la app | ola.
tengo varias clases, cada una hace su cometido en la app,
y todas tienen browser.
quier definir "algo" pienso en una clase pero no me estaria funcionando, para definir algunas fuentes y que pueda
utilizarla desde las diferentes clases que tengo.
he hecho esto:
[code=fw:3qp00lvs]<div class="fw" id="{CB}" style="fo... |
quiero definir fuentes que esten disponible en toda la app | Hola
Me parece que la clase TApp no debería definirse como FROM TFuentes
Yo haría asi:
[code=fw:1x0c3qdc]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">CLASS</span> TApp<br /><br /><span style="color: #00C800;">DATA</span> oFuentes<br />.....<br /><span style="color: #... |
quiero definir fuentes que esten disponible en toda la app | [code=fw:1ys78cfd]<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 /><span style="color: #B900B9;">//----CLasse</span><br /><br /><span style="color: #00C800;">CLASS</span> TPublic<br /><br /> &... |
quiero definir fuentes que esten disponible en toda la app | [quote="TecniSoftware":2au4q1rw]Hola
Me parece que la clase TApp no debería definirse como FROM TFuentes
Yo haría asi:
[code=fw:2au4q1rw]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">CLASS</span> TApp<br /><br /><span style="color: #00C800;">DATA</span> oFuentes<br />... |
quiero definir fuentes que esten disponible en toda la app | [quote="karinha":9qfexpjh][code=fw:9qfexpjh]<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 /><span style="color: #B900B9;">//----CLasse</span><br /><br /><span style="color: #00C800;">CLASS</span> T... |
quiero definir fuentes que esten disponible en toda la app | Yo lo utilizo asi:
[code=fw:3ehfjlq0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">class</span> tapp<br /><br /> <span style="color: #00C800;">DATA</span> aWFont <span style="color: #0000ff;">INIT</span> <span ... |
quiero definir fuentes que esten disponible en toda la app | Hola
Pude resolverlo de esta forma: no entiendo aun porque no se inicializan los objetos automaticamente...
[code=fw:3s27ibb2]<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... |
quiero poner en español el EditSource() (Solucionado) | Hola quiero poner en español los botones del EditSource() en que archivo lo encuentro ya lo busque en xbrowse.prg en xbrowser y no esta <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
Gracias <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt... |
quiero poner en español el EditSource() (Solucionado) | \fwh\source\classes\datarow.prg.
Find
METHOD DlgButtons( oDlg, oPanel, lNavigate, lReadOnly, nGets ) CLASS TDataRow
In this method change the Tooltips from English to Spanish and link the revised program with your application |
quiero poner en español el EditSource() (Solucionado) | Gracias... <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Thank you... <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: -->
???? ???? ??????? ... <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":... |
quiero poner en español el EditSource() (Solucionado) | Nages, why not use fw languague funcions ? |
quiero tomar el valor que almacena MAKETOTALS | hola.
Necesito tomar el valor de MAKETOTALS de un xbrowser para poder utilizarlo,
como lo hago?
gracias. |
quiero tomar el valor que almacena MAKETOTALS | Suponiendo que queres tomar el valor del total de la columna 6
[code=fw:183bvofr]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span><span style="color: #000000;">6</span><span style="color: #000000;">]</span>:<span... |
quiero tomar el valor que almacena MAKETOTALS | [quote="cmsoft":2y0gjc3p]Suponiendo que queres tomar el valor del total de la columna 6
[code=fw:2y0gjc3p]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span><span style="color: #000000;">6</span><span style="color: #00... |
quitar boton | Hola:
Como podria quitar el boton que aparece en la barra de tareas de la ventana principal de la aplicación sin quitar o ocultar esta.
Un saludo
Carlos |
quitar boton | Carlos,
Te refieres a la barra inferior de la pantalla principal de Windows ? |
quitar boton | Hola Antonio
Si me refiero a la barra de tareas de windows la que esta a la derecha del boton de inocio.
en la otra pregunta que he realizado la del PREVIEW cuando cambie en
source\classes\rpreview.prg este archivo el tpreview.prg le tendria que incluir como un fuente más o como incluiria la modificacion, perdona la... |
quitar boton | Carlos,
Si, una vez modifiques rpreview.prg, lo compilas y lo enlazas como si fuese otro PRG más de tu aplicación |
quitar boton | Gracias Antonio ya lo he echo pero todavia no he dado con el lugar donde pone el menu y la barra de tareas del menu principal yo sigo hasta que de con ello.
Lo del boton no es posible quitarlo.
Un saludo
Carlos |
quitar color a columna xbrowse | Amigos
cuando abro el xbrowse la primera col sale de color celeste
quiero que al dar click a la 2da columna lo pinte de celeste (eso esta resuelto)
pero mi duda es quitarle el color a la primera col?
[code=fw:2bxgdibz]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">REDEFINE<... |
quitar color a columna xbrowse | Haber si esto te ayuda, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=30514&p=175221&hilit=color+de+columnas#p175221">viewtopic.php?f=6&t=30514&p=17522... |
quitar color a columna xbrowse | Gracias JoseLuis por responder, pero lo resolvi asi:
[code=fw:xgx2d2wv]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000000;">]</span>:<span style... |
quitar triangulo de la cabecera de xBrowse | Holas,
en las últimas versiones de xbrowse cuando se abre una tabla y esta tiene indices, aparece un triangulo en la cabecera de las columnas, como evito que este triangulo aparezca.
saludos
Marcelo |
quitar triangulo de la cabecera de xBrowse | asi, sin probar ni nada, se me ocurre
[code=fw:2a5o9uoo]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">aSortBmp</span> := <span style="color: #000000;">{</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">0</span> <span style="color: #00... |
quitar triangulo de la cabecera de xBrowse | Carlos,
funciono, gracias
saludos
Marcelo |
quotation for a Control | Hello.
I would like to request a quotation for a control.
I am interested in a control similar to this: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=21772&hilit=AUTOGET">viewtopic.php?f=3&t=21772&hilit=AUTOGET</a><!-- l -->
It should work as <!-- m --><a class="po... |
quotation for a Control | U can use AUTOGET CLASS
before create an array from dbf with wich U want for sample :
AAdd( aArray, ALLTRIM(FIELD->CUSTOMER))
HERE RUN OK |
quotation for a Control | What features of the java control are you interested in that are not in the FW control?
I seem to remember that the dropdown list was one of them.
I also notice that the java control lists all items that contain the search string, not just those that start with the search string. Is that also something you want? I ca... |
quotation for a Control | Thank you for reply.
Please, go to <!-- m --><a class="postlink" href="http://jqueryui.com/demos/autocomplete/#default">http://jqueryui.com/demos/autocomplete/#default</a><!-- m --> and type Ja
I need the menu to let the user select Java or Javascript. This feature is not included in autoget. |
quotation for a Control | >I need the menu to let the user select Java or Javascript. This feature is not included in autoget.
So you are saying that you want the dropdown list?
I don't know about the autoget class, but in one that I wrote the user could type JA to get Java displayed in the GET. Or, they could continue to type javas to get J... |
quotation for a Control | [quote:1yfb3kcw] Or, they could continue to type javas to get Javascript displayed in the GET. Is this acceptable[/quote:1yfb3kcw]
This is how Autoget works. But what I need is that Java and Javascript appear into a dropdown and the user could pick up one, like the example. |
quotation for a Control | Theoretically, you should be able to do this with the DROPDOWN style of the Combobox, however, it seems that a number of the control's features are broken or never worked correctly. I am looking into this.
Regards,
James |
quotation for a Control | Hello
i sent you a email with a prototypes... did you received? |
quotation for a Control | Hello.
Yes, that´s what I need.
Two little things:
When I select an Item, GET control must respect total length so I can write more words.
If I type a value not present in the Array (ae Myhouse), a double line is painted under get control.
Also, Mr. Nao told me that it would be included in FW 08 or 09.
Thank you... |
quotation for a Control | Daniel,
When using the combobox style DROPDOWN, I find that the Open() method is not working and the var lIncSearch is also not working (no incremental searching).
I am using FWH 10.8 so these may have been fixed since then.
Regards,
James |
quotation for a Control | James
we didn't made change in the class combobox after your version
could you provide a little sample ?
thanks
In the prototype sent to ukservise, i didn't use combobox, was a new class...
apparently Mr Rao is working in same class, i will wait for him, for now i stoped the development |
quotation for a Control | David,
Here is a sample.
James
[code=fw:zqueotl0]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">/*<br />Purpose: Test DROPDOWN style of Combobox<br />Date : 08/11/2011<br />Author : James Bott<br />Note : Using FWH 10.08<br />*/</span><br /><br /><span style="color: #00D... |
quotation for a Control | James
about open...
[code=fw:15gm3yg1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">/*<br />Purpose: Test DROPDOWN style of Combobox<br />Date : 08/11/2011<br />Author : James Bott<br />Note : Using FWH 10.08<br />*/</span><br /><br /><span style="color: #... |
quotation for a Control | David,
> oDlg:bStart = {||oCombo:open(), oCombo:bGotFocus:= {|| oCombo:open() } }
OK, this works but it has the strange side effect of changing the mouse cursor to an hourglass whenever it is over the dialog (while the control is open). Are you seeing the same thing with the newer version?
Regards,
James |
rPreveiw : EMAIL & Excel issues | I've been using a modified, older, rPreview but now could use the new one. However, I have two questions:
1) Email: To send email, rPreview creates an object which then calls the default email program. This is fine if my client has Outlook installed. However, many use online email services, so I have them setup w... |
rPreveiw : EMAIL & Excel issues | Antonio,
I pushed this up in case you missed it
Tim |
rPreveiw : EMAIL & Excel issues | Tim,
1. We are actually using MAPI to send the email:
[code=fw:nurcpheq]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">MAIL</span> oMail ;<br /> <span style="color: #0000ff;">SUBJECT</span> <span style="co... |
rPreveiw : EMAIL & Excel issues | Tim,
In the meantime this may help:
[url:gf3p69vy]http://superuser.com/questions/573568/gmail-as-default-windows-mail-program-not-same-as-mailto[/url:gf3p69vy]
Specially this which seems very interesting:
[quote:gf3p69vy]The open-source project Tvhgooglemapi might be a solution. Here is how it is described :
... |
rPreveiw : EMAIL & Excel issues | Tim,
2. In your PRINT ... ENDPRINT code sections, simply add the PREVIEW clause:
[code=fw:25f6mbwh]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">PRINT</span> oPrn PREVIEW<br /><br /><span style="color: #0000ff;">ENDPRINT</span></div>[/code:25f6mbwh]
So the preview will appea... |
rPreveiw : EMAIL & Excel issues | Antonio,
I've had email and PDF for a number of years in a revised version of tPreview. It has worked well, and I may modify the current rPreview to do the email using it.
I solved all of my problems by having SMTP or CDO available in the system email setup. Then I simply pass the email to my system which sees how ... |
rPreveiw : EMAIL & Excel issues | Tim,
The Method ToExcel() is only available for a TReport object as it uses its columns to export it to Excel.
If you could adapt your printer work as a report, then you could export it to Excel, as it would have the required columns. |
rPreveiw : EMAIL & Excel issues | Many of my reports involve categorical sums and thus are not easily handled by tReport. There is also a lot of descriptive formatting. Its not just column stuff.
I actually have many of them with an option to export to Excel. However, its done prior to passing it to rPreview.
I'll work with rPreview and modify it ... |
rPreveiw : EMAIL & Excel issues | Tim,
>
I'll work with rPreview and modify it to meet my needs. I'll send you the changes and if you like them you can add them into the distribution.
>
thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
> One change you might make is to grey out the Send To Excel but... |
rPreview PrintersMenu() problem | Hi,
when I click on the printer button in the report preview, change the printer with PrintersMenu(), and then ask to print it does not print.
The problem appeared on the terminal server windows 2008 r2. Tested on Windows 8 without Network and it worked normally.
In the example above change the printer on button of t... |
rPreview PrintersMenu() problem | Why the printer selection menu in the preview button shows a printer that is not installed on my Terminal Server user?
[b:22qngm5h]The preview list:[/b:22qngm5h]
CutePDF Writer
Fax
PDF reDirect Pro v2
Argox OS-214tt PPLA
\\OASYS4\Samsung SCX-4200 Series
Enviar para o OpenNote 2007
[b:22qngm5h]Printer that is not inst... |
rPreview PrintersMenu() problem | Oscar,
When you print from Terminal Server does it use remote printers or local printers ?
If local, then your PDF printer should appear |
rPreview PrintersMenu() problem | The TS prints only to printers configured on the server, even the remote are configured on the server and are printed across it. Do not take local printers to TS. |
rPreview ZOOM problem | FWH 13.09
rPreview zoom has been fine in the past. Now, when selecting the Zoom control, the display goes to the full width of the screen, but does not adjust properly on the vertical scale. Thus the letters are stretched to the point ( on a widescreen monitor ) that they are difficult to read.
Is there an adjustme... |
rPreview ZOOM problem | Tim
You can try?
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=27598#p154023">viewtopic.php?f=6&t=27598#p154023</a><!-- l --> |
rPreview ZOOM problem | It would appear that solution could involve changing hundreds of separate code lines.
Surely there should be a resolution within the rpreview program to correct whatever changed.
Tim |
rPreview ZOOM problem | Tim
Excuse my English, I use google translate
In version 13.08 these lines were not commented / ** / and now in the current version are discussed
Eliminating these symbols of comment / ** / to me preview works properly
Tim
Disculpe mi ingles, uso translate google
En la version 13.08 estas lineas no estaban comentadas ... |
rPreview ZOOM problem | Yes, that resolves the problem.
Was there a reason for that change, and will it cause problems elsewhere ?
Thank you. |
rPreview ZOOM problem | Tim,
I have found that on some printers it works much better without those lines.
Does it look very different without those lines there for you ? |
rPreview ZOOM problem | Cristobal,
I found this problem.
That changes in TMETAFIL.PRG resolves the problem completaly.
Thank you. |
rPreview ZOOM problem | Antonio,
Sorry I didn't respond earlier. Yes, it looks very different. With that code in place the zoomed page is almost unreadable. It simply stretches the page horizontally and it becomes quite distorted.
Tim |
rPreview ZOOM problem | I am having the same ZOOM problem with PREVIEW (having just upgraded to FWH13x).
I removed the */ comment lines in the tmetafil.prg as described without any apparent change. Is there something else I need to do to fix this?
Thanks!
on a related question....when using the PDF button on the PREVIEW screen, is there a... |
rPreview ZOOM problem | I just used the tmetafil.prg from FWH 13.08.
At the moment the problem is solved. Everything ok now. |
rPreview ZOOM problem | Thanks...I'll download 13.08 version and hopefully that will fix me too! |
rPreview ZOOM problem | FWH 13.12 (could not find 13.07 version of tmetafil)
Harbour current version as downloaded from FiveTech
I cannot get the ZOOM to work correctly on preview.
When preview comes up, the initial small rendering looks ok. When I select any zoom, they all force the page to stretch wide (virtually unreadable as describe... |
rPreview ZOOM problem | Greg,
Send me an e-mail (<!-- e --><a href="mailto:info@juda.be">info@juda.be</a><!-- e -->) and I reply to you tmetafil.prg of FWH 13.08. |
rPreview ZOOM problem | Michel,
many thanks for your help <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
rPreview ZOOM problem | Michel,
Thank you very much as well! I have emailed you, but in case it doesn't come through, my email is <!-- e --><a href="mailto:ggammon@insitegroup.com">ggammon@insitegroup.com</a><!-- e -->
Thanks,
Greg |
rPreview ZOOM problem | Antonio . Old Tmetafile +This change solve in my brother printer.
[code=fw:2tloa84y]<div class="fw" id="{CB}" style="font-family: monospace;"><br />.......<br /><br /><span style="color: #00C800;">METHOD</span> PaintMeta<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style=... |
rPreview ZOOM problem | tmetafil.prg and printer.prg are modified to resolve these issues. |
rPreview ZOOM problem | Hello,
When it would be available please?.
Thank you. |
rPreview does not close when app closes | Hi.
I noticed that with new rPreview, the main app may close while the preview will stay open (does not close with the app). Although it stays open it becomes .NOT. operable. Any solution?
Thank you,
Reinaldo. |
rPreview does not close when app closes | Reinaldo
Can you post a little sample to show the error?
Thanks |
rPreview does not close when app closes | Hi Reinaldo,
The following code in METHOD Activate() CLASS TPreview is responsible for your pboblem.
[code=fw:1qenl2n9]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">IF</span> ::<span style="color: #000000;">oDevice</span>:<span style="color: #000000;">lPrvModal</... |
rPreview does not close when app closes | Please see
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=20693&p=110112&hilit=rpreview#p110112">viewtopic.php?f=3&t=20693&p=110112&hilit=rpreview#p110112</a><!-- l -->
This issue is not from the new rpreview |
rPreview does not close when app closes | Rao; Hi. Appreciate your efforts. Don't take me wrong -this is not an attack. I don't know what you mean by "is not from the new preview". Once upon a time, it was not a problem. Now it is. Is it from new-little less new-new-newest-newer..... does not matter. It is still an issue. Actually, an unresolved issu... |
rPreview does not close when app closes | This happened to me when using FWH 10.12, Backward rpreview.
Repexcel I used to export to Excel, and since it is impossible for this reason. |
rPreview does not close when app closes | Jose Luis /and all others;
I think that there are better ways to export a treport to Excel. The main caveat with the way fw is doing it, is that you MUST have Excel installed on the computer. Currently I'm able to export Treports to Excel without using ole, thus you don't need to have Excel installed. This opens th... |
rPreview does not close when app closes | ... and hi again;
I need help with one issue, though. Now I find that I can't just comment out the line with the StopUntil( { || ::lExit } ). Otherwise, my tReport object is destroyed and thus make it un-exportable to Excel.
Maybe someone has a better solution?
There is the code I refer to:
[code=fw:fga7px7m]<div... |
rPreview does not close when app closes | Reinaldo,
You could try, when defining the report, something like this:
wndMain():bValid := {|| oRpt:lEnd := .t., .t.}
This should end the preview when the main window is closed.
Regards,
James |
rPreview does not close when app closes | Reinaldo
Try this way
open /source/function/msgrun.prg
change in function StopUntil()
[code=fw:26nqgxfn]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">DO</span> <span style="color: #00C800;">WHILE</span> !Eval<span style="color: #000000;">(</span> bBlock <span style="col... |
rPreview does not close when app closes | Reinaldo
forget my last post
is more easy change window class
try changing this "IF"
[code=fw:3gi3i8w0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">if</span> ::<span style="color: #000000;">hWnd</span> != <span style="color: #000000;">0</span> .and. GetWnd... |
rPreview does not close when app closes | [quote="James Bott":2tv3x2rr]Reinaldo,
You could try, when defining the report, something like this:
wndMain():bValid := {|| oRpt:lEnd := .t., .t.}
This should end the preview when the main window is closed.
Regards,
James[/quote:2tv3x2rr]
Adopting Mr. James suggestion, the METHOD Activate() of TPreview class can b... |
rPreview does not close when app closes | [quote="James Bott":2pzwjqi6]wndMain():bValid := {|| oRpt:lEnd := .t., .t.}[/quote:2pzwjqi6]
The last .t. is redundant. This is equivalent:
[code=fw:2pzwjqi6]<div class="fw" id="{CB}" style="font-family: monospace;">wndMain<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span styl... |
rPreview does not close when app closes | Hi and thank you everyone. This is good brainstorming.
I think the following code incorporates from all of your ideas. It seems to do the trick. Please advise on your opinion:
Change Method Activate() on rPreview to:
[code=fw:fsuqnql3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style... |
rPreview does not close when app closes | José Luis;
I wish to talk more about repexcel. I`m starting a new thread on the Spanish forum. Please look for it. Thank you.
Reinaldo. |
rPreview does not close when app closes | [quote="reinaldocrespo":3b40bhrf]Hi and thank you everyone. This is good brainstorming.
I think the following code incorporates from all of your ideas. It seems to do the trick. Please advise on your opinion:
Change Method Activate() on rPreview to:
[code=fw:3b40bhrf]<div class="fw" id="{CB}" style="font-family: m... |
radio - transparent | Is it possible to paint the radio control transparent?
I use SAY with adjust. I feel that the descender are cut off.
Best regards,
Otto
[img:16klkmxa]http://www.atzwanger-software.com/fw/transp.jpg[/img:16klkmxa] |
radio - transparent | I have the same problem , I make a radio with 5 items on tpanel ... |
radio button | Hola quisiera saber si se puede deshabilitar un radio button de un grupo
[code=fw:asft5esg]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">RADIO</span> oRadioButton <span style="color: #0000ff;">VAR</span> nOrden... |
radio button | Intenta asi:
[code=fw:n5t24gxz]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oDlg:<span style="color: #000000;">aControls</span><span style="color: #000000;">[</span><span style="color: #000000;">3</span><span style="color: #000000;">]</span>:<span style="color: #000000;">Disable</span><sp... |
radio button | Gracias João funcionó perfecto
[code=fw:i62jhw38]<div class="fw" id="{CB}" style="font-family: monospace;"> oRadio:<span style="color: #000000;">aItems</span><span style="color: #000000;">[</span><span style="color: #000000;">3</span><span style="color: #000000;">]</span>:<span style="color: #000000;">Disable<... |
radio button en recursos | Hola.
Uso PelesC .
pero no puedo desagrupar varios radio button.
coloque 8 seguidos y ahora quiero que se separen en dos grupos y no se como hacerlo.
desde codigo los separo en las definiciones, pero al momento de ejecutar la aplicacion
si hago click en el primero del primer grupo y luego en el ultimo del segundo grup... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.