topic
stringlengths
1
63
text
stringlengths
1
577k
o que significa esse erro?
[quote="Sistem":23e9t458]karinha sempre recebo esse erro de um cliente ou de vários clientes não lembro. karinha como assim existe mesmo? não entendi[/quote:23e9t458] CONVERTTOWORDDOC(1904) // ??? O que tem nesta área? De onde vem este "item" e qual é versão do word? talvez uma simples atualização, resolva.
o que significa esse erro?
acredito que o CONVERTTOWORDDOC seja da classe TPREVIEW. esse erro acontece quando clica em exportar para word(acho) no preview do relatório
o que significa esse erro?
Verifique, se o RPREVIEW.PRG, é desta versão do FWH que usas. Verifique se o Word.exe está instalado e qual é a versão do word.exe. Verifique se é windows de 64 bits e se for, verifique o caminho(path) do Word.exe no windows de 64 bits. Pode ser isto. Abs. Saludos - saudações.
o que significa esse erro?
[code=fw:3etlyb1q]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> ConvertToWordDoc<span style="color: #000000;">&#40;</span> oPreview <span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> aFiles &nbsp; ...
oActiveX:Do(""Stop"") No me funciona
Antonio:Este es el codigo que no me funciona el oActiveX&#058;Do("Stop")Código de Raymundo Islas.(Gracias Raymundo)FUNCTION FLASHINTRO()LOCAL oActiveXDEFINE DIALOG dbSplshIni RESOURCE "SALUDO" REDEFINE ACTIVEX oActiveX ; ID 110 ; PROGID "ShockwaveFlash.ShockwaveFlash.1" ; OF dbSplshIni dbSplshIni:...
oActiveX:Do(""Stop"") No me funciona
[quote="Ruben D. Fernandez":3k36w4vb]no me funciona el oActiveX&#058;Do("Stop")[/quote:3k36w4vb]Hola Rubén:Ya probaste con oActiveX&#058;End() ?Aquí te dejo un ejemplo funcionando:[code:3k36w4vb]#include "FiveWin&#46;ch" Function Main&#40;&#41; Local oWnd, oActiveX, oMenu MENU oMenu MENUITEM "Stop" ACTIO...
oActiveX:Do(""Stop"") No me funciona
Ruben,Prueba así:ACTIVATE DIALOG dbSplshIni CENTER ; VALID ( oActiveX&#058;Do("Stop"), .T. )
oActiveX:bOnEvent
Hello, I have been doing some test wit IE and activex and have had problem using oActiveX&#058;bOnEvent I get Message not found: TACTIVEX&#058;_BONEVENT Any suggestions? Thanks [/code]
oActiveX:bOnEvent
Dave, You are probably linking Class TActiveX from xharbour commercial, instead of FWH Class TActiveX
oActiveX:bOnEvent
Antonio, Is it possible that the cause is due to being on an older version? Mine looks like November 2004. Thanks
oActiveX:bOnEvent
Dave, > Mine looks like November 2004 xharbour and FWH ? If so, yes, its quite old
oActiveX:bOnEvent
Antonio, Thanks, I will be looking to upgrade soon.
oActivex navigate2
Could someone show me how to save the content of a internet page to a variable. Thanks in advance Otto
oActivex navigate2
This is a working sample: [code=fw:192i1twe]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; ? GETURL<span style="color: #000000;">&#40;</span> <span ...
oActivex navigate2
Hello Enrico, thank you for your help. Should your code also work on a password protected page. Is cFile the content of the page. Thanks in advance Otto
oActivex navigate2
Hello Enrico, Thank you again. With trial and error I found out how to do. If someone is interested: oDoc := oActiveX&#058;GetProp( "Document" ) oText := oDoc:GET("body" ) msginfo( oText:GET("innerText" )) Best regards, Otto
oAuth 2.0 Restful Web Service
Is it possible to access a WebService using oAuth 2.0 from fivewin using CreateObject( "MSXML2.XmlHttp" ), I have been connecting with Carbonite using what seems to be a similar technique. I am attempting to access On-Site.com using their API's. There is some code to generate a Key and I believe this key is good for...
oAuth 2.0 Restful Web Service
Dear Byron, what result do you get ?
oAuth 2.0 Restful Web Service
Antonio, This works Great, I guess I am going to try it, but I saw somebody posted using oAuth 2.0 and they utilized curl, which I am not familiar with, so I was hoping this would work. I have used this technique with Authorize.net as well. For each request the API describes what the result will look like. I downl...
oAuth2
Hi All Does anybody know if this feature is available in Harbour. Regards Colin
oAuth2
Colin, I have googled for it related to Harbour and found nothing. Nothing also in the Harbour devel groups, and nothing in the Harbour full sources. Anyhow if you search in google, you can find several examples using other languages, so probably there is a way to implement it also from Harbour.
oAuth2
Hi Antonio Yes I googled and could not find anything - I integrate my software with accounting packages using ODBC but they are now changing to oAuth2 plus xml for integration. Regards Colin
oAuth2
Hi Antonio This example PHP and library CURL, and CURL is under Harbour; <!-- m --><a class="postlink" href="https://www.elance.com/q/api2/examples/oauth/php">https://www.elance.com/q/api2/examples/oauth/php</a><!-- m --> Regards
oBD:SaveToDbf()
Is possible appending records in a table that already exist using this method ? How?
oBD:SaveToDbf()
Not possible. Instead, you can do this: [code=fw:25gwoy73]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cFieldList := <span style="color: #ff0000;">"code,name"</span><br />cSql := <span style="color: #ff0000;">"select "</span> + cFieldList + <span style="color: #ff0000;">" from table where cond"</spa...
oBD:SaveToDbf()
Thanks <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
oBRW:ToExcel() works only with character columns?
I try to use oBRW:TOEXCEL() method to export the content of my xbrowse in a xls file.I note that it works fine only if i specify all columns as "character" expression.If i put just one column as a "numeric" expression in my xbrowse, i receive this error at runtime: "Error Excel.Application:ACTIVESHEET:COLUMNS/0 S_OK: ...
oBRW:ToExcel() works only with character columns?
Works for all types of columns perfectly for Excel English installation. We are noticing some problems with other language installations We are addressing this issue..
oBRW:ToExcel() works only with character columns?
Thank you, Antonio.Let me know when you have a solution or something i can try for this issue.Max
oBRW:ToExcel() works only with character columns?
I'm quite interested in this - are there any examples of :ToExcel() anywhere?RegardsPete
oBRW:ToExcel() works only with character columns?
You can find examples in mallorca.prg and testxbr3.prg in \FWH\SAMPLES.Max
oBRW:report() : problemi con i records deleted??
Utilizzando oBRW:report() su un normalissimo XBROWSE sul quale ho dei record cancellati logicamente e non visibili nell'xbrowse avendo impostato "SET DELETE ON", mi vengono fuori in stampa un numero di records pari al numero di records totale inclusi quelli cancellati.La stampa sembra non si fermi in coda, ripetendo pi...
oBRW:report() : problemi con i records deleted??
Ho risolto aggiungendo "for ! deleted()" alla index on che ricostruisce l'indice collegato, e sempre lasciando la SET DELETED ON.In questo modo la oBRW:report() legge il giusto numero di record.
oBarGet on xbrowse header
Hello everyone! 1. Is it possible to have a button or a series of buttons on the header of an xbrowse column? 2. I tried to add a button to the get object on the header of an xbrowse but I get a runtime error. I'm guessing the get object hasn't been instantiated until :CreateFromCode() is executed. [code=fw:ge9...
oBarGet on xbrowse header
Hello, I think you need to call [code=fw:6fjej704]<div class="fw" id="{CB}" style="font-family: monospace;">:<span style="color: #000000;">oCol</span>:<span style="color: #000000;">CreateBarGet</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span></div>[/code:6fjej704] before access...
oBarGet on xbrowse header
Mr Reinaldo As of now, this is not possible. [quote:35ebhp31] 2. I tried to add a button to the get object on the header of an xbrowse but I get a runtime error. I'm guessing the get object hasn't been instantiated until :CreateFromCode() is executed. [/quote:35ebhp31] oBarGets are created during execution of oBrw:A...
oBarGet on xbrowse header
[quote="nageswaragunupudi":d1gngkoq]oBarGets are created during execution of oBrw:Adjust() by calling an "internal" method oCol:CreateBarGet(). WIKI clearly lists this as one of the internal methods.[/quote:d1gngkoq] Just for curiosity, why is it not declared as hidden ?
oBarGet on xbrowse header
Yes, we could have declared this method as protected.
oBarGet on xbrowse header
[quote="nageswaragunupudi":2p926lx3]Mr Reinaldo After oBrw:Adjust() is executed, oBarGets of the specified columns are created but now it is too late to add button and bAction, because we need to do this at the time of creation of Get.[/quote:2p926lx3] I suppose it wouldn't be too complicated to add a couple of new D...
oBarGet on xbrowse header
yes
oBarGet on xbrowse header
Provided in 17.12.
oBro:EditSource() vs. oBro:Edit()
hi, when use Excel File Type "C" will have LEN = 255 oBro:EditSource() will display Type "C" as "single line" oBro:Edit() will display Type "C" as "multi line" when type into oBro:EditSource() Type "C" it make Problem with German Umlaute you can use "single Umlaut" like "München" but not "Müü" ( 2nd Umlaute follow 1...
oBrowse:bSeek and TAB
hi, when "TAB" (from other Control) into XBROWSE it will "activate Seek" but not bSeek Codeblock itself how can i avoid "Seek" without type any Sign (a-z, 0-9) <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
oBrowse:bSeek and TAB
When XBrowse gets focus by whatever way, browse is refreshed and no seek is executed. Seek is activated only by a kay-stroke and not in any other way.
oBrowse:bSeek and TAB
hi, Thx for Answer. just can say when press "TAB" to get to next TGET when got to XBROWSE it "change" Display ... have not figure out yet "what" is shown (only 1 Record) p.s. still happens even when use [code=fw:3l8jv5u2]<div class="fw" id="{CB}" style="font-family: monospace;">   oBrw:<span style="color: #000000;...
oBrowse:bSeek and TAB
[quote:25hccw09]when got to XBROWSE it "change" Display ... [/quote:25hccw09] When XBrowse receives focus, the browse is refreshed. That means, if there is any change in the data, the current data is displayed.
oBrw:KeyCount() inexacto (SOLUCIONADO)
Hola amigos, Bajo xBrowse uso oBrw:KeyCount() para indicarle al usuario el numero de lineas que incluye la lista que esta viendo que incluye algunos filtros, sinembargo a veces no coincide el valor que me arroja oBrw:KeyCount() con el numero de lineas que realmente me esta mostrando. Por ejemplo, oBrw:KeyCount() me da...
oBrw:KeyCount() inexacto (SOLUCIONADO)
oBrw:KeyCount() returns the result of OrdKeyCount(). By default, OrdKeyCount() includes deleted records also. To get the correct number of records, excluding deleted records, we should include "!DELETED()" in the filter condition. Example: USE CUSTOMER ? OrdKeyCount() --> Number of all records including deleted recor...
oBrw:KeyCount() inexacto (SOLUCIONADO)
Now it works! Thanks!!!
oBrw:Refresh(.T.) don't refresh new record
Dear All, [code:a615vz1m] DEFINE TIMER oTimer OF oWnd INTERVAL 5000 ACTION &#40;oBrw&#58;Refresh&#40;&#46;T&#46;&#41;&#41;[/code:a615vz1m] I use oBrw:Refresh( .T. ) for refresh new record but when I enter the new record, it doesn't show on the Browse. oBrw:Refresh( .T. ) = :Upstable() ? When the new record append...
oBrw:Refresh(.T.) don't refresh new record
Dutch Try obrw:gobottom() before obrw:refresh(.t.) and make sure you have oBrw:bBookMark := {| n | iif( n == nil,(MYALIAS)->(RecNo()), (MYALIAS)->(dbgoto(n)) ) } // Required! anyway when using rdd, xbrowse refresh is still buggy and not performing as expected, i will post a sample today that shows the problem. R...
oBrw:Refresh(.T.) don't refresh new record
Antonio, Can you please take a look at the sample below i join 2 images that show the problem, still refresh has bad painting Refresh(.t.) will force the record to be first on the list qnd redraw the whole page which is not always what we want to do. Thanks for help Richard fwh 8.03 [img:2103i1i9]http&#58;//www&#4...
oBrw:Refresh(.T.) don't refresh new record
Thanks Richard, I'll try your recommend. Regards, Dutch
oBrw:Refresh(.T.) don't refresh new record
Mr Richard I am testing your program and I am not facing any problem here. The edited value is correctly shown at the right place and browse painted correctly. I have already downloaded 8.04 but I think 8.04 and 8.03 may not be much different. Refresh( .t. )'s intended behavior is to GoTop. Normally we should use Re...
oBrw:Refresh(.T.) don't refresh new record
Mr NageswaraRao I am just editing at line name 8 and replacing the 8 with 3a value then enter, i can reproduce the problem every time. I am using standard fwh 8.03 and standard xbrowse from fwh not modified. Maybe your copy of xbrowse is different ? Would you mind building the sample with standard xbrowse from fwh a...
oBrw:Refresh(.T.) don't refresh new record
Mr Richard > I am just editing at line name 8 and replacing the 8 with 3a value then enter, > Yes this is what I have done. I always use FWH original code only for this forum postings. I have used 8.04 and now tested by linking with 8.03 xbrowse prg. both give me the same results. You said you can not reproduce the ...
oBrw:Refresh(.T.) don't refresh new record
Mr NageswaraRao This is very strange. I reproduce the problem everytime. In fact the problem appears everytime you try to set a lower key than your current one, i mean a key that should be displayed before. What happens is the new line is diplayed at the proper place and at the previous line also which is bad. in ...
oBrw:Refresh(.T.) don't refresh new record
Mr Richard > n fact the problem appears everytime you try to set a lower key than your current one, i mean a key that should be displayed before. > Yes. I have done that only. I have no issues Anyway now i shall complie with 8.03 xbrowse code "once again". I shall get back in a few minutes
oBrw:Refresh(.T.) don't refresh new record
You are right. With 8.03 I confirm your problem. With 8.04 this is solved.
oBrw:Refresh(.T.) don't refresh new record
Incidentally I would also like to share with you how the new commands have simplified the coding. Your earlier code [code:3dzs4xlk] oBrw &#58;= TXBrowse&#40;&#41;&#58;New&#40; oWnd &#41; oBrw&#58;bClrStd &#58;= &#123;|| &#123; CLR_BLUE, CLR_WHITE &#125; &#125; oCol&#58;=oBrw&#58;AddCol&#40;&#41; oCol&#58;bStrData&#5...
oBrw:Refresh(.T.) don't refresh new record
Thank you for taking time to test the problem I am happy to know that this issue is solved in fwh 8.04, i will install this version today and report back The new syntax is quite nice, i have used it also (not all of it since there are new commands in there) Thanks again and best regards Richard
oBrw:Refresh(.T.) don't refresh new record
Mr Richard With 8.04 Before edit [url=http&#58;//img155&#46;imageshack&#46;us/my&#46;php?image=srn1kw2&#46;jpg:v1zf3ys4][img:v1zf3ys4]http&#58;//img155&#46;imageshack&#46;us/img155/8742/srn1kw2&#46;th&#46;jpg[/img:v1zf3ys4][/url:v1zf3ys4] After Edit [url=http&#58;//img155&#46;imageshack&#46;us/my&#46;php?image=scrn2kr...
oBrw:Refresh(.T.) don't refresh new record
Mr NageswaraRao You are right, this is the correct behaviour Though i will test and try to place at another line than first to see that there are no painting problems something in between 2 or 3 for instance Richard
oBrw:Refresh(.T.) don't refresh new record
Mr Richard Please see this [url=http&#58;//imageshack&#46;us:1ha8qvh3][img:1ha8qvh3]http&#58;//img227&#46;imageshack&#46;us/img227/7263/scrn3ah8&#46;jpg[/img:1ha8qvh3][/url:1ha8qvh3] Is this okay ?
oBrw:Refresh(.T.) don't refresh new record
Mr NageswaraRao Yes this is exactly what we would expect Richard
oBrw:Refresh(.T.) don't refresh new record
Mr Richard Working with XBrowse 8.04 I found out more. This is the only code that is needed: [code:1r8wjpts] @ 0,0 XBROWSE oBrw COLUMNS "Name" SORT "NAME" ALIAS "TEST" COLOR CLR_BLUE,CLR_WHITE oBrw&#58;aCols&#91; 1 &#93;&#58;nEditType &#58;= EDIT_GET [/code:1r8wjpts] Even bOnPostEdit is provided by default. We do not...
oBrw:Refresh(.T.) don't refresh new record
Mr NageswaraRao I have installed and tested with fwh 8.04 The refresh problem is ok now the new syntax is not working for me , i get an error message Error occurred at: 04/14/08, 13:32:00 Error description: Error BASE/1005 Message not found: TXBRWCOLUMN:_CSORTODER Stack Calls =========== Called from: to...
oBrw:Refresh(.T.) don't refresh new record
Richard, Please download 8.04 again. Sorry for the inconveniencies, thanks
oBrw:Report
hi can I get any example to add page on the bottom of oBrw:Report ? thank you -------------------------------------------------- FiveWin for xHarbour 12.01 - Jan. 2012 xHarbour development power (c) FiveTech, 1993-2012 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7
oBrw:Report
[code=fw:y2cndvkf]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp;REPORT oReport <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">" "</span>,cTITLE+<span style="color: #ff0000;">" &nbsp; "</span>+ dtoc<span style="color: #000000;">&#40;</span>anfang<span style="color: #0000...
oBrw:Report
[code=fw:1hze4gt4]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw:<span style="color: #000000;">Report</span><span style="color: #000000;">&#40;</span> cTitle, lPreview, lModal, <span style="color: #000000;">&#123;</span> |oRep,oBrw,n| RepSetup<span style="color: #000000;">&#40;</span> oRep, oBrw, ...
oBrw:Report
thank you mr Rao is this correct? [code=fw:3jipfoz6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> MyRepPostEnd<span style="color: #000000;">&#40;</span> oRep <span style="color: #000000;">&#41;</span><br /><br />oRep:<span style="color: #000000;">oFooter</span>...
oBrw:Report
[quote:3nnjtug4]can I get any example to add page on the bottom of oBrw:Report ? [/quote:3nnjtug4] If you mean page numbers at the bottom of each page, oBrw:Report() method automatically prints page numbers at the bottom of each page. You do not need to do anything.
oBrw:Report
hi mr Rao with this code I get page number: [code=fw:h4q04f46]<div class="fw" id="{CB}" style="font-family: monospace;">oBrw:<span style="color: #000000;">Report</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"INTEST"</span> .t., <span style="color: #00C800;">nil</span>, <span style="col...
oBrw:Report
Hello, have you tired to use FOOTER when defining the report. Best regards, Otto [code=fw:2v93h0bt]<div class="fw" id="{CB}" style="font-family: monospace;">REPORT oReport <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">" "</span>,cTITLE+<span style="color: #ff0000;">" &nbsp; "</span>+ dtoc<s...
oBrw:Report
hi Otto thank you for your reply. I would like to use Report from XBROWSE. this is my target. I have my first dialog with e large Get [code=fw:yacpd5e6]<div class="fw" id="{CB}" style="font-family: monospace;">@ <span style="color: #000000;">40</span>, <span style="color: #000000;">10</span> <span style="color: #0000ff...
oBrw:Report
Hello, I am sorry I didn't read you question well. I never tried to configure oBrw:report myself. Best regards, Otto
oBrw:Report error on memo field
Hello, A memo field contains an array , i got an error in rcolumn line 43 METHOD LineCount() INLINE If( ::lMemo, MLCount( Trim( Eval( ::aData[ 1 ] ) ), ::nSize ), Len( ::aData ) ) Eval( ::aData[ 1 ] ) returns an array probably the codeblock ::aData[1] should return e text (i.e. "Array") In MakeRepCol (xbrowse) , or...
oBrw:Report error on memo field
there is also an error when we use supertitles on xbrowse
oBrw:Report error on memo field
At present, memo fields containing arrays are not handled by the Report object. The enhancement is to be made in the Report class but not XBrowse. This enhancement will be provided in the next version.
oBrw:Report error on memo field
Printing of Arrays returned by Memo fields is provided in FWH 13.02 Even array values in a cell of xbrowse are shown as a list.
oBrw:Report -Problema-
Saludos , Al momento en un xBrowse ejecutar un oBrw:Report() me genera el siguiente error [img:2br8v4kx]http&#58;//www&#46;mag071&#46;com/fwh/preview&#46;png[/img:2br8v4kx] Gracias de antemano.
oBrw:Report -Problema-
Mario, Comprueba si tienes permisos de escritura en esa carpeta
oBrw:Report -Problema-
Antonio, Agradecido como siempre, eso era, permisos de escritura en la carpeta WINDOWS/TEMP.
oBrw:Report setup SETPORTRAIT
the user can select lLandscape for the orientation of report oBrw:Report( 'Test', , , ; { |oRep, oBrw | MySetUp( oRep, oBrw, lLandscape ) } ) MySetUp( oRep, oBrw, lLandscape ) If lLandscape oRep:SetLanscape() Else oRep:SetPortrait() endif return nil [b:2fl6ymae]How I can make to set the...
oBrw:Report() altura interlineado
Hola, Con Xbrowse fijo la altura de cada fila con "oBrw:nRowHeight := ", como se hace para cambiar la altura de fila en el reporte que por defecto se genera a ulitizar oBrw:Report() Gracias y saludos,
oBrw:Report() height lines
Hi, With Xbrowse fixed the height of each row with "oBrw: nRowHeight: =", as it is done to change the row height in the report that by default is generated to use oBrw: Report() Thanks,
oBrw:Seek("""") deshace SetFilter
[code=fw:3d7tslvh]<div class="fw" id="{CB}" style="font-family: monospace;"> Prod-><span style="color: #000000;">&#40;</span>dbSetFilter<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#123;</span>|| Prod->Mfa_Prod=<span style="color: #ff0000;">"A"</span> .and. Prod->At1_Prod=<span style="color...
oBrw:Seek("""") deshace SetFilter
Mira se ayuda: [code=fw:3o4siweb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><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 style="color: #00D...
oBrw:SetArray() differences beetween TCBrwose and XBrowse
Hi, I am testing XBrowse to evaluate a migration from the standard TcBrowse FWH class. The first (and most important difference - and problem -) I found is this: if I make an array browse and I need to add another element I already added it nto the array to do then a symply oBrw:SetArray(aUpdatedArray). There are n...
oBrw:SetArray() differences beetween TCBrwose and XBrowse
Hello Marco, I'm just busy, to create a tool for xbrowse. As i have seen your message, i added a function for a array test. There was no problem to add a element at runtime. I try, to send you a sample today. Regards Uwe
oBrw:SetArray() differences beetween TCBrwose and XBrowse
Thanks Uwe, however my problem is not to add or change an element at runtime but the SetArray method that called at runtime to update the displayed array it delete the header and the others initial settings.
oBrw:SetArray() differences beetween TCBrwose and XBrowse
Marco, I had the same problem: <!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=10244&highlight=array">http://fivetechsoft.com/forums/viewtopi ... ight=array</a><!-- m --> Regards, Otto
oBrw:SetArray() differences beetween TCBrwose and XBrowse
Hello Here is just a sample [code:1k5e56mc] &#46;&#46;&#46; &#46;&#46;&#46; Local oDlg, oLbx1, oBtn1, aFont oFont1 &#58;= TFont&#40;&#41;&#58;New&#40;"Arial", ,-12,&#46;F&#46;,&#46;T&#46; , , , ,&#46;F&#46;&#41; // The Array 9 Rows and 5 Cols // ---------------------------------------- PRIVAT aTEST&#91;9&#93;&#91...
oBrw:SetArray() differences beetween TCBrwose and XBrowse
There have been lots of improvements in array browses in Xbrowse. Simplest way is @ 0,0 XBROWSE oBrw OF oWnd ARRAY aData [AUTOCOLS] [AUTOSORT] AUTOCOLS adds all columns. AUTOSORT sets sort on columns. If we want to add only selected columns, but not all columns : @ 0,0 XBROWSE oBrw COLUMNS 5,4,3 HEADERS "Five","Fo...
oBrw:SetArray() differences beetween TCBrwose and XBrowse
Yes, solved. I only have to make an oBrw:Refresh() without a new SetArray to display the changes. Thanks to all.
oBrw:SetArray() differences beetween TCBrwose and XBrowse
[quote="Marco Turco":1sk21k7p]Yes, solved. I only have to make an oBrw:Refresh() without a new SetArray to display the changes. Thanks to all.[/quote:1sk21k7p] Yes. SetArray should not be used again at any stage even in earlier versions of XBrowse
oBrw:SetSize() has no effect at all in TXBROWSE..please help
That statement oBrw:SetSize( 20, 20 ) Antonio suggested to resize the dialog box has no effect at all on resizing the dialog . You can test it your self . [code:2ivkemqd] STATIC FUNCTION mete&#40; oWnd &#41; *----------------------------------------------- local oChild, oBrw Local oDlgn, oDbfc, oBrwc local n...
oBrw:SetSize() has no effect at all in TXBROWSE..please help
Try [code:3qpp1zye]ACTIVATE DIALOG oDlgn; ON INIToBrw&#58;SetSize&#40; 20, 20 &#41;[/code:3qpp1zye] EMG
oBrw:SetSize() has no effect at all in TXBROWSE..please help
Thanks EnricoMaria It works