topic
stringlengths
1
63
text
stringlengths
1
577k
xBrowse Boxed Selected Row
[quote="nageswaragunupudi":2a4cxqcm]This is not provided.[/quote:2a4cxqcm] Mr. Rao, I hope it would be .. soon. <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
xBrowse Boxed Selected Row
Fraxzi: Just curious,There are columns not visible in your browse? <!-- m --><a class="postlink" href="http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/Boxed_Row_zpssec6ghoo.png">http://i208.photobucket.com/albums/bb82 ... c6ghoo.png</a><!-- m -->
xBrowse Boxed Selected Row
[quote="fraxzi":3e71v5ue][quote="nageswaragunupudi":3e71v5ue]This is not provided.[/quote:3e71v5ue] Mr. Rao, I hope it would be .. soon. <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->[/quote:3e71v5ue] Yes
xBrowse Button del GET
recientemente me encontre con la necesidad de cambiar la imagen del boton del get en el xbrowse y me resulto un trabajo un poco complicado darme cuenta que tenia que primero generar el "DIALOG" o "WINDOW" para poder hacer el cambio de la imagen, que inicialmente es un boton muy pequeño con tres puntos "..."[img:szxvw6...
xBrowse Button del GET
Daniel,Muchas gracias por esta aportación tan interesante! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
xBrowse Button del GET
[quote="Antonio Linares":1fsj9ptb]Daniel, Muchas gracias por esta aportación tan interesante! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:1fsj9ptb]antonio gracias a ti por el interes... realmente no se si era la mejor forma de resolverlo, o si utilice de forma d...
xBrowse Button del GET
Daniel,Me gusta <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> Gracies.
xBrowse Button del GET
Que bien eso lo queria hacer y no encontraba como <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> gracias por el dato <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> SaluditosAida <!-- s:wink: --><img src="{SMILIES_PATH}/icon_win...
xBrowse Button del GET
can I have the class with these modifies at mio correo?gracias
xBrowse Button del GET
check you email... <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
xBrowse Button del GET
Mcfox:Puedes enviarme la classe modificada a mi corre [b:10p2b84g]f.alegria.p@Gmail.com[/b:10p2b84g]?
xBrowse Button del GET
[quote="FranciscoA":1y1g4udd]Mcfox: Puedes enviarme la classe modificada a mi corre [b:1y1g4udd]f.alegria.p@Gmail.com[/b:1y1g4udd]?[/quote:1y1g4udd]Estoy usando la clase de MCFOX, imagino le ha hecho algunos nuevos cambios, te envie hasta donde estoy actualizado, incluyendo estos que publica.espero te sirva...saludos.....
xBrowse Button del GET
Joe Luis, Francisco,Le hemos enviado la version mas reciente de xbrowse a Daniel para que la modifique y la pruebe y asi usemos todos la version mas reciente <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
xBrowse Button del GET
José Luis, Antonio... Gracias.
xBrowse Button del GET
[quote="Antonio Linares":19lk5kx2]Joe Luis, Francisco, Le hemos enviado la version mas reciente de xbrowse a Daniel para que la modifique y la pruebe y asi usemos todos la version mas reciente <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:19lk5kx2]Buena idea Anton...
xBrowse Button del GET
Listo antonio verifica el correo
xBrowse Button with EDIT_GET_BUTTON
To All I have found a few examples on this forum and reviewing the sample TestxBrw.prg I can create a button within xBrowse .. however, two things .. 1) How do I size the Button and put a caption on the button 2) Is it possible to use BTNBMP as my button choice ? Here is my code : [code=fw:1wo1ad56]<div class="fw" ...
xBrowse Button with EDIT_GET_BUTTON
[quote:23jbs9r7]2) Is it possible to use BTNBMP as my button choice ? [/quote:23jbs9r7] We can specify a bitmap. Use oCol:AddBitmap( cBitmap ) to add the bitmap to the column and assign the bitmap number as oCol:nBtnBmp [quote:23jbs9r7]1) How do I size the Button and put a caption on the button [/quote:23jbs9r7] We c...
xBrowse Button with EDIT_GET_BUTTON
Rao Looking at some of the samples .. xBrowGrd.prg [code=fw:2nn8ivtq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />WITH OBJECT oBrw:<span style="color: #000000;">HireDate</span><br />&nbsp; &nbsp; &nbsp; :<span style="color: #000000;">AddBitmap</span><span style="color: #000000;">&#40;</span> <span ...
xBrowse Button with EDIT_GET_BUTTON
Rao Using your suggestion, I did not get the result I was looking for <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> It does not appear that the bitmap is being overlayed on the button .. [code=fw:3fejnhd0]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp;...
xBrowse Button with EDIT_GET_BUTTON
To All Just a quick follow up to see if there is a work around here to add a caption to the button and give it a size .. It appears that if you add a bitmap it does change the dimension of the button up to a point. I do not really want to add a bitmap to the column just be able to size the button <!-- s:( --><img sr...
xBrowse Button with EDIT_GET_BUTTON
To All Somewhere in these two xBrowse functions is my answer .. any Ideas ?? Rick Lipkin [code=fw:8jwepfyn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="colo...
xBrowse Button with EDIT_GET_BUTTON
Rick, If you change this line: ::oBtnElip:cCaption := "label" you should get a caption. Please try it.
xBrowse Button with EDIT_GET_BUTTON
And in this line its size can be changed: ::oBtnElip:Move( nButtonRow, nButtonCol, nBtnWidth + 1, nHeight, .f.) If those changes are fine, then we can see how to set it from your app, instead of modifying the Class source code.
xBrowse Button with EDIT_GET_BUTTON
Antonio YES .. your suggestions worked .. however, it appears that there is another line of code that continues to create the original button .. here are the changes I made to the xBrowse code : Method PaintCell [code=fw:m5astzta]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00...
xBrowse Button with EDIT_GET_BUTTON
Rick, It looks as placed too much to the left. Please try to change the :Move( ... ) params to move it to the right
xBrowse Button with EDIT_GET_BUTTON
Rick, Please try this: oLbxB:aCols[8]:addbmpfile( "c:\fwh1203\bitmaps\alphabmp\task.bmp" ) oLbxB:aCols[8]:addbmpfile( "c:\fwh1203\bitmaps\alphabmp\task1.bmp") oLbxB:aCols[ 8 ]:bBmpData = { | lValue | If( lValue, 1, 2 ) }
xBrowse Button with EDIT_GET_BUTTON
Antonio YES .. the codeblock for the Addbmpfile worked great .. Have another look at my previous post .. It appears that there is still a ( small ) button being painted even though I modified the 'move' line. [url=http&#58;//imageshack&#46;us/photo/my-images/850/label1w&#46;jpg/:1elcnbgk][img:1elcnbgk]http&#58;//img8...
xBrowse Button with EDIT_GET_BUTTON
Rick, Can you click on each of them ?
xBrowse Button with EDIT_GET_BUTTON
Antonio The button with "Label" works .. the small button on the right does not .. might be the FillRect or WndBoxRaised ? Thanks Rick Lipkin
xBrowse Button with EDIT_GET_BUTTON
Antonio I think I can live with the 'default' xBrowse button .. I am using bitmaps from file ( as you suggested ) to visually project whether there is data behind the button or not... and I like that, however all my bitmaps are stored as resources and I would prefer not to distribute the individual bitmaps .. Is ther...
xBrowse Button with EDIT_GET_BUTTON
AddBitmap( c ) Parameter can be bitmap file name or resource name. The parameter can also be an array of bmpfilenames/resourcenames
xBrowse Button with EDIT_GET_BUTTON
FWH 12.08: It is enough to assign appropriate values to oCol:cBtnCaption and oCol:nBtnWidth Rest is taken care by xbrowse.
xBrowse Button with EDIT_GET_BUTTON
Rao As always .. thanks for your help .. AddBitMap( "Resource" ) worked fine! Many Thanks Rick Lipkin
xBrowse CRYPT
Dear Mr. Rao, would you be so kind to show how to use decrypt/encrypt with EDIT_GET edit type. Best regards, Otto [code=fw:1714m5nm]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />oBrw:<span style="color: #000000;">PASSWORD</span>:<span style="color: #000000;">bEditValue</span> &nbsp; := <span st...
xBrowse CRYPT
When we want to edit a column, it is advisable to assign bEditValue with SETGET block. [code=fw:pmsvv4xp]<div class="fw" id="{CB}" style="font-family: monospace;"><br />:<span style="color: #000000;">bEditValue</span> := <span style="color: #000000;">&#123;</span> |x| <span style="color: #00C800;">If</span><span style=...
xBrowse Cabecera Top
Hola buenas tardes, una consulta sobre xBrowse, como hago que se actualice en tiempo de ejecucion la cabecera Top del browse? [code=fw:63pvte1k]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrwProE:<span style="color: #000000;">nHeader</span>             := <span style="color: #000000;">1</span><br ...
xBrowse Cambiar color de una columna
Foro buenas tardes: Necesito cambiar el color de las celdas de una columna [ 03 ], dependiendo del valor de la celda, ¿ cómo quedaría ? oBrw:aCols [ 03 ]:bClrStd := { xx } Gracias
xBrowse Cambiar color de una columna
Hola Ernesto, tal cual lo dices, tienes que armar ese bloque de codigo con el color que desees [code=fw:437no54e]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">3</span><span style="color: #0...
xBrowse Cell Edit
Hi All, If I edit xBrowse cell/column the edit value is highlighted or selected.. How to avoid this? Regards, Frances
xBrowse Cell Edit
You need to modify xbrowse.prg. In the METHOD Edit() CLASS TXBrwColumn, search for "::oEditGet:SelectAll()" and comment out that line. I wonder what many programmers would prefer. The present default behavior of xbrowse or the new behavior preferred by you?
xBrowse Cell Edit
[quote="nageswaragunupudi":18l90r75]You need to modify xbrowse.prg. In the METHOD Edit() CLASS TXBrwColumn, search for "::oEditGet:SelectAll()" and comment out that line. I wonder what many programmers would prefer. The present default behavior of xbrowse or the new behavior preferred by you?[/quote:18l90r75] Dear R...
xBrowse Cell Edit
Mr Fraxzi Personally I too prefer not to use :SelectAll(). Depending on what most users prefer, Mr Antonio may finally decide.
xBrowse Cell Edit
Hi to all, the default in most windows software is SelectAll(), but with increasing size of the content to edit, a data loss becomes more and more dangerous. So, it would really be better to have a more comfortable way to switch between SelectAll() and SelectNone, as Frances described above.
xBrowse Cell Edit
Has anyone found a way to have memo edit default to selectnone() or unselect text during ON INIT? I have tried many different ways to get the memo edit not to select all automatically. This has caused more than 1 person to accidentally erase memo with keystroke. [code=fw:y5mksgic]<div class="fw" id="{CB}" style="font-...
xBrowse Cell Edit
[quote="fraxzi":22b5vn1q][quote="nageswaragunupudi":22b5vn1q]You need to modify xbrowse.prg. In the METHOD Edit() CLASS TXBrwColumn, search for "::oEditGet:SelectAll()" and comment out that line. I wonder what many programmers would prefer. The present default behavior of xbrowse or the new behavior preferred by you?...
xBrowse Cell Edit
Gale Ford Please try this [code=fw:1plxhhv6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> oDlg, oGet1, cText<br />&nbsp; &nbsp;cText := <span style="color: #ff0000;">'This is existing text'</span><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span...
xBrowse Cell Edit
I started another conversation and received similar solution. Thanks for your follow up. Appreciated as always.
xBrowse Cell Lost Focus
Hi All Is there away to detect if a cell in browse has lost focus - user types something in cell and then uses mouse to click checkbox in next cell - because the user did not press the enter key the data is not saved Regards Colin
xBrowse Cell Lost Focus
Colin, You can change the cell-color, but maybe better to display a error-message, that the old data still exists ? [code=fw:3ktk9ldp]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;"...
xBrowse Cell Lost Focus
Hi Uwe bOnPostEdit requires a key stroke to activate - I am looking for when the cell loses focus - when the user types in something then moves to another cell using the mouse. I want to detect they have moved without using the enter key. Regards Colin
xBrowse Cell Lost Focus
Have you tried? oCol:lAutoSave := .T.
xBrowse Cell Lost Focus
Hi Cristobal I tried your suggestion - thank you - but get the following error Called from: => TRANSFORM(0) Called from: .\source\function\VALBLANK.PRG => CVALTOSTR(217) Called from: C:\newdev\common\xbrowse.prg => (b)TXBRWCOLUMN:ADJUST(8281) Called from: C:\newdev\common\xbrowse.prg => TXBRWCOLUMN:ADJUST...
xBrowse Cell Lost Focus
Colin, What was the actual error? I suggest creating the simplest possible test program to simplify finding the problem. James
xBrowse Cell Lost Focus
[quote="Colin Haig":tey6dmvb]Hi Cristobal I tried your suggestion - thank you - but get the following error Called from: => TRANSFORM(0) Called from: .\source\function\VALBLANK.PRG => CVALTOSTR(217) Called from: C:\newdev\common\xbrowse.prg => (b)TXBRWCOLUMN:ADJUST(8281) Called from: C:\newdev\common\xbro...
xBrowse Cell Lost Focus
Hi Crisotbal I am using FWH 11.05 - I should really upgrade. Thanks for your assistance Regards Colin
xBrowse Cell ToolTip
Dear all, How can I assign ToolTip for each xBrowse Cell? Regards, FAP
xBrowse Cell ToolTip
You can use oCol:bToolTip. This codeblock is evaluated with parameters oBrw, nRow,nCol,nKeyFlags. nRow and nCol are in pixels relative to the browse. The text returned by evaluating the codeblock is displayed as cell's tooltip. Important Caution: The cell for which the tooltip being displayed may be in a row differe...
xBrowse Cell ToolTip
Dear RAO, Thanks so much.. I did this: [code=fw:147s8yx8]<div class="fw" id="{CB}" style="font-family: monospace;"><br />...<br />with object oBrw<br />     :<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">2</span> <span style="color: #000000;">&#93;<...
xBrowse Cell ToolTip
This does not give you the correct result all the times. For example, the browse cursor is on 3rd row. The user hovers the mouse on 5th row. The tooltip is expected to show the information relating to the 5th row, but actually shows information relating to the 3rd row. Coding this bToolTip is really tricky. You need t...
xBrowse Cell ToolTip
[quote="nageswaragunupudi":167cddls]This does not give you the correct result all the times. For example, the browse cursor is on 3rd row. The user hovers the mouse on 5th row. The tooltip is expected to show the information relating to the 5th row, but actually shows information relating to the 3rd row. Coding this b...
xBrowse Cell ToolTip
Its rather easier when we browse arrays. 1. The selected row is nAt := oBrw:nArrayAt 2. Visible Row number of the selected row in the display is nRowSel := oBrw:nRowSel. 3. Visible Row number where the mouse is positioned is nToolTipRow := oBrw:MouseRowPos( nRow ) // nRow from the parameter to the code...
xBrowse Cell ToolTip
I tested just now. This code is working for me with arrays. [code=fw:xgewx0y8]<div class="fw" id="{CB}" style="font-family: monospace;">   oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">3</span> <span style="color: #000000;">&#93;</span>:<span sty...
xBrowse Cell ToolTip
This is the code for non-array browses. [code=fw:26a6xggv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> XbrDbfToolTip<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #00C800;">local</span> oDl...
xBrowse Cell ToolTip
Mr. Rao, I don't know, if it can be used, to display the complete Cell-text ? I would like to show the full path / name of a selected BMP without using HScroll. [img:1gji6iqb]http&#58;//pflegeplus&#46;com/pictures/xbrwtoolt1&#46;jpg[/img:1gji6iqb] ... ... [color=#0000FF:1gji6iqb]oBrw1:aCols[ 2 ]:nWidth := 70 oBrw1:...
xBrowse Cell ToolTip
Are you using array to browse?
xBrowse Cell ToolTip
Mr Uwe This is the suggested code: [code=fw:3glggkmi]<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;">"ord.ch"</span><br /><span styl...
xBrowse Cell ToolTip
Mr. Rao, Thank You very much for the Info. I agree with You. It is better, to show only 100 % working Solutions. [color=#008040:1ck5uyiu]Let us wait till the problem in xbrowse is resolved[/color:1ck5uyiu] In the meantime I found a Solution to display the Fileinfo. Because the Browser-preview is small, I use Col 4 ...
xBrowse Cell ToolTip
Frances/Rao, is this feature running smoothly now?
xBrowse Cell ToolTip
Dear Hua, Im using FWH12.05.. still not ideal.. maybe with newer FW version..
xBrowse Cell ToolTip
Thanks for the feedback Frances <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
xBrowse Cell-Bitmap-Adj. with METH. aCellCors(nRownCol) ?
Hello, I just started, to use graphics in xbrowse. As a substitute for brushes, i could create Bitmaps. But when i do this, the bitmap must be adjusted to the cell-size and the text has to be shown on top of the bitmap not right hand side. In the moment it looks like : [img:butsbyd7]http&#58;//www&#46;pflegeplus&#4...
xBrowse Cell-Bitmap-Adj. with METH. aCellCors(nRownCol) ?
Uwe, Your screenshot looks fine. What would you like to change in it ? To get the bitmaps expanded up to the cell borders ?
xBrowse Cell-Bitmap-Adj. with METH. aCellCors(nRownCol) ?
Antonio, Here is a better sample, what i mean. Today i had a look a the Update of 8.03 there i found a new METHOD aCellCors( nRow, nCol ). ( Returns > Top, Left, Bottom, Right of a cell. I think, with this information it could be possible, to fill the cell complete with a Brush / Bitmap ? [img:2n8yzovf]http&#58;/...
xBrowse Color
oBrw: nDataLines: = 2 oCol1: bStrData :={|| "línea de texto 1" + CRLF + "línea de texto 2"} Resultado de la xBrowse: TEXTO LA LÍNEA 1 TEXTO LÍNEA 2 Ahora tengo que hacer un color diferente para cada línea. Resultado de la xBrowse: TEXTO LA LÍNEA 1 TEXTO LÍNEA 2 gracias
xBrowse Color
Checa este hilo : <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=19153&p=100655&hilit=calendario#p100655">viewtopic.php?f=6&t=19153&p=100655&hilit=calendario#p100655</a><!-- l --> Saludos
xBrowse Color
Raimundo, gracias
xBrowse Color
Raimundo. El tema que usted ha indicado, su último mensaje, se muestra la pantalla. Muéstrame cómo la barra (de color naranja degradado) de la primera navegar (Mensual) Gracias
xBrowse Color
não laranja é amarelo e as cores tomar classe RibbonBar. Saludos
xBrowse Color a Column using HB_DECODE ( Rao )
Rao I am using some code from an old working program using xBrowse .. I have a defined column "Status" which maps back to a recordset field named FANSWER. Here is the code .. I want to color the "Status" ( oRsTrav:Fields("FANSWER"):Value ) column with either Red, Green or Yellow based on three possibilities .. [code...
xBrowse Color a Column using HB_DECODE ( Rao )
Please use FW_DECODE() instead of HB_DECODE() [code=fw:774o8n3c]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; oLbxB:<span style="color: #000000;">oCol</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Status"</span> <span style="color: #000000;">&#41;</span>:<span style...
xBrowse Color a Column using HB_DECODE ( Rao )
Rao Thank you .. your code worked perfectly .. Thank You VERY Much! Rick Lipkin
xBrowse Con DatePicker y TimePicker
Saludos/Regards Hoy les dejo otra contribucion para la xBrowse, uso de DatePicker y TimePicker en edicion de celdas. Other contribution for xbrowse class, use datepicker and timepicker in celledition Comenzamos/Start Este Link es un Exe si quieren probar antes de hacer cambios this link is EXE, if you want to try fi...
xBrowse Con DatePicker y TimePicker
Descubri un pequeño bugs en estos cambios, aqui esta la solucion... cambiar en function EditGetkeyDown buscar [code=fw:28keb8zp]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp; &nbsp; &nbsp; ::<span style="color: #000000;">PostEdit</span><span style="color: #000000;">&#40;</span><span style="c...
xBrowse Darstellg. => OemToAnsi ???
Hallo aus Essen, Bei Browser-Tools kann man normalerweise in die Darstellung von OemToAnsi wechseln. Um Daten darzustellen erzeuge ich nur einen Browser ohne Spalten-Definitionen : In den DB-Tools enthält das Quickbrowse-Modul folgenden Programm-Code : Gesucht wird : IF OemAnsi = .T. ..... Ändern von Get and Edit in ...
xBrowse Database fields
What method to be used to choose certain fields in certain order to browse using xbrowse. [code:2l34avcu] method browser&#40;&#41; local oDlg,oBrw,oMeter,oFont,oCol,nFor,oChild &#58;&#58;setOrder&#40;2&#41; &#58;&#58;gotop&#40;&#41; define font oFont name "Ms Sans Serif" size 0,-14 BOLD DEFINE DIALO...
xBrowse Database fields
Hello Ehab, maybe this can help you. <!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=8684">http://fivetechsoft.com/forums/viewtopic.php?t=8684</a><!-- m -->
xBrowse Database fields
No I mean to force fields from a database using code and fix (always) browse . Thanks
xBrowse Database fields
I don’t know if I understand you well. Do you mean you want selected fields of a dbf file not all and these in a certain order. Then you have to use not: oBrw:SetRDD() for nFor := 1 to ::Fcount() oBrw:aCols[ nFor ]:oDataFont := oFont next but for every field you want something like this: oBrw:nRowHeigh...
xBrowse Default Edit fields OverStrike vs Insert mode
Rao I know we have talked about this before, but to be compatible with Excel and many other Microsoft products, it would be nice if the Field edit would by default be in Insert Mode rather than over-strike. I just opened Excel and went to edit a cell and moved my cursor back a few characters and started typing and al...
xBrowse Default Edit fields OverStrike vs Insert mode
Personally I too prefer insert mode. But there is nothing like default for xbrowse-get or independent get. Get just follows the existing setting of insert mode set by programmer or user. So, please just use Set( _SET_INSERT, .t. ) and then all subsequent xbrowse-gets and independent gets work in insert mode.
xBrowse Default Edit fields OverStrike vs Insert mode
Rao I am just getting back to this topic and I approve of the Insert Behavoir, unfortunitly, the cursor is too fat. I have searched the forums and found several topics on this <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=21995&hilit=set+cursor">viewtopic.php?f=3&t=21...
xBrowse Default Edit fields OverStrike vs Insert mode
[code=fw:2c7pv9g2]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// testget3.prg Model.</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> main<span styl...
xBrowse Default Edit fields OverStrike vs Insert mode
Thank you for your code .. what I am trying to do is to make the insert block just a normal cursor line .. and the oHand Cursor does not effect that <!-- s:| --><img src="{SMILIES_PATH}/icon_neutral.gif" alt=":|" title="Neutral" /><!-- s:| --> Rick Lipkin [img:pqkjk9sf]http&#58;//i58&#46;tinypic&#46;com/bgz85d&#46;j...
xBrowse Default Edit fields OverStrike vs Insert mode
Mr Rick Please set TGet():lChangeCaret := .f. somewhere towards the beginning of your Main() function. You will see only the Thin Caret in all Gets whether in Insert Mode or OverWrite Mode.
xBrowse Default Edit fields OverStrike vs Insert mode
[url:3g7oqunc]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=27643&p=174440&hilit=lChangeCaret#p174440[/url:3g7oqunc]
xBrowse Default Edit fields OverStrike vs Insert mode
Rao This is an important topic for many developers .. a GREAT Solution! <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Thank You Rick Lipkin [code=fw:l1zgn4ku]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// replaces ...
xBrowse Design Mode...
Any sample to use DESIGN mode for xBrowse??
xBrowse Design Mode...
there is a application to xbrowse design mode on source\classes
xBrowse Design Mode...
Gagan, It is FWH/samples/xbrwgen.prg For Harbour users, this change is required in FWH/source/classes/xbrcode.prg line 1004: // cText[1] := cText[1] - 32 cText = Chr( Asc( Left( cText, 1 ) ) - 32 ) + SubStr( cText, 2 )