topic
stringlengths
1
63
text
stringlengths
1
577k
xbrowse -Unselect line
Other way: oBrw:nMarqueeStyle := 0
xbrowse -Unselect line
Francisco; Thanks for your reply. If I understand correctly, I'm afraid this won't work. The problem is a bit more complicated. The xbrowse is displayed so that the user may pick multiple lines. They achieve this by clicking on the record while pressing cntrl. But the problem is that the first record is already ...
xbrowse -Unselect line
I see now. But users can select the first line they want, by clicking without pressing ctrl, and then to do click on the next record while pressing ctrl. I know ... customer is always right. On the other hand, I think it's interesting that you post. I'll do some tests, and if I get something positive, I'll let you k...
xbrowse -Unselect line
Francisco; Yes. You are correct. The user may click on any other line, and that removes the 1st record from aSelection. But, most times my users don't want any record selected. My previous xbrowse does NOT autoselects a record when nMarqueeStyle = 5. It makes no sense to auto-select a row when you are showing a...
xbrowse -Unselect line
Reinaldo, test this code, please. oBrw2:CreateFromResource(181) oBrw2:SetRDD() [b:3qyodq1c] oBrw2:bKeyDown := { |nKey| if(oBrw2:nMarqueeStyle==0,oBrw2:nMarqueeStyle := MARQSTYLE_HIGHLROWMS,) }[/b:3qyodq1c] ... ACTIVATE DIALOG oDlg CENTERED ; [b:3qyodq1c] ON INIT ( if(oBrw2:nMarqueeStyle == MARQSTYLE_HIGH...
xbrowse -Unselect line
[quote="reinaldocrespo":17laqpd3]Hi. Is there a way to open an xbrowsed array with NO record selected? Thank you, Reinaldo.[/quote:17laqpd3] I can think of this workaround for the time being: [code=fw:17laqpd3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">ACTIVATE</span> <s...
xbrowse -Unselect line
Modification to XBrowse: Please locate these three lines in the METHOD Adjust() of XBrowse calss: [code=fw:uqatuwsw]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; <span style="color: #00C800;">if</span> ::<span style="color: #000000;">nMarqueeStyle</span> == MARQSTYLE_HIGHLROWMS<br />&nbsp; &nbsp; &...
xbrowse -get date - resolved
Nages, here not run ok I have an array ( aItems) [code=fw:s9qgni08]<div class="fw" id="{CB}" style="font-family: monospace;"> <br />@ <span style="color: #000000;">120</span>, <span style="color: #000000;">02</span> <span style="color: #0000ff;">XBROWSE</span>  oBrowse <span style="color: #0000ff;">OF</span> oFold...
xbrowse -get date - resolved
to inser on a column a calenda I made WITH OBJECT oBrowse:aCols[ 7] :AddBitmap( "INVOICE_CALENDARIO") :nBtnBmp := 1 :lBtnTransparent := .t. * :lBmpStretch := .f. :nwidth := 120 :nDataStrAlign := AL_CENTER :nHeadStrAlign := AL_CEN...
xbrowse -get date - resolved
[code=fw:1x0bm1gc]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br />REQUEST DBFCDX<br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color:...
xbrowse -get date - resolved
Sorry, now t it run ok , there was also the oldest datepick compiled!!!! only i have no transparent bitmap also tried with pngs
xbrowse / ADS failure
In another thread, we identified there is still a continuing problem with xBrowse and ADS. When we open a browse and the dbf does not have an index opened, when going towards the end of the file, the pointer has an error. We have shown this consistently and it has also been previously reported by at least one other p...
xbrowse / ADS failure
All these navigation problems xbrowse already decided to put runs on TADs class, The Linear Sr could study and add in xBrowse class. In xbrowse.prg method SetRdd() change: [code=fw:34hlbck6]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #00C800;">If</span> <span style="color: #0...
xbrowse / ADS failure
I appreciate the alternative, but I really think the most appropriate solution is to get a fix for the bug ! Antonio ? Did you receive a response to your inquiries ? The problem does not exist with xHarbour ( .com ) builds, or DBFCDX, only ADS with Harbour ... so surely we can get the error fixed.
xbrowse / ADS failure
Tim, Could you prepare a small and self contained example without using FWH that reproduces the error ?
xbrowse / ADS failure
Antonio, This has been discussed in another thread, and Rao identified the exact lines in the xBrowse code that creates the error. In addition, others had the exact same result. He indicated he knew what was causing the error, but then the topic was never resolved. [quote:19v8hfyt]Thanks for testing. From the resul...
xbrowse / ADS failure
We need Rao help on this
xbrowse / ADS failure
Did you get in touch with him ?
xbrowse / ADS failure
Mr Tim I'll get back on this very soon
xbrowse / ADS failure
Resolved in FWH 15.10 Please see <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31485&p=184767#p184767">viewtopic.php?f=3&t=31485&p=184767#p184767</a><!-- l -->
xbrowse / problemas con checkbox
Buenos dias, Tengo un array con uno de los campos declarados como logico. a:= { { "","",0, .f.}} al arrancar el programa me lo muestra bien como lo defino aca: [code=fw:3ms5212u]<div class="fw" id="{CB}" style="font-family: monospace;">    WITH OBJECT :<span style="color: #000000;">acols</span><span style="color: #00...
xbrowse / problemas con checkbox
Hola Probaste con: [code=fw:2glc7wm2]<div class="fw" id="{CB}" style="font-family: monospace;">:<span style="color: #000000;">bStrData</span>   := <span style="color: #000000;">&#123;</span>|| <span style="color: #ff0000;">""</span> <span style="color: #000000;">&#125;</span></div>[/code:2glc7wm2]
xbrowse / problemas con checkbox
[quote="MarioG":3lgv6dcp]Hola Probaste con: [code=fw:3lgv6dcp]<div class="fw" id="{CB}" style="font-family: monospace;">:<span style="color: #000000;">bStrData</span>   := <span style="color: #000000;">&#123;</span>|| <span style="color: #ff0000;">""</span> <span style="color: #000000;">&#125;</span></div>[/code:3lgv6...
xbrowse / problemas con checkbox
Please do not change the array with oBrw:SetArray( aNewArray ) Change the array like this: [code=fw:ly97cvpq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">aArrayData</span> := aNewArray<br />oBrw:<span style="color: #0000ff;">Refresh</span><span style="color: #0000...
xbrowse / problemas con checkbox
hola. Tampoco me funciono de esa forma.
xbrowse / problemas con checkbox
Gracias por tu información me ha sido de mucha ayuda
xbrowse 2010/12
Hi, The xbrowse class from 2010/12 refers to a TMySqlQuery WSeekplus method. Where can I find this? Thanks, Alex
xbrowse 2010/12
I have never used TMySql personally. But I know that XBrowse uses :WSeekPlus method. This is there since many versions of FWH. I also did not find this method in the TMySql class of either Harbour or xHarbour. I understand there are different versions of TMySql that are available and original contributor of this me...
xbrowse 2010/12
Hi, I don't find any tmysql.prg or lib, anyone an idea what or where it is?
xbrowse 2010/12
According to my notes: You can download TMySQL library from <!-- m --><a class="postlink" href="http://wmormar.blogspot.com/">http://wmormar.blogspot.com/</a><!-- m --> Regards, James
xbrowse 2010/12
Hello you can find a tmysql inside contrib [x]Harbour folder Harbour contrib\hbmysql xHarbour contrib\mysql
xbrowse : Keydown()
Hello, In mine aplication , i have : oBrw:bkeyDown := {||....} So , i try to trigger an action for nkey 32 or 13 The problem is that in method keydown , this action is executed twice : [code:17rxjvyv] METHOD KeyDown&#40; nKey, nFlags &#41; CLASS TXBrowse if &#58;&#58;bKeyDown != nil Eval&#40; &#58;&#58;b...
xbrowse : Keydown()
I am sorry , but i saw : * Fix: Class TXBrowse Method KeyDown() was evaluating bKeyDown twice. Now it is ok. How is the method changed ? Frank
xbrowse : Keydown()
Frank, Please remove these three lines: [code:30szy9kr] if &#58;&#58;bKeyDown != nil Eval&#40; &#58;&#58;bKeyDown, nKey, nFlags &#41; endif [/code:30szy9kr]
xbrowse : Order column with color
Hello,Working with xbrowse , i try to give the column with order (ocol:corder is 'A' or 'D') a color to make it more visible.[code:3rrtfjkv] #include "FiveWin&#46;ch" #include "xbrowse&#46;ch" #define CLR_1 nRGB&#40; 190, 215, 190 &#41; #define CLR_2 nRGB&#40; 230, 230, 230 &#41; function Main&#40;&#41; local oDlg, ...
xbrowse : Order column with color
Hello Frank,To show the active indexed Column, I only changed the Header-color ( also you can show a symbol ),because inside the data, there can be a cell-color change.With this solution, you can change the col-position without problems.If you need a sample, i can make a copy of the application-xbrowse-partbelongs to t...
xbrowse : Order column with color
[quote="ukoenig":3u3u2iey]Hello Frank, To show the active indexed Column, I only changed the Header-color ( also you can show a symbol ), because inside the data, there can be a cell-color change. With this solution, you can change the col-position without problems. If you need a sample, i can make a copy of the appl...
xbrowse : Order column with color
Hello Frank,I got your source and will check it with a sample of mine.RegardsUwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
xbrowse : Order column with color
Hello Frank, the promised source. Because it is possible to change the Col-position, you have to find the new position with < oBrw:nAt >for the col-painting and action. How it works : You can click on the Data and the Col changes the color. Inside the function : PAINT_COL(oBrw, nPos), You can define any action ( Changi...
xbrowse : Order column with color
Uwe ,Ok , it is an intresting example how to change a column color on clicking on the data. It works also when columns are moved. But mine goal is to give in a array (AUTOSORT , incrimental search) the order column (oCol:cOrder = 'A' or 'D') a color , trying to use :[code:xtnvurcr] FOR EACH oCol IN oBrw&#58;aCols oCo...
xbrowse : Order column with color Partialy solved
Hello,Sorry , i did not had the intention to start a new thread , see also the previous one[code:2qo1scdv] #include "FiveWin&#46;ch" #include "xbrowse&#46;ch" #define CLR_1 nRGB&#40; 190, 215, 190 &#41; #define CLR_2 nRGB&#40; 230, 230, 230 &#41; function Main&#40;&#41; local oDlg, oBrw , oCol DEFINE DIALOG oDlg SIZE 3...
xbrowse : Order column with color Partialy solved
Hello Frank,I wanted to compile your sample, but there are errors.I couldn't test it ( FWH 8.09 ).[code:3toreypl] Error occurred at&#58; 11/02/08, 12&#58;42&#58;13 Error description&#58; Error BASE/1084 Argument error&#58; / Args&#58; &#91; 1&#93; = N 82 &#91; 2&#93; = U Stack Calls =======...
xbrowse : Order column with color Partialy solved
Uwe ,I am using fwh8.10 , and indeed there where changes in the code from xbrowse , as a result from some errors i reported.You can follow up the discussion between me and antonio in the forum , but i suppose only one change must be made in xbrowse , method refresh :if nKeyNo >= ::nLen .and. ::nLen > 1 .AND. ::lCreat...
xbrowse : Preventing hScrolling
HelloI have a xbrowse , the browse fit the area which is defined in the rc-file (all columns are visible)Navigating with right arrow , and reaching the last column , the browse scrolls horizontal to left , creating a blanco column to the right. The fist column becomes not visibleCan it be prevented ? oBrw:lHscroll is ....
xbrowse : Preventing hScrolling
Demont:Try withoBrw:nFreeze := LastColumnVisibleNumberRegards
xbrowse : Preventing hScrolling
Frank,Have you tested it with FWH 8.05 ?It should work fine.
xbrowse : SeekOnArray
Hello, When in a array autosort is on (incrimental search !) and two colums(search column) are swapped nAt := Ascan( aData, {|v| Upper( cValToChar( v[ nFor ] ) ) = cSeek } ) must be changed in : nAt := Ascan( aData, {|v| Upper( cValToChar( v[ aCols[ nFor ]:nCreationOrder ] ) ) = cSeek } ) Frank
xbrowse : SeekOnArray
Frank, Fixed. Thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
xbrowse : bchange is executed twice in lButtondown
Hello,I have a problem with wbrose , using bChangeIn this version bChange is executed twice , after linking in i can see that bChange is executed in lButtondown 1) on line 2645if nRowPos > 0 ::Skip( nRowPos - ::nRowSel ) // Eval( ::bSkip, nRowPos - ::nRowSel ) ::nRowSel := nRowPos ::Change( .t. ) <--------...
xbrowse : bchange is executed twice in lButtondown
Frank,It is simpler if we remove the call to ::Change( .t. ) from line 2669 as it is already called from line 2645.Thanks for your feedback! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
xbrowse : bchange is executed twice in lButtondown
[quote="Antonio Linares":1y470i5x]Frank, It is simpler if we remove the call to ::Change( .t. ) from line 2669 as it is already called from line 2645. Thanks for your feedback! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:1y470i5x]What if NOT nRowpos > 0 ? Chang...
xbrowse : bchange is executed twice in lButtondown
Will this be okay?[code:11p83k6k] if nRowPos > 0 &#46;and&#46; nRowPos != &#58;&#58;nRowSel &#58;&#58;Skip&#40; nRowPos - &#58;&#58;nRowSel &#41; &#58;&#58;nRowSel &#58;= nRowPos if nColPos > 0 &#58;&#58;nColSel &#58;= nColPos endif &#58;&#58;Change&#40; &#46;t&#46; &#41; else if nColPos > 0 &...
xbrowse : bchange is executed twice in lButtondown
nRowPos is only zero for the header, and the header will not change for skipping records.So IMO it is fine if we simply remove the extra call to ::Change(). Unless I am missing something <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
xbrowse : enhancement inline editing
Hello,Using the in line editing possibility's from fw , i see some problems :1) In all mine dialog's i use a self made comboclass (xbrowse , btnget)In xbrowse i have to use the fwh combo class . Only get and listbox are possible NO CHECKBOX ,BTNGET , DTEPICKER , BUTTON .........2) bWhen ???????3) Editing one cell , thi...
xbrowse : enhancement inline editing
Frank,Will you be so kind to publish your code here ? many thanksAlso a download url for a working EXE would be of a great help. Thanks!
xbrowse : enhancement inline editing
XBROWSE : INLINE EDITING1) For each column which must be edited , add this control to your dialog with the same syntax from the other controls oCol:bOnPostEdit can be set. If not it receives a default value (only browse is updated) Can also be set with SetPostEdit(oBrw,Arrayindex,Fieldindex) In your browse add a ...
xbrowse : enhancement inline editing
Frank,I think most users expect browses to work like a spreadsheet and there is no concept of having to check a checkbox to get the data updated. Most users are going to be very confused by this.James
xbrowse : enhancement inline editing
James,For me is a row in a table a record. Editing it in a dialog we Lock the record , or append it Edit all the fields , with all kinds off controls , navigating with TAB or ENTER A ok button accepts the data , inviting the user to check before , writes the data and unlock . Escape should eliminate the ch...
xbrowse : enhancement inline editing
Frank,>For me is a row in a table a record. Editing it in a dialog we >Lock the record , or append it >Edit all the fields , with all kinds off controls , navigating with TAB or >ENTER >A ok button accepts the data , inviting the user to check before , writes >the data and unlock . Escape should eliminate the changes f...
xbrowse : enhancement inline editing
I provided a download link at : <!-- m --><a class="postlink" href="http://rapidshare.com/files/115712013/ROWEDIT.ZIP.html">http://rapidshare.com/files/115712013/ROWEDIT.ZIP.html</a><!-- m -->Frank
xbrowse : ocol:bEditWhen
Hello, I try to use oCol:bEditWhen with oCol:nEditType := EDIT_BUTTON This works when in the cell to edit (editing not allowed) ENTER is pressed or Double clicked with the mouse IT IS NOT WORKING WHEN THE CELL BUTTON IS CLICKED !!!! FWH8.10 I can solve this , by dinamically setting nEditType to 0 or EDIT_BUTTON ...
xbrowse : ocol:bEditWhen
Frank, This may help: [code:s85exv9r] oBrw&#58;bLClicked &#58;= { | nRow, nCol | oBrw&#58;LDblClick( nRow, nCol ) } [/code:s85exv9r]
xbrowse : sporadic error
Hello, In a intensive used aplication i got sporadic (4 errors in 2 years) , at line 396 : METHOD ColAtPos( nPos ) INLINE ::aCols[ ::aDisplay[ MinMax( If( nPos == nil, 1, nPos ), 1, Len( ::aDisplay ) ) ] ] With : #xtranslate MinMax( <xValue>, <nMin>, <nMax> ) => ; Min( Max( <xValue>, <nMin> ), <nMax> ) The ...
xbrowse : sporadic error
I do get it very often: It is not a hardware problem. It happens randomly when painting xBrowse. [code=fw:134khs8m]<div class="fw" id="{CB}" style="font-family: monospace;">  Error description: <span style="color: #000000;">Error</span> BASE/<span style="color: #000000;">1132</span>  Bound error: <span style="color:...
xbrowse : sporadic error
Demont, Please try it this way: METHOD ColAtPos( nPos ) INLINE ::aCols[ ::aDisplay[ MinMax( If( nPos == nil, 1, nPos ), 1, [color=#FF0000:12ngh4rh]Max[/color:12ngh4rh]( Len( ::aDisplay ), 1 ) ) ] ]
xbrowse : sporadic error
Antonio, /* METHOD ColAtPos( nPos ) INLINE ::aCols[ ::aDisplay[ MinMax( If( nPos == nil, 1, nPos ), 1, Max( Len( ::aDisplay ), 1 ) ) ] ] */ I don't believe it will solve the problem , the real problem is that for some reason ::aDisplay is empty. With this corection we have ::aDisplay[1] , it should also give a error....
xbrowse : sporadic error
[quote:30orspkk]I don't believe it will solve the problem , the real problem is that for some reason ::aDisplay is empty. [/quote:30orspkk] Yes. This is the real reason. One case was resolved recently. When HScroll bar is moved in a single column browse, this was happening. This was fixed. We need to see under what ot...
xbrowse : sporadic error
With version 8.10 i got nearly the same callist. I do not understand this callist . Simulating this error , we got the error when the dialog is build , but the list is longer , the first 7 items : original error list : Called from: \MCLS\HENWIN8.10\fwh8.10\changed\ChangedSource\xbrowse.prg => (b)TXBROWSE:TXBROWS...
xbrowse : sporadic error
See also mine previous post. The program uses obrw:bGotfocus. oBrw:bGotFocus := { ||TestHid(oBrw,oCol) , .......} PROC TestHid(oBrw,oCol) STATIC n := 0 IF n > 0 // prevent error when the dialog is created FOR EACH oCol IN oBrw:aCols oCol:Hide() NEXT END n++ RETURN I got exact the same error list...
xbrowse : sporadic error
#1. You should never hide all columns. Atleast one column should be visible. #2. When there is only one column in the browse, using horizontal scroll bar was resulting in this error. This is fixed in the latest version. For previous versions, the work around was not to have HScroll bar when there is only one column in...
xbrowse : sporadic error
Nages , I try to simulate the same error list from mine user. I have no intention to hide all the columns in a browse Frank [quote="nageswaragunupudi":79tsu031]#1. You should never hide all columns. Atleast one column should be visible. #2. When there is only one column in the browse, using horizontal scroll bar wa...
xbrowse : sporadic error
[quote:1pzd2r8a]Nages , I try to simulate the same error list from mine user. I have no intention to hide all the columns in a browse Frank [/quote:1pzd2r8a] I understand and appreciate. This also means that we need to take care of a situation where the user by himself hides all columns. We need to protect this eit...
xbrowse : sporadic error
Rao , I tested to hide all columns (8.10) , but xbrowse doesn't allow to hide the last column. Frank
xbrowse : sporadic error
That means the user can not hide all columns. If at all all columns are hidden that is done by the programmer. Ofcourse we expect the programmer not to do it. So this is not an issue.
xbrowse : sporadic error
Mr. Nao, In my case, I don´t hide any columns. The error appears just ramdonly.
xbrowse : sporadic error
Hello again, I am getting this error more often. Sometimes when the dbf is empty. Is there any advance?. Thank you.
xbrowse : sporadic error
aDisplay is created from METHOD GetDisplayCols() CLASS TXBrowse, so I guess thats where we could place some traces: 1. If you are not using any frozen coluns, then this loop should not be executed: [code=fw:17h1o355]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #00C800;">do</span> <s...
xbrowse : sporadic error
[quote="Antonio Linares":1o6t2ymw]aDisplay is created from METHOD GetDisplayCols() CLASS TXBrowse, so I guess thats where we could place some traces: So we could place a trace just after it: [code=fw:1o6t2ymw]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #00C800;">if</span> Len<span s...
xbrowse : sporadic error
Dear All, Any update on this topic.. I still experiencing this random error using FWH11.05.. I followed suggested alternatives but I cant explain further how this error still popup randomly.. [code=fw:18l69pyq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;<span style="color: #00C800;">...
xbrowse : sporadic error
Hello, This error was fixed and it is working fine in 11.11.
xbrowse : sporadic error
Hi How to apply that fix to v11.05?
xbrowse : sporadic error
anyone...
xbrowse <-> Tree and viceversa
I have the customer.dbf table, [img:2uhduvpo]https&#58;//i&#46;postimg&#46;cc/XJvNGgBR/1&#46;png[/img:2uhduvpo] and above the table I can do a search then a get and a combox I would like to make groupings for example for the State field, so I could use an Xbrowse Tree control and create the same columns you see i...
xbrowse <-> Tree and viceversa
Hello Silvio; Your images don't show when I browse but regardless, I think I understand what you're looking for and want to suggest a way to get it. 1. Declare a regular xbrowse on a dialog and also another xbrowse hosting an otree with the very same data source on another dialog. 2. Have both occupy the very same ...
xbrowse <-> Tree and viceversa
the problem is that i use a scheme ie i use xbrowse search with a get and a combobox, and also the multiselect . When I create the tree it could also work but the search doesn't work I really don't think I have to use two separate dialogs, the dialog and the xbrowse must be the same, I created something that doesn't w...
xbrowse <-> Tree and viceversa
Yes, obrw search probably wont work for searching but if that is the problem, then perhaps something like this extended cb is the idea you are looking for: [code=fw:2r3fw5hh]<div class="fw" id="{CB}" style="font-family: monospace;">   ::<span style="color: #000000;">bSearch</span> := ;<br />   < | isFromStart, isJump ...
xbrowse <-> Tree and viceversa
Hello Silvio, I asked ChatGPT: I pass the Fivewin documentation along with my question. Best regards, Otto [code=fw:3to9lbcj]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">To</span> achieve the desired functionality <span style="color: #0000ff;">of</span> displaying both...
xbrowse <-> Tree and viceversa
I sent to fwteam a test. It can runn but the search run only with normale xbrowse and not with xbrowse tree
xbrowse <-> Tree and viceversa
[quote="Silvio.Falconi":fp1z8zzd]I sent to fwteam a test. It can runn but the search run only with normale xbrowse and not with xbrowse tree[/quote:fp1z8zzd] Dear Silvio To use Tree or normal view in an xbrowse, you have an example in xbrtree.prg ( samples folder). Allow to search in the tree as in the normal xbrowse, ...
xbrowse <-> Tree and viceversa
Otto, I'm really impressed with the answer. It opens our minds. I wonder if you can follow up that same chat and ask to write sample code that implements those steps and then compare to how close to working code it produces.
xbrowse <-> Tree and viceversa
[quote="Otto":21zn7xbu]Hello Silvio, I asked ChatGPT: I pass the Fivewin documentation along with my question. Best regards, Otto [code=fw:21zn7xbu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">To</span> achieve the desired functionality <span style="color: #0000ff;">of...
xbrowse <-> Tree and viceversa
Silvio, You need to include the Fivewin documentation along with your question as a knowledge base. Best regards, Otto
xbrowse <-> Tree and viceversa
this is a small test the search not run I used array [code=fw:2nm64efh]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br />REQUEST DBFCDX<br /><br /><span style="color: #00C800;">static</span> lTipo...
xbrowse <-> Tree and viceversa
Hello Silvio, I get an anwer but I have an older version installed where things are missing. Which version of FW do you use. Best regards, Otto ChatGPT says: [quote:1cfmg9m3] The bOnSort property is defined as a code block, but its implementation is missing in the provided code. You need to define the sorting logic ins...
xbrowse <-> Tree and viceversa
[quote="Otto":iv6h4wca]Hello Silvio, I get an anwer but I have an older version installed where things are missing. Which version of FW do you use. Best regards, Otto ChatGPT says: [quote:iv6h4wca] The bOnSort property is defined as a code block, but its implementation is missing in the provided code. You need to defin...
xbrowse AYUDA perdida de foco y escape...
hola foro, aqui probando por 1a vez la xbrowse nativa, y me topo con 2 cosas que no he sabido por donde buscarle... la uso con array 1. tengo 5 botones y un xbrowse, el browse tengo 3 columnas editables,1 con get y dos con listbox, cuando en los listbox slecciono con ENTER se pirde el foco del xbrowse y me pasa al sigu...
xbrowse Border
[img:2znz4t80]https&#58;//i&#46;postimg&#46;cc/ZKh8qcTq/ghg&#46;png[/img:2znz4t80] how can I have the black border at the right side of the xbrowse after the scrollbar ? I made [code=fw:2znz4t80]<div class="fw" id="{CB}" style="font-family: monospace;"> @ <span style="color: #000000;">40</span>, <span style="color...
xbrowse Border
[b:5xee4cey]For Antonio & NagesWarao [/b:5xee4cey] Lines 2674/2675 of Xbrowse class I propose this solution for displaying the border in the presence of vertical scrolling if ::lDrawBorder // ::Box( 0, 0, ::nHeight - 1, ::nWidth - 1, IfNil( ::nClrBorder, ::hColPen ) ) [b:5xee4cey] ::Box( 0, 0, ::n...
xbrowse Devolver valor de una celda
Buenas Tardes foro: Tengo un array multidimensional aProductos [ xn, yn ] en un xbrowse, y necesito conocer el valor de la celda y su posición al momento de hacer un doble click. ¿ Cómo se hace? Gracias
xbrowse Devolver valor de una celda
Posición [code=fw:3og0da9e]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">nArrayAt</span><br /> </div>[/code:3og0da9e] Valor [code=fw:3og0da9e]<div class="fw" id="{CB}" style="font-family: monospace;"><br />variable := aMyArray<span style="color: #000000;">&#91;</sp...