topic
stringlengths
1
63
text
stringlengths
1
577k
xBrowse TAB navigation wish
To All It would be nice if the TAB key would navigate through a row ( cell to cell ) much like the right arrow key .. I have been looking at xBrowse.prg .. if someone could tell me how to modify the navigation keys, I would be most grateful. Thanks Rick Lipkin
xBrowse TAB navigation wish
Rick, write your own method 'KeyDown()', like: [code=fw:18vpj16f]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">CLASS</span> ClTXBrowse <span style="color: #0000ff;">FROM</span> TXBrowse<br />   CLASSDATA lRegistered AS LOGICAL<br />   <span style="color: #00C800;">METHOD</spa...
xBrowse TAB navigation wish
Rick, Tab is a key that in Windows is used to change the focus to the next control. You can modify its behavior if you want to, but your app will not behave as a Windows app <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> In case you want to, simply assign oBrowse:bKeyDow...
xBrowse TAB navigation wish
Antonio The Tab key is ignored using the bKeyDown code block <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: --> .. However, I did add this code to the nKeyDown method in xBrowse and it works quite nicely... but I do not like modifying FWH code because it mak...
xBrowse TAB navigation wish
Subclassing xbrowse is the easiest of all. fwh\samples\xbrchild.prg explains how to subclass xbrowse.prg Once you have made your own subclass say TXBrowseRick, then at the beginning of your project SET XBROWSE TO TXBrowseRick() All xbrowse commands in your entire application will now refer to TXBrowseRick(). In cas...
xBrowse TAB navigation wish
Rao, Antonio Just to test the behavior of the tab key, I opened MS Excel 2003 and hi-lited the first cell and hit the tab key and the cursor moved to the right to the next cell just like using the right arrow key. The same behavior can be duplicated in Access as well .. Open a table and you can verify that tab navig...
xBrowse TAB navigation wish
Rick, I have reviewed Class TXBrowse, TControl and TWindow and there are several places in Method KeyDown() where we assume that VK_TAB is going to be used to switch focus between controls. If you can modify the method yourself, that would be the easier, or as Rao has pointed, you can always inherit a new Class from ...
xBrowse TAB navigation wish
Antonio Thank you for personally looking into this .. I appreciate all your help and advice. Rick Lipkin
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Rao Recently something has changed with xBrowse with the EDIT_GET block .. using :lTabLikeExcel := .t. .. when I put a price 69.95 in this block : [code=fw:eb8kvurn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//  Price</span><br />      oLbxB:<span style="color: #00000...
xBrowse TAB vs ENTER key EDIT_GET ( rao )
There is no change in xbrowse code. I am unable to comment because I do not know what is inside the postedit code. It is desirable and safer if we leave XBrowse to work with its own default codeblock for bOnPostEdit. If you write your own codeblock you should be able to resolve these complexities If we press Enter ke...
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Rao My code has not changed in years .. here is what is happening .. I tab thru the cells to the Price column .. I enter 69.95 as you see here [url=https&#58;//ibb&#46;co/iZkViQ:4k41zzcu][img:4k41zzcu]https&#58;//preview&#46;ibb&#46;co/c8xMq5/xBrowse1&#46;jpg[/img:4k41zzcu][/url:4k41zzcu] Then when I hit the TAB key...
xBrowse TAB vs ENTER key EDIT_GET ( rao )
What was the existing value before entering 69.95? The behavior of xbrowse is this: If you press Enter, you will see 69.95 If you press Tab, you will see the value existing already
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Rao This was a new row created by the function _AddNewRow() .. the value of Price was 0 before anyone traverses into the cell. Rick Lipkin [code=fw:2stvi5ch]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//----------------</span><br /><span style="color: #00C800;">Sta...
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Rao You were on the right track ... I added 0.00 ( decimal ) to Price in _AddNewRow() .... and now it WORKS !! Thanks for pointing me in the right direction .. Rick Lipkin
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Rao I just compiled your sample and changed the Salary to 69.95 and Tabbed thru the cell and your msginfo resolved 69.00 instead of 69.95... and the previous existing value decimal value was .00 At least we are able to re-create the tabbed behavior. Rick Lipkin [url=https&#58;//imgbb&#46;com/:hqvbolan][img:hqvbolan...
xBrowse TAB vs ENTER key EDIT_GET ( rao )
The best way is to test with as small program as possible I am testing with this program [code=fw:2i8bgcps]<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;">function</span> Ma...
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Rao Unfortunately adding 0.00 to Price in _AddNewRow() made NO difference ... I still get 69.00 when I trap the EDIT_GET code block value nP ... <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Rick Lipkin ps I just updated to FWH 1706 a few minutes ago
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Rao Any News ? Thanks Rick Lipkin
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Mr Rick I need some more time please
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Rao Hope you enjoyed the conference ... have you had a chance to re-examine this issue ? Thanks Rick Lipkin
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Rao Forgive me .. just wanted to keep this on your radar ... Thanks for your Help ! Rick Lipkin
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Sorry for the delay. Please locate static function EditGetkeyDown( Self, nKey ) in xbrowse.prg. In that function please locate the code [code=fw:2rzv0uhj]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">case</span> nKey == VK_RETURN</div>[/code:2rzv0uhj] Modi...
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Rao case nKey == VK_RETURN was found in two places 1) KeyChar() 2) EditGetKeyDown() I made the change in both places to case nKey == VK_RETURN .or. nKey == VK_TAB You modification WORKED !! Thank You VERY Much Rick Lipkin
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Do not change in KeyChar() EditGetKeyDown() is to be changed.
xBrowse TAB vs ENTER key EDIT_GET ( rao )
Rao I took out the mod in KeyChar() and left the mod in EditGetKeyDOwn() ... it WORKS ! Thanks Again! Rick Lipkin
xBrowse Table records with a subtree
Hi everyone; I'm interested on xbrowsing a table and then possibly show a subtree under each record. I should avoid reading the whole table into tree branches as the table may contain hundreds of thousands (if not millions) of records. The idea is to respond to a double click on a record by opening a subtree under i...
xBrowse Table records with a subtree
No ideas or is it a bad question? Reinaldo.
xBrowse Table records with a subtree
Reinaldo, See if \FWH\SAMPLES\XBRWDISK.PRG can help. Regards, Euclides
xBrowse Table records with a subtree
Euclides /All; Thank you for participating on this thread. The sample you make reference to, as well as any other I've seen so far, pre-builds the tree and subtree in memory. That, surely, will not work when you need to xbrowse a table with millions of records. Imagine, for example, that you have an xbrowse on t...
xBrowse Table records with a subtree
Reinaldo, is it something like this you want: I use here 2 xBrowse. Best regards, Otto [img:wc0k1jyl]http&#58;//www&#46;atzwanger-software&#46;com/fw/rao_notes&#46;jpg[/img:wc0k1jyl] [img:wc0k1jyl]http&#58;//www&#46;atzwanger-software&#46;com/fw/RAONOTES&#46;jpg[/img:wc0k1jyl] [img:wc0k1jyl]http&#58;//www&#46;atzw...
xBrowse Table records with a subtree
Otto; Hi. Instead of having two xbrowses, like in your picture, imagine that the info on the 2nd xbrowse shows only if you right click on the parent xbrowse line, and that the detail info shows on indented rows right underneath the parent row on the same xbrowse. Just like a tree on a single xbrowse. Speaking in "t...
xBrowse Table records with a subtree
Reinaldo, look at the right xBrowse in RAO notes. Here I use :bIndent := { ||20 + ( ::cAlias )->TREELEVEL * 20 } . With this it is easy to reach what you want. :bIndent block and original xBrowse is much more flexible . Please post a screen to demonstrate what exactly you want. Best regards,
xBrowse Table records with a subtree
Sure. Here is a screen shot. [img:3hogwne3]http&#58;//ssfl&#46;dynalias&#46;com/temp_files/remittances_screen_shot&#46;png[/img:3hogwne3] I thought it would be easier to see and appreciate; ---have a large master table on an xbrowse, at some keyboard or mouse action, let the detailed child transactions open-up and...
xBrowse Table records with a subtree
Reinaldo, Can’t you insert a field in your database “ShowonTree” . When browsing you show only these fields with true. Then on click you search for the releted products what you call in you post subtree open the database again and set “ShowonTree” to true. The refresh() method of xBrowse does the rest. With <!--...
xBrowse Table records with a subtree
Otto /Everyone; hummm, I'm afraid I haven't done a good job at exposing how a tree on an xbrowse works. Surely no one on the forum is getting what I've been trying to explain. I will try to do better on a new thread. Thank you very much Reinaldo.
xBrowse Text editing wish list
To All Is there a way to modify xBrowse to do two things .. 1- On EDIT_GET to have the cursor move to position 0 or to the beginning of the text field 2 - Instead of overstrike when editing the text .. have the text insert turned on .. that way when you make a change to the field .. you do not over write the text .. ...
xBrowse Text editing wish list
Rick: For your second question, I use this code with TSBrowse, perhaps it can help you with TXBrowse on EDIT method. [code=fw:1lcuhtod]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">aColumns</span><span style="color: #000000;">&#91;</span> <span style="color: #00000...
xBrowse Text editing wish list
Armando Thank you for your suggestion .. there does not appear to be a prepostget code block in xBrowse unless I have just missed it ? I am still trying to come up with a solution and will share it when I get an answer. Rick Lipkin
xBrowse Text editing wish list
Rick: Perhaps in ONPREVEDIT Method, [code=fw:2ctnstlm]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">aColumns</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span>:<span style="color: #00000...
xBrowse Text editing wish list
Armando Thank you once again .. no such code block bOnPrevEdit exists in xBrowse <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Rick
xBrowse Text editing wish list
oCol:bOnPreEdit
xBrowse Text editing wish list
Rao and Armando Thank you both for your answers .. here is the solution to the long edit string using the bOnPreEdit code block. This takes the cursor to position 0. Rick Lipkin [code=fw:2rnc1ky4]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oLbxB:<span style="color: #000000;">aCols</span><span sty...
xBrowse ToExcel formulado con FormulaR1C1
Tengo problemas con el método FormulaR1C1 No calcula la formula. En la celda de excel aparace #¿NOMBRE? teniendo la celda la formula =SUBTOTALES(9;R2C11:R3C11) Lo que tendría que hacer es sumar de la columna k fila 2 a la columna k fila 3 La columna k es la 11 por lo que la formulación es correcta pero excel no lo in...
xBrowse ToExcel formulado con FormulaR1C1
ToExcel() method is fully tested and working well in English installations, but not well tested on other language installations. From your posting it appears R1C1 style is not working well in some installations. With the corrections you made already, ToExcel() should work correctly if the total columns are not more th...
xBrowse ToExcel formulado con FormulaR1C1
nageswaragunupudi, Con ese cambio, funciona correctamente.
xBrowse Tooltip
All,Is there any way to show a tooltip when the mouse is over a particular cell?Thanks,Randal
xBrowse Tooltip
Randal,With xbrowse, you can set a tooltip for each column, but it will be shown when the mouse is over the column header.Are you looking to show a tooltip when the mouse is over a cell ? oBrw:ShowToolTip( nRow, nCol, cToolTipText) could be used
xBrowse Tooltip
Antonio,Yes, I want to show a tooltip when the mouse is over a cell. How do I get the values for nRow, nCol?Thanks,Randal[quote="Antonio Linares":1msys745]Randal, With xbrowse, you can set a tooltip for each column, but it will be shown when the mouse is over the column header. Are you looking to show a tooltip when...
xBrowse Tooltip
this change for fw 8.10 i dont know it work for other versionnew DATA into CLASS TXBrwColumn[b:33kjg9z6]DATA bToolTip // codeblock to be evaluated for each columns after header[/b:33kjg9z6]add new local variable and change this lines in METHOD MouseMove( nRow, nCol, nKeyFlags ) CLASS TXBrowse[b:33kjg9z6]local cTxt [/b:...
xBrowse Trap Down Arrow key
To All I am trying to trap the down arrow key in an xBrowse .. and this does not work oLbxB:bKeyDown := { |nKey| MsgInfo(nKey) } It traps 'Enter', "Insert' .. any ideas ? Thanks Rick Lipkin
xBrowse Trap Down Arrow key
XBrowse does not allow this. You need to write your own KeyDown() method and override and have a derived class.
xBrowse Trap Down Arrow key
Hi Rick. Do you resolved it? Can share your solution? Best regards.
xBrowse Trap Down Arrow key
I faced this problem this days and solved using bChange. EMG
xBrowse Trap Down Arrow key
Enrico. Can you post a litle sample? Thanks
xBrowse Trap Down Arrow key
Here it is: [code=fw:39cet7yg]<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;">&#40;</span><span style="color: #00000...
xBrowse Trap Down Arrow key
Great! Enrico. Thanks
xBrowse Trap Down Arrow key
Francisco Enrico's solution is much better than mine .. I actually modified the xBrowse.prg code .. Rick Lipkin
xBrowse Trap Down Arrow key
Rick. Got it. Thanks for your kindly.
xBrowse Tree (SKIPPER) urgent help
Dear All, Dear Mr. RAO, How can I filter oTree of xbrowse... say the tree has text = 'FIVEWIN' and I want all tree item with 'FIVEWIN' text only.. How can I show that on already processed tree? Kind Regards, Frances
xBrowse Tree (SKIPPER) urgent help
Dear All, MR. RAO, Maybe a skipper to :bSkip ?? skip when <!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o -->TreeItem:Cargo <> cCondition? Anyone with sample? Kind Regards, Frances
xBrowse Tree (SKIPPER) urgent help
Dear Mr. Antonio, Can you help for xbrowse:otree skipper or xbrowse skipper to check if <!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o -->treeitem:cargo == condition? Kind regards, Frances
xBrowse Tree (SKIPPER) urgent help
How about just filtering the database and redisplaying the tree? Regards, James
xBrowse Tree (SKIPPER) urgent help
[quote="James Bott":2cj9rtqf]How about just filtering the database and redisplaying the tree? Regards, James[/quote:2cj9rtqf] Hello Mr. James, I tried that but if user chooses to search for certain 'string' on ::otreeitem:cargo or on the otree .. the tree created was rubbish... it doesnt meet criteria. Better if g...
xBrowse Tree (SKIPPER) urgent help
Frances, >I tried that but if user chooses to search for certain 'string' on ::otreeitem:cargo or on the otree .. the tree created was rubbish... it doesnt meet criteria. Well, I have to wonder, if filtering the database didn't work, then how is using bSkip going to solve the problem? I think perhaps that your filter...
xBrowse Tree (SKIPPER) urgent help
[quote="James Bott":2dey1zwa]Frances, >I tried that but if user chooses to search for certain 'string' on ::otreeitem:cargo or on the otree .. the tree created was rubbish... it doesnt meet criteria. Well, I have to wonder, if filtering the database didn't work, then how is using bSkip going to solve the problem? I t...
xBrowse Tree (SKIPPER) urgent help
Dear Mr. James, Here's the xBrowse tree I wish to re-filter or by :bskip with condition [img:y7sp31bx]http&#58;//i208&#46;photobucket&#46;com/albums/bb82/fraxzi/COA&#46;png[/img:y7sp31bx] Say... I want to see items with only string 'Telephone'... user should only see items with that string.. 'Telephone'. Kind ...
xBrowse Tree (SKIPPER) urgent help
Frances, OK, I have not used xbrowse as a tree before so I don't have any knowledge of how it works. I am guessing that (for your example) you just want to see the three lines in the first column that contain "telephone?" If so, it seem like you just need a simple two column display for that. Or, did you want to disp...
xBrowse Tree (SKIPPER) urgent help
Dear Mr. James, If user search for string like 'Telephone' it doesn't matter if headings are shown as long as the searched string displays (ONLY) and go back to normal tree when skip up or skip down much like of incremental search.. Kind regards, Frances
xBrowse Tree (SKIPPER) urgent help
Francis, Well, I think you just need to do a filter something like this: set filter to upper( cKeyword) $ upper( [fieldname] ) Where [fieldname] is replaced by the fieldname you wish to search. Regards, James
xBrowse Tree (SKIPPER) urgent help
Dear Mr. James, Thanks for all your inputs... I trashed the Idea on filtering already processed xBrowse oTree.. seems skipper is not easy.. I need to deploy this app today. What I did is to dump or export the xBrowse oTree to temporary dbf file.. and use that file as the xbrowse... looks like tree. From there i can...
xBrowse Tree (SKIPPER) urgent help
[quote="fraxzi":2mpq7e6s]Dear Mr. Antonio, Can you help for xbrowse:otree skipper or xbrowse skipper to check if <!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o -->treeitem:cargo == condition? Kind regards, Frances[/quote:2mpq7e6s] It is not impossible to change LinkL...
xBrowse Tree (SKIPPER) urgent help
Dear Mr. RAO, Thank you for your explanation. It seems the only solution is workable. Kind Regards, Frances
xBrowse Tree Drag and Drop
Dear Mr. RAO I have an xBrowse Tree as shown here: [img:iz8ynj2h]http&#58;//i208&#46;photobucket&#46;com/albums/bb82/fraxzi/xBrowseTreeDragDrop&#46;png[/img:iz8ynj2h] How can I drag and drop a particular item to sub-tree item?
xBrowse Tree Drag and Drop
Up..
xBrowse Tree de 3 niveles
Saludos, Alguien que tenga un ejemplo de un tree con xbrowse desde un array para tres niveles ej. [code=fw:1pfckroj]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> A<br /> |-- |--A1<br /> |   |   |--A11<br /> |   |   |--A12<br /> |   |--A2<br /> |       |--A21<br /> |       |--A22<br /> B<br /> |-- |...
xBrowse Tree de 3 niveles
See this post <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=23029#p123328">viewtopic.php?f=3&t=23029#p123328</a><!-- l --> Regards Anser
xBrowse Tree de 3 niveles
Thanks,..... Very Good
xBrowse Tree with Checkbox
Dear All, Anyone has this created Tree with xbrowse with checkbox on tree item? Kind Regards, Frances
xBrowse Tree with Checkbox
Using ADD TO oBrw, add a column with appropriate logical expression as DATA and use method oCol:SetCheck()
xBrowse Tree with Checkbox
[quote="nageswaragunupudi":18w5fn4c]Using ADD TO oBrw, add a column with appropriate logical expression as DATA and use method oCol:SetCheck()[/quote:18w5fn4c] Dear Mr. RAO, That is what I have right now... I mean the checkbox integrated with oTreeitem... as image? Kind Regards, Frances
xBrowse Tree with Checkbox
Do you want it as a bitmap inside the column displaying treeitem:cPrompt ? In that case, add bmpdata to oBrw:aCols[ 1 ] and add bitmaps to this column
xBrowse Tree with Checkbox
[quote="nageswaragunupudi":kquzuub3]Do you want it as a bitmap inside the column displaying treeitem:cPrompt ? In that case, add bmpdata to oBrw:aCols[ 1 ] and add bitmaps to this column[/quote:kquzuub3] Dear Mr. RAO, Thank you for your reply.. This is my situation.. Here's the screenshoot of what I have right now....
xBrowse Tree with Checkbox
You may need two bitmaps ( selected and unselected ) for the last level. Once you add bitmaps, it is a matter of changing the bBmpData of the first column. You may copy the original codeblock from the settree method and suitably modify it. Still I personally feel that it may not look good aesthetically. My personal pr...
xBrowse Treeview drag&drop
Is it possible to have drag&drop inside a xBrowse with Treeview. Thanks in advance Otto
xBrowse Treeview drag&drop
Should be possible the same way.
xBrowse Treeview drag&drop
Hello Mr. Rao, I didn‘t found a way how to handle the index once for the group and once for the row. I would like to order the treeitems with the mouse also to make a child a parent or a parent a child. Would you be so kind to help on that. Thanks in advance Otto
xBrowse Treeview drag&drop
Mr Otto Our main first issue is why the drag is not working in xbrowse. May be we are missing something. I understand your requirement. Not very easy, but that can be done. I shall work out and post some functions with which you can get the functionality you want
xBrowse Treeview drag&drop
Dear Mr. Rao, I would need drag&drop + treeview for a DMS system. May I ask if you had had time to have a closer look into xBrowser if this could be done? Thanks in advance Otto
xBrowse Treeview drag&drop
Drag and drop in xbrowse works from FWH 9.11 onwards. Even in some earlier versions, this should work if Kinetic scrolling is disabled.
xBrowse VScroll from Resource doesn't work without HScroll ?
Hello, testing the same Controls from Code and Resources, I noticed a problem in xBrowse with [color=#FF0000:2vt6ts6g]VScroll from RESOURCE.[/color:2vt6ts6g] From Code with [color=#FF0000:2vt6ts6g]NO HScroll[/color:2vt6ts6g], NO Problems [img:2vt6ts6g]http&#58;//www&#46;pflegeplus&#46;com/pictures/xbr1&#46;jpg[/img:...
xBrowse VScroll from Resource doesn't work without HScroll ?
Mr Uwe When using resources, we also need to set lVScroll and lHScroll to .t. or .f. depending on whether the resource has VSCROLL / HSCROLL. Have you considered this aspect please?
xBrowse VScroll from Resource doesn't work without HScroll ?
Mr. Rao, Thank You very much. Yes, tested and works. oBrw:lVScroll := .T. [color=#FF0000:xxp4w8ll]oBrw:lHScroll := .F.[/color:xxp4w8ll] Both must be defined using Resources, even with NO visible HScroll inside the Resource. Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="La...
xBrowse VScroll from Resource doesn't work without HScroll ?
[quote:fg7sjcm3]oBrw:lVScroll := .T. oBrw:lHScroll := .F. Both must be defined using Resources, even with NO visible HScroll inside the Resource. [/quote:fg7sjcm3] Yes. Assignments to lVScroll and lHScroll in the code should match the style of the resource.
xBrowse W7 vs WinXP
Buenas tardes, Se renovó una de las pc en las que trabaja mi sistema. Está nueva pc tiene Win7 y el resto WinXP. Además de la cuestión que planteó Aida del color en los tooltips, tengo una cuestión más importante (por lo menos para mí) que es sobre el color de fondo que toma la celda que estaba activa en un xBrowse c...
xBrowse W7 vs WinXP
Hola, Rolando. En mi red casera tengo 1 equipo con XP y otro con W7. Los xbrowse me trabajan igual. Te dejo aqui mi codigo: (no se si lo harás igual) [code=fw:1jw48djo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">local</span> aGradBarSelFocus:= <span style="color: #000000;">...
xBrowse W7 vs WinXP
Gracias Francisco. No usaba :bClrSel, siempre dejé los colores de fondo y tinta por defecto. Ahora lo implementé y, como dices, funciona bien en ambos Win. Rolando <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
xBrowse With DatePicker & 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 With DatePicker & TimePicker
Hello Daniel, thank you. I will make the changes this evening. Regards, Otto
xBrowse With DatePicker & TimePicker
Hello Daniel, thank you very much. These are really useful features. One question: Is there a reason why you must commit a change made with the mouse with the enter key? Thanks again, Otto
xBrowse With DatePicker & TimePicker
thank otto for feedback [quote:1klpynpc]One question: Is there a reason why you must commit a change made with the mouse with the enter key?[/quote:1klpynpc] no for me, is xbrowse, when you do edit any cell, it never commit the change with mouse only enter key