topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xbrowse and Tree | Mr. Rao;
I'd hate to occupy the airwaves with my queries.
Please write to me at: reinaldo dot crespo at gmail . com.
Thank you.
Reinaldo |
xbrowse and Ufc | Is it possible to associate a user function to the xbrowse like in the old clipper when we used the dbedit function that had the possibility to load a personal function? |
xbrowse and Ufc | Hi,
I think you can use this:
[code=fw:vsr1dc4z]<div class="fw" id="{CB}" style="font-family: monospace;">oXbr:<span style="color: #000000;">EditBaseRecord</span><span style="color: #000000;">(</span><span style="color: #00C800;">NIL</span>,.T.,<span style="color: #000000;">{</span>|oRec| Cpr211a<span style=... |
xbrowse and arrays | Hi All
I am trying to use one browse to display different arrays - which have different headers ,column sizes etc
here is how I am setting up the browse
[code=fw:30394bou]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oLbx := TXBrowse<span style="color: #000000;">(</span><span style="color:... |
xbrowse and arrays | [code=fw:3sjdkj4c]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oLbx := TXBrowse<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span>oDlg<span style="color: #000000;">)</span><br /> ... |
xbrowse and arrays | ricardo
I need your vrmm last release
on seven I not see the buttonbar
please help me please
have you old versions |
xbrowse and arrays | [quote:m1pip141]I need your vrmm last release
[/quote:m1pip141]
Get here:
[url:m1pip141]http://www.megaupload.com/?d=9F3IGGKS[/url:m1pip141]
or here:
[url:m1pip141]http://www.megaupload.com/?d=O3A5TZHV[/url:m1pip141]
[img:m1pip141]http://www.inselpix.com/images/ricardomouramarque... |
xbrowse and arrays | ricardo
I cannot see the buttonbar on windows seven
look it please
[img:20zx5qhh]http://img862.imageshack.us/img862/8065/15239632.jpg[/img:20zx5qhh] |
xbrowse and arrays | [quote:2oh1d73m]look it please[/quote:2oh1d73m]
replace your "vrmm.exe" on this
[url:2oh1d73m]http://www.megaupload.com/?d=UDB2PO8H[/url:2oh1d73m]
this vrmm you can resize.
[img:2oh1d73m]http://www.inselpix.com/images/ricardomouramarques/assinatura.png[/img:2oh1d73m] |
xbrowse and arrays | In you function lfSetArrays, before setting the cHeaders, did you try to assign the new array to browse.
I mean
[code=fw:31vzmcly]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">aArrayData</span>:=aNewArray<br /><br /><span style="color: #B900B9;">// After setting the new ... |
xbrowse and arrays | ricardo
thanks
but there is another error
look the picture please
[img:dx8bscli]http://img847.imageshack.us/img847/4954/41670414.jpg[/img:dx8bscli]
I think you must use setgrid(1,1)
And this error in for each control
I tried with say,get,button,image,listbox,check,radio,folder, group,browse,datepi... |
xbrowse and arrays | [quote:175fsgq5]but there is another error[/quote:175fsgq5]
VRMM for Windows Seven / Vista
Get here:
[url:175fsgq5]http://www.megaupload.com/?d=63YS4EJM[/url:175fsgq5]
[img:175fsgq5]http://www.inselpix.com/images/ricardomouramarques/assinatura.png[/img:175fsgq5] |
xbrowse and arrays | ricardo ,
it seem run ok now
gimme the word on english
I want translate it in italian language
why NOT use i18n function ?
with mine Tlanguage class we can translate the hil file easy
you can create the hil file when you compile the app with -j parameters
sample /jSILVIO.HIT
and (x) harbour save all i18n("xx... |
xbrowse and arrays (again) | Hi All
Thanks to Ricardo for his suggestion but I am still having problems.
I am trying to use a txbrowse to display an array and then be able to display a different array.
The arrays have different number of elements - so I need a for/next loop to define the headers , sizes etc.
The problem I find is I can not adj... |
xbrowse and barcode | it's possible show different barcode into xbrowse ?
Can I have a small test please ? |
xbrowse and bitmap from resource | Hi all,
I need to display into an xbrowse the bitmaps contained (as hansle) in the first array element.
Having the following code:
b_red:=LoadBitmap(GetResources(),"RED")
b_green:=LoadBitmap(GetResources(),"GREEN")
aArray:={}
aadd(aArray,{b_red,"Marc"})
aadd(aArray,{b_green,"Paul"})
I tried with:
REDEFINE XBRO... |
xbrowse and bitmap from resource | To show bitmaps, it is not the right way to keep the bitmap handles in the array data.
You may please try
[code=fw:34h9pcxz]<div class="fw" id="{CB}" style="font-family: monospace;"><br />aArray := <span style="color: #000000;">{</span> <span style="color: #ff0000;">'Marc'</span>, <span style="color: #ff0000;">'P... |
xbrowse and bitmaps | Hi,Is it possble to have a bitmap as background in a xbrowse-cell.If I add now a bitmap to a cell, the bitmap is on the left-site, and my text is located right next to the bitmap.Is this the problem because I have still FWH7.10?Thanks,Marc |
xbrowse and bitmaps | >Is it possble to have a bitmap as background in a xbrowse-cell. >yes. but perhaps not with 7.10 |
xbrowse and bitmaps | How is this done, so I can verify if this is already implemented in 7.10.Is it like the testxbrw.prg example:[code:6o2mcpaa] oCol := oBrw:AddCol()
oCol:AddResource("GREEN")
oCol:AddResource("RED")
oCol:cHeader := "Married"
oCol:bBmpData := { ... |
xbrowse and bitmaps | By assigning a brush object or a codeblock returning brush object to oCol:oBrush |
xbrowse and bitmaps | Marc,If you just want a solid color as the background, try something like this:oCol:bClrStd := {|| {CLR_BLUE, If( _FIELD->MARRIED,CLR_GREEN,CLR_RED)} } Regards,James |
xbrowse and bitmaps | James,Setting a solid color is not the problem. I already did that. I want to have a (transparant) bitmap + solid color + text, like the 16bit program that I have now (see screenshot). The solod color is to show the status (not started,in progress,done,..) and the bitmab to create the frame to show the items that belon... |
xbrowse and bitmaps | Hi,Is it possible to have an example to set a bitmap as background in a cell?Thanks,Marc |
xbrowse and bitmaps | you can use oBrush data from TXBrwColumn class into txbrowse, that code block...DEFINE BRUSH oBrush file "BitmapName.bmp"for array data in xbrowseoBrw:aCols[ 2 ]:oBrush := {|| if ( oBrw:aRow[ 1 ] == 3, oBrush,) }for alias dataoBrw:aCols[ 2 ]:oBrush := {|| if ( dbf->field_one == 3, oBrush,) }[img:22rfkq4n]http://i48... |
xbrowse and bitmaps | Thanks for the example.I think I have to upgrade my FWH-version. Obrush is not working in my version of xBrowse.Regards,Marc |
xbrowse and bitmaps | How would you do it without an xbrowse array. Use a data base. |
xbrowse and bold row | hi,
I have a DBF with field logical (FLAG1) and a lot of records have .T. inside
In xbrowse I'd like to see those records in bold font.
how can I do it?
thank you. |
xbrowse and bold row | [code=fw:1h4jf73s]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">oDataFonts</span> := <span style="color: #000000;">{</span>|| <span style="color: #00C800;">If</span><span style="color: #000000;">(</span> <span style="color: #000000;">(</span> oBrw:<span style=... |
xbrowse and bold row | done!!!
thank you! |
xbrowse and detached variables Mr Rao please Help | good afternoon to all
the code don't work as expected for EDIT_LISTBOX
What are bad on the code ?
please help me
[code=fw:56eyec5z]<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;">... |
xbrowse and detached variables Mr Rao please Help | Wilson,
I'm not shure what your code is all doing, but it seems to be that you do things that Xbrowse can do automaticaly.
This sample uses the edit listbox and is easy, but different from your setup. Maybe It can help you.
[code=fw:1cb7wrya]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span styl... |
xbrowse and detached variables Mr Rao please Help | Dear Marc,
Thank you so much for your help
I have added your example to FWH provided examples as marc.prg |
xbrowse and detached variables Mr Rao please Help | Dear Marc many thanks for your help
but unfortunately does;n solve my problem
I prepare better example if I don't use detached locals work Well like the column tipo_docu1
In real life we need fields like pichincha an internatio as a result of data driven code because may have 2 columns or 3 or more columns and need an... |
xbrowse and detached variables Mr Rao please Help | Mr. Wilson
I see your point.
Please let me know the FWH version you are using. |
xbrowse and detached variables Mr Rao please Help | Hi Mr. Rao
I have version FWH 20.07 with the same and other problems in xBrowse. Is there a corrected version of xBrowse for FWH 20.07 ?
Thanks for your help,
Regards, |
xbrowse and detached variables Mr Rao please Help | dear master
[code=fw:2iqjwcw3]<div class="fw" id="{CB}" style="font-family: monospace;">??????????????????????????????????????????????????????????????????????????????<br />? FiveWin <span style="color: #00C800;">for</span> Harbour <span style="color: #000000;">19.09</span> - Sep. <span style="color: #000000;">2019</sp... |
xbrowse and detached variables Mr Rao please Help | Dear Master Rao, any News ?
best regards
Wilson |
xbrowse and detached variables Mr Rao please Help | Estimado Wilson,
Le acabo de escribir al Sr. Rao para que lo revise cuanto antes.
Te pedimos disculpas por el retraso |
xbrowse and detached variables Mr Rao please Help | Gracias Antonio en verdad estoy necesitando ese tema para terminar un proyecto
saludos |
xbrowse and detached variables Mr Rao please Help | Mr. Wilson
Please try this sample and let me know if it serves your purpose.
[code=fw:1otltqwb]<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> main<span sty... |
xbrowse and detached variables Mr Rao please Help | [quote="Cgallegoa":2wqtp7ym]Hi Mr. Rao
I have version FWH 20.07 with the same and other problems in xBrowse. Is there a corrected version of xBrowse for FWH 20.07 ?
Thanks for your help,
Regards,[/quote:2wqtp7ym]
Can you please let me know your other problems? |
xbrowse and detached variables Mr Rao please Help | Mr. Wilson
Your way of creating columns using oBrw:AddCol()
[code=fw:23fx5b2z]<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> main<span style="color: #0000... |
xbrowse and detached variables Mr Rao please Help | Using fieldname macro, instead of FieldPut() and FieldGet() as in the sample you posted.
[code=fw:2ircyg2g]<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 and detached variables Mr Rao please Help | Dear Master Rao
Hats Off !!!!!!!!!!!!!!!
all works fine
Many many thanks !!!
The code exceed my knowledge but xbrowse is great !!
I'll Continue with my project
Again
Many Thnaks
best regards
Wilson |
xbrowse and lIncrFilter | Hi,
I wanted to modify xbincflt.prg so that the search-promp display something like
[code=fw:3ft2oen1]<div class="fw" id="{CB}" style="font-family: monospace;">*string*</div>[/code:3ft2oen1]
instead of
[code=fw:3ft2oen1]<div class="fw" id="{CB}" style="font-family: monospace;">string</div>[/code:3ft2oen1]
if lSeekWil... |
xbrowse and lIncrFilter | Actually specifying a value in the PROMPT clause has no effect. It is only for our understanding.
The value of the oSeek is set inside the xbrowse with oSeek:SetText( ::cSeek ).
The program works the same way even we write PROMPT "". Please try it.
So at the moment there is no way of our modifying the displayed text... |
xbrowse and lIncrFilter | Marc
Have a look at AdoRick.prg .. I use the results of a field as you are typing with :GetText() and evaluate the results and use Ado Filter to simulate the incremental search.
Rick Lipkin
[code=fw:1n70xnw4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">REDEFINE</spa... |
xbrowse and logic field | Hi, what the best way to show a logical field in xbrowse? I try this and get a execution error
oCol := oBrw:AddCol()
oCol:bStrData := { || ARQMOT->BLOQ }
oCol:cHeader := "BLOQUEADO"
thanks in advance. |
xbrowse and logic field | Look
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=29601&p=167188&hilit=checkbox+xbrowse#p167355">viewtopic.php?f=3&t=29601&p=167188&hilit=checkbox+xbrowse#p167355</a><!-- l -->
Or find "checkbox xbrowse" |
xbrowse and logic field | [quote="cnavarro":1gfrdgze]Look
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=29601&p=167188&hilit=checkbox+xbrowse#p167355">viewtopic.php?f=3&t=29601&p=167188&hilit=checkbox+xbrowse#p167355</a><!-- l -->
Or find "checkbox xbrowse"[/quote:1gfrdgze]
Hi, thanks but i t... |
xbrowse and logic field | Prueba como en el ejemplo que puso un compañero
[code=fw:3oz2gjv7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> WITH OBJECT oLbx:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span><span style="color: #000000;">3</span><span sty... |
xbrowse and memo field | I use xbrowse to display records with 1 memo field .
Is it possible to have a scroll up and down when the lenght off the field is more thant 3 lines .
Thanks .
oLbx2 := TXBrowse():New( oFolder:aDialogs[2] )
oLbx2:nMarqueeStyle := MARQSTYLE_HIGHLROW
*oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROWMS && multi select
oLbx2:n... |
xbrowse and scroll: strange problem | Hi all,
I'm using xbrowse to scroll an array when I have a list of names and a record number.
When the use select a row I read some files using the record number in the array and I display the related information.
In order to make the array selection fastest, I made in my program a small routine to check the record o... |
xbrowse and scroll: strange problem | I suggest using Timer for such needs.
Here is an example I propose:
[code=fw:2yyg99mz]<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;"... |
xbrowse and scroll: strange problem | Yes, it works fine with your solution.
Thanks. |
xbrowse and tooltip | hi,
In my xbrowse I have a tooltip
[code=fw:30k5v2fn]<div class="fw" id="{CB}" style="font-family: monospace;"><br />WITH OBJECT oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span> <span style="color: #000000;">15</span> <span style="color: #000000;">]</span><br /> :<span st... |
xbrowse and tooltip | [url:2aelngno]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=34047[/url:2aelngno]
Regards, saludos. |
xbrowse and tooltip | // C:\FWH\SAMPLES\TOOLTCOL.PRG
[code=fw:17q65t71]<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: #00C800;">function</span> TestTip<span style="color: #000000;">(</span><spa... |
xbrowse and tooltip | hi karinha
what I would like is the dot red in the cell with tooltip.
My xbowse has 35 column and tooltip could be in 1 or 3 or 10 or 15 column (it's a random)
when the users open xbrowse he doesn't know where the tooltip is.
the excel example (dot red into the of C column) could be a solution.
thanks |
xbrowse and tooltip | The Red dot would be a extra element into the cell.... Mr. Rao will know the possibilities.
But this is also a option.
1 Coloring the cell like in this post : <!-- l --><a class="postlink-local" href="https://forums.fivetechsupport.com/viewtopic.php?f=3&t=40217&hilit=cellborder">viewtopic.php?f=3&t=40217&hilit=cell... |
xbrowse and tooltip | You can combine text and an image in a cell.
[code=fw:25mdfp8u]<div class="fw" id="{CB}" style="font-family: monospace;">:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000000;">]</span>:<span style="color: #000000;">bS... |
xbrowse array autosort problem | Hello
I need to sort a column of a xbrowse "at startup" as descending, I am browsing an array
The bitmap (for ascending, descending) is showing "descending" for the column but the column is not sorted
This is the code below ,
Thanks for the help,
[code=fw:22wn3kob]<div class="fw" id="{CB}" style="font-family: mon... |
xbrowse array autosort problem | Instead of
[code=fw:nu2i62nk]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span><span style="color: #000000;">01</span><span style="color: #000000;">]</span>:<span style="color: #000000;">cOrder</span> := <span style="co... |
xbrowse array autosort problem | Thank you Mr Rao
in order to have it descending , the following is needed also
oBrw:aCols[01]:CSORTOrder := 'D' |
xbrowse array autosort problem | [quote="Richard Chidiak":3jznt493]Thank you Mr Rao
in order to have it descending , the following is needed also
oBrw:aCols[01]:CSORTOrder := 'D'[/quote:3jznt493]
NO PLEASE.
The solution I provided works correctly and that is the only way.
oCol:cSortOrder ( in case of arrays ) is the array element number on which ... |
xbrowse array autosort problem | You are right sorting arrays confused me a bit ,
Can you please review the seekonarray function , in case of non sequential columns (like in my sample)
the following line will cause an error in this case, i have commented it as i always need to seek on upper values
if ! ::aCols[ nCol ]:lCaseSensitive // we get out... |
xbrowse array autosort problem | [quote:1aewgno7]Adopting my solution will give you the result required by you and please do not touch cSortOrder or cSort.[/quote:1aewgno7]
This is why instance vars such as these should be READONLY or even HIDDEN--so we can't mess with them.
Regards,
James |
xbrowse array autosort problem | [quote="Richard Chidiak":3nvitqct]You are right sorting arrays confused me a bit ,
Can you please review the seekonarray function , in case of non sequential columns (like in my sample)
the following line will cause an error in this case, i have commented it as i always need to seek on upper values
if ! ::aCols[ nC... |
xbrowse array autosort problem | Mr Rao , i already did
when browsing an empty array with autosort, it errors, the correct fix for this is in the method setarray
And again when a column has no header or ablank header (only in browsing arrays) , xbrowse shows a character for the header, i go around this by setting a non visible char for the header...... |
xbrowse array autosort problem | Mr Richard
[quote:16nd0xoq]when browsing an empty array with autosort, it errors, the correct fix for this is in the method setarray
[/quote:16nd0xoq]
You are right. This needs to be fixed.
Better fix seems to be
[code=fw:16nd0xoq]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">... |
xbrowse array autosort problem | Mr Rao
oBrwI:aCols[01]:SETORDER() is working as expected , in my case the column is reversed to descending mode and this is what i want
Nevertheless, adding a new entry to the array of the browse will place the entry at the end of the list (not where it should be), i issue a obrw:refresh(.t.)after adding the entry.
... |
xbrowse array autosort problem | Please do this after adding a new line:
[code=fw:1tjr15mn]<div class="fw" id="{CB}" style="font-family: monospace;"><br />WITH OBJECT oBrw:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span> <span style="color: #000000;">1</span> <span style="color: #000000;">]</span><br /> &n... |
xbrowse array autosort problem | thank you
Is there a way to know what was the column sorted by the user ?
I am using AUTOSORT and it could be any column, i need to refresh the "last sorted column" |
xbrowse array autosort problem | [code=fw:36gj8qoe]<div class="fw" id="{CB}" style="font-family: monospace;">nSortedCol := AScan<span style="color: #000000;">(</span> oBrw:<span style="color: #000000;">aCols</span>, <span style="color: #000000;">{</span> |o| !Empty<span style="color: #000000;">(</span> o:<span style="color: #000000;">cOrd... |
xbrowse array autosort problem | that does the job, thank you
Don't you think this code should be included in the refresh method when browsing arrays with autosort ? |
xbrowse array autosort problem | [quote="Richard Chidiak":2lar92bk]that does the job, thank you
Don't you think this code should be included in the refresh method when browsing arrays with autosort ?[/quote:2lar92bk]
Sorting an array does consume some time, small or more, depending on the array size. Resorting is necessary only when a Row is added, w... |
xbrowse array autosort problem | i agree
it has to be sorted also when updating the array in case the "sorting criteria" got updated like dates etc...
It is not a problem to be handled by the program |
xbrowse array autosort problem | [quote="Richard Chidiak":ck06z1lr]i agree
it has to be sorted also when updating the array in case the "sorting criteria" got updated like dates etc...
It is not a problem to be handled by the program[/quote:ck06z1lr]
Yes. This can be done and good if it is done. XBrowse now handles updating non-array datasources whe... |
xbrowse array que solo muestre algunas columnas | hola.
Si defino de esta manera mi xbrowse
[code=fw:g8cr4rv2]<div class="fw" id="{CB}" style="font-family: monospace;"> oBrw:= TXBROWSE<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">new</span><span style="color: #000000;">(</span>oDlg<span sty... |
xbrowse array que solo muestre algunas columnas | [quote="goosfancito":34n2pwo5]hola.
Si defino de esta manera mi xbrowse
[code=fw:34n2pwo5]<div class="fw" id="{CB}" style="font-family: monospace;"> oBrw:= TXBROWSE<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">new</span><span style="color: #000000;">... |
xbrowse array que solo muestre algunas columnas | [quote:fxte7mrf]... (ni presionando el boton derecho dle mouse sobre el encabezado)
[/quote:fxte7mrf]
Hola, ademas de lo que indica Adrian...
[code=fw:fxte7mrf]<div class="fw" id="{CB}" style="font-family: monospace;">AEval<span style="color: #000000;">(</span>oBrw:<span style="color: #000000;">aCols</span>,<spa... |
xbrowse array que solo muestre algunas columnas | [quote="FranciscoA":c7w501ae][quote:c7w501ae]... (ni presionando el boton derecho dle mouse sobre el encabezado)
[/quote:c7w501ae]
Hola, ademas de lo que indica Adrian...
[code=fw:c7w501ae]<div class="fw" id="{CB}" style="font-family: monospace;">AEval<span style="color: #000000;">(</span>oBrw:<span style="color... |
xbrowse array que solo muestre algunas columnas | Yo uso esto para que no aparezcan los nombres de las columnas y para que no se puedan intercambiar, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
:lAllowColHiding := .f.
:lAllowColSwapping := .f.
usando bRClickHeader creo no pod... |
xbrowse array que solo muestre algunas columnas | ya que estamos...
como saco el borde este que me hace en el xbrowse por recursos,
le puse un codigo que encontre de Style y me saca los scrooll (que es lo que queria hacer)
pero me pone ese borde que no lo quiero.
[url:15jdzn1k]http://1drv.ms/1o552FZ[/url:15jdzn1k]
gracias. |
xbrowse array que solo muestre algunas columnas | Goosfancito
Si usas WorkShop:
Al hacer doble clic sobre el recurso se abre la ventana Windows Style
En el cuadro Frame Style, seleccionas [b:1tr7lkrm]No border[/b:1tr7lkrm]
En el cuadro Dialog Style, quitas el tilde a [b:1tr7lkrm]Thickf frame[/b:1tr7lkrm] y a [b:1tr7lkrm]Modal frame[/b:1tr7lkrm]
Si usas PellesC... est... |
xbrowse array que solo muestre algunas columnas | uso pelles C jajaja |
xbrowse array que solo muestre algunas columnas | Con PellesC, intenta asi:
Window Styles 0x50310000 |
xbrowse array que solo muestre algunas columnas | bien.
Saco el borde. ahora a pelear de nuevo con el scrooll (no lo quiero) pero gracias es un gran avance. |
xbrowse array vacio | Hola foro,
El problema es que tengo un xbrowse desde recursos con un array vacio y no funciona, si le agrego un registro si funciona.
Entiendo que no tiene registros y por lo tanto no tiene columnas, pero como solucionarlo]?
[code=fw:2g0rbqge]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />aLealt... |
xbrowse array vacio | [quote="Francisco Horta":ziepokwv]Hola foro,
El problema es que tengo un xbrowse desde recursos con un array vacio y no funciona, si le agrego un registro si funciona.
Entiendo que no tiene registros y por lo tanto no tiene columnas, pero como solucionarlo]?
[code=fw:ziepokwv]<div class="fw" id="{CB}" style="font-fami... |
xbrowse array vacio | [code=fw:16evdi84]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> BlankArray<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</span> aLealtad := <span style="color: #000... |
xbrowse array vacio | Thanks Rao, is correct
Regards
Paco |
xbrowse array y radiobutton... | Se puede?
arme un xbrowse q maneja un array, la columna 1 son texto y la 2 debe ser un radiobutton.
se puede hacer eso?
como?
gracias. |
xbrowse arreglos de bugs! | Despues de probar el código que hemos publicado aqui:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=15936">viewtopic.php?f=6&t=15936</a><!-- l -->
hemos detectado unos errores en la Clase TXBrowse que hay que arreglar asi:
1) Method End() tiene que ser renombrado como... |
xbrowse arreglos de bugs! | Otro bug arreglado:
[code=fw:2csoa7z7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> End<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</span> TXBrwColumn<br /><br />...<br /><br /> ... |
xbrowse arreglos de bugs! | He detectado un mal funcionamiento el el xbrowse que se produce en las siguientes circunstancias
Cuando un xbrowse tiene columnas ocultas, y el resto de las columnas no caben en el browse (es decir tiene columnas por la derecha fuera del espacio del control) al desplazarse con los metodos goRight y goLeft el comportam... |
xbrowse autosort | Hello,
I need to set autosort feature later.
I do oBrowse:lAutoSort := .T., but in xbrowse.prg it says as a comment:
[quote:1vica76w] // used internally. do not use in applications[/quote:1vica76w]
Is it safe to use?.
Thank you. |
xbrowse autosort | [quote:86l2zlv3]Is it safe to use?.[/quote:86l2zlv3]
This data is used internally and temporarily till creation of the browse.
Once the browse is created, changing this value has no effect.
For now I have this suggestion:
In the method SetOrder() of TXBrwColumn
Substitute this line at the beginning of the method
[co... |
xbrowse autosort | Mr Nages,
As I can use incremental seek with tdolphin ?
Thank you. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.