topic
stringlengths
1
63
text
stringlengths
1
577k
posible bug en clausula WHEN de GET (Solucionado)
Buenos Dias Sr. Antonio: Experimento cierto extraño comportamiento al momento de poner clausulas WHEN en dialogo con varios GETS tengo un primer get cuyo VALID llama a otro dialogo y cuando el retorno debe seguir y entrar al segundo get de parada se pasa de largo y si en el siguiente get hay un when perdio totalmen...
posible bug en clausula WHEN de GET (Solucionado)
Julio César, Este ejemplo aqui funciona correctamente. Puedes probarlo ? [code=fw:2fla1rc1]<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=...
posible bug en clausula WHEN de GET (Solucionado)
Buenos Dias Sr. Antonio: La Rutina que me congela el dialogo: [code=fw:hbm126h5]<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 />MEMVAR k01,k02,k03,k04,k05,k06,k07,k08,k09,k10<br />MEMVAR k11,k12...
posible bug en clausula WHEN de GET (Solucionado)
[code=fw:aob43o4n]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Borland <span style="color: #0000ff;">Resource</span> Compiler &nbsp;Version <span style="color: #000000;">5.40</span><br />Copyright <span style="color: #000000;">&#40;</span>c<span style="color: #000000;">&#41;</span> <span style="color...
posible bug en clausula WHEN de GET (Solucionado)
Cual de esos GETs es el que te da el problema ?
posible bug en clausula WHEN de GET (Solucionado)
El problema surge cuando salgo del valid en el tercer GET (segundo tabstop) "salon" y lo que he apreciado es que Fivewin 1 Marca el siguiente tabstop antes de abrir el tercer dialogo 2 Cuando regresa y la siguiente variable no ha cambiado internamente en su valor SI se posiciona en el siguiente Get con tabs...
posible bug en clausula WHEN de GET (Solucionado)
Intenta proporcionar un ejemplo que reproduzca el problema
posible bug en clausula WHEN de GET (Solucionado)
Sr. Antonio: Solucione el problema quitando las clausulas WHEN en todos los GETS con TABSTOP cuyas variables podrían cambiar su valor internamente y Redirigiendo el foco directamente al próximo GET donde debería detenerse. Muchas gracias por su atención!! Saludos Julio César Gómez Cortéz Godryc Experiencias Lima Per...
posible bug en clausula WHEN de GET (Solucionado)
Julio Cesar el problema puede que sea la sobrecarga del "=", como bien sabes vale para asignar y para comparar... Desde la epoca de clipper 5.3 yo me he acostumbrado a usar ":=" para asignar y "==" para comparar, de este modo te quitas de muchos problemas <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D...
posible cambio en el browse
Cuando se inicializa se usa : ::bLogicLen = { || ( ::cAlias )->( RecCount() ) } pero si se usan indices o scopes lo suyo seria usar : ::bLogicLen = { || ( ::cAlias )->( OrdKeyCount() ) } Saludos.
posible cambio en el browse
Manuel, Cierto, gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
posible fallo de harbour para fivemac
No se si soy yo o es un error de harbour pero me tiene parado . Si alguien lo puede mirasr a ver .... es simple , es el manejo de los indices supongamos este codigo : local cFamilia:="familia" Use Familia Alias (cFamilia) NEW SHARED VIA "DBFCDX" (cFamilia)->(ordsetfocus(1)) Me deja el orden natural pasando de la ...
posible fallo de harbour para fivemac
Olvidaros . Mia culpa . Resulta que al realizar los indices se me olvidó incluir la clausula VIA "DBFCDX" por lo que realizó los indices ntx . Luego intentaba abrirlos cdx que no existian . <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> <!-- s:evil: --><i...
posible mejora al methodo cgenprg() en Twindow
Para poder declarar los controles como locales se puede hacer estos cambios : [code=fw:5zrq5023]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />  <span style="color: #00C800;">if</span> ::<span style="color: #000000;">oBar</span> != <span style="color: #00C800;">nil</span><br />      cPrg += <spa...
posible mejora al methodo cgenprg() en Twindow
añado mejora en metodo cgenprg de tSay con control de unidades en los dialogos: [code=fw:1d5jloq4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">METHOD</span> cGenPrg<span style="color: #000000;">&#40;</span>lDlgUnits,nindex <span style="color: #000000;">&#41;</span...
posible mejora al methodo cgenprg() en Twindow
añado mejora metodo cgenprg de checkbox [code=fw:3vf4jprs]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> cGenPRG<span style="color: #000000;">&#40;</span>lDlgUnits,nindex <span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> TC...
posible mejora al methodo cgenprg() en Twindow
añadido mejora en combobox : [code=fw:3ifyk1bw]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> cGenPrg<span style="color: #000000;">&#40;</span> lDlgUnits,nindex <span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> TComboBox<br...
posible mejora al methodo cgenprg() en Twindow
Manuel, Perdonad todos que me intrometa, pero quizás mi experiencia sirva de algo. No creo que deban ir por ahí los "tiros". El METHOD cGenPrg() tal como está no creo que nos sirva, es más no creo que se llegue a usar dado que requerimos de otros pasos previos a la obtención del código (como es la propia creación de ...
posible mejora al methodo cgenprg() en Twindow
Efectivamente tu plantamiento es correcto cara a realizar un ide , diseñador o generador de código , cara a poder recuperar el código escrito y mucho mas. En este caso , la única intención de los cambios que propongo en este post es completar correcciones pendientes del código fivewin que ya existe , siguiendo la mism...
posible mejora en Tprinter
Sería bueno añadir este par de metodos a la clase tPrinter , quitaría algo de trabajo . [code=fw:3nt8mm0s]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">METHOD</span> CmBox<span style="color: #000000;">&#40;</span> nRow, nCol, nBottom, nRight, oPen <span style="colo...
posible mejora en Tprinter
Manuel, gracias! Incluido para el próximo build <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> He modificado tu código asi: [code=fw:2q78h99z]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> CmBox<span style="co...
posible mejora en Tprinter
Esa implementación me parece muy correcta , pero rompe un poco con el paralelismo con ::box() y ::line() que no usan alto y ancho sino cordenadas "finales" . Para mi es mas cómoda tu implementacion , pero ... ¿ Como lo ves ?
posible mejora en Tprinter
Manuel, Tienes razón, es preferible implementarlo de la misma forma usada anteriormemte <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> gracias!
posible mejora en Tprinter
mas mejora : [code=fw:i2v8xmhl]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">METHOD</span> Pix2Cmtr<span style="color: #000000;">&#40;</span>nRow, nCol<span style="color: #000000;">&#41;</span> <span style="color: #00C800;">INLINE</span> ;<br />&nbsp; &nbsp; &nbsp;...
posible mejora en Tprinter
Incluido tambien, gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
posible mejora en Tprinter
Aun mas . Estas devuelven el punto que centra el texto en la página . La longuitud del texto en cm. imprime un texto con un box . imprime un texto con un box centrado en la pagina ( ideal para titulos) Ya esta completo . [code=fw:3qpgpqsz]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><br /...
posible mejora en Tprinter
Estimado.... que bueno estas nuevas mejoras.... podrías publica como te queda la clase arregada ? gracias totales david
posible mejora en Tprinter
En síntesis , si todo esto va de la mano con un TestPrn.Prg, es mas significativo. saludos.
posible mejora en Tprinter
[quote="davidObarrio":geegeh3k]Estimado.... que bueno estas nuevas mejoras.... podrías publica como te queda la clase arregada ? gracias totales david[/quote:geegeh3k] Siento no poder enviar la clase tprinter pertenece a Fivetech y esta bajo licencia , por ello he publicar los trozos de código variados pero no la c...
posible mejora en Tprinter
Aqui dejo un testprint7.prg rapido .No lo he testeado pues no estoy en windows pero tiene que funcionar si añadimos los metodos anteriores. [code=fw:1a2ruocq]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</s...
posible mejora en Tprinter
Manuel, Añadido para FWH 13.05, gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
posible mejora en Tprinter
Antonio , En el código existe un gazapo en el metodo TextInBox ( cambiado alto * ancho ) La forma correcta es esta : [code=fw:3o85107n]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">METHOD</span> TextInBox<span style="color: #000000;">&#40;</span>nTop,nLeft,cText,cm...
posible mejora en Tprinter
Buen trabajo, gracias por tu tiempo y esfuerzo en mejorar las clases, y por compartir ese trabajo.
posible mejora en xbrowse .
para los que tengan funcionando el Estilo 2010 en el menu principal queda feo el estilo 2007 en los pop menus del xbrowse . A mi me funciona bien asi. [code=fw:3nubxrvn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> SetColumns<span style="color: #000000;">&#4...
posible mejora en xbrowse .
Thanks for pointing out. Implemented in 13.07 release. [code=fw:3t04t8u5]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; <span style="color: #0000ff;">MENU</span> oMenu <span style="color: #0000ff;">POPUP</span><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">if</span> ::<span style="color: #0...
posible pequeño cambio en xbrowse
En PaintCell de TXBrwColumn ... en caso de que el boton tenga bmp se ajusta a bmp , pero si definimos un ancho mayor del boton se coge ese ancho ... [code=fw:3vzinnwt]<div class="fw" id="{CB}" style="font-family: monospace;"><br />....<br />&nbsp; <span style="color: #00C800;">if</span> nType > <span style="color: #00...
posicionar un buttonbar
Hola amigos, ¿alguien sabría decirme como puedo decirle a buttonbar que aparezca en una determinada posición de la ventana? [code=fw:3710bzeb]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">BUTTONBAR</span> oBar <span style="color: #0...
posicionar un buttonbar
Ups!! Pido disculpas. Ya lo he solucionado. [code=fw:2vgourrv]<div class="fw" id="{CB}" style="font-family: monospace;">@ x,y <span style="color: #0000ff;">BUTTONBAR</span> oBar <span style="color: #0000ff;">OF</span> oWnd</div>[/code:2vgourrv] Es que ando algo oxidado <!-- s:wink: --><img src="{SMILIES_PATH}/icon_...
posición inicial en un get vacio con picture
Estimado Antonio, he notado que en los get cuando esta vacio (no tiene texto), y lo seleccionamos con el raton dando click en cualquier parte del get, se posiciona en la primera posición, (lo cual es lo correcto), pero si el get tiene un picture por ejemplo "@R 9999-9999" la posición se mantiene donde demos el click ...
posición inicial en un get vacio con picture
Estimado Carlos, Supongo que estás editando un valor numérico. Estas líneas en tget.prg controlan ese comportamiento: [code=fw:sgwsdec2]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp; &nbsp;<span style="color: #00C800;">if</span> ::<span style="color: #000000;">oGet</span>:<span style="color:...
posición inicial en un get vacio con picture
Gracias Antonio, reviso, realmente es un get de texto (numero de mobil) con un picture "R 9999-9999" por lo que solo acepta numeros, NO es numerico. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> revisare....
posición inicial en un get vacio con picture
Gracias antonio, por la sugerencia, asi quedo: [code=fw:14gaf46o]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp; <span style="color: #00C800;">if</span> ::<span style="color: #000000;">oGet</span>:<span style="color: #000000;">Type</span> != <span style="color: #ff0000;">"N"</span> ...
position a child in a Mdi window
I have a window Main initial as this : [img:j62gegtc]https&#58;//i&#46;postimg&#46;cc/2yB3fjnk/1w&#46;png[/img:j62gegtc] It is not made with fwh outllook, there ia a vertical splitter at the end and the I wish insert a child window but the window must not go down the outlook menu [img:j62gegtc]https&#58;//i&#4...
position a child in a Mdi window
Silvio, You need to use panels instead of MDI windows. Sorry, I don't have an example I can show you. James
position of a dialog near to a get
How show a dialog near the get ( get ...bitmap) near to button of the get ?
position of a dialog near to a get
Silvio, try to get the coords with getWndRect( oGet:hWnd ) and you can apply the get's width and height too if you need other coords I think what you want to do is a datepicker, but I have problem to close the dialog (cal) when click outside it [code=fw:3c84rcvv]<div class="fw" id="{CB}" style="font-family: monospac...
position of a dialog near to a get
A possible solution is change the dialog by window, but now don't work ESC to close the calendar [code=fw:7fe67apk]<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<...
position of a dialog near to a get
Ok, this work, but I don't know if it's the best solution [code=fw:2evklcds]<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;">"...
position of a dialog near to a get
GOOD I'm trying your samples
position of a dialog near to a get
on W7 not run good I see only 5 days and not all lines
position of a dialog near to a get
Hi, it is strange, because I develop it in win7 32 bits regards Marcelo
position of a dialog near to a get
I have ASUS G73JW WITH 860 QM INTEL CORE 7 8 GIGA RAM 1,5 GIGA NVIDIA GEFORCE GTX440M BLUE RAY WRITER EAX 5.0 BUT WITH WINDOWS HOME PREMIUM 64 BIT [img:1kmvwtfb]http&#58;//img535&#46;imageshack&#46;us/img535/5898/da2o&#46;jpg[/img:1kmvwtfb] Now I have this resolution of screen : default 125% I tried also wi...
position of a dialog near to a get
Silvio, sorry I don't have win7 64. This is an improve, now work properly when we are using themes [code=fw:2ct49fhw]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> calendar<span style="color: #000000;">&#40;</span> fecha, oGet <span style="color: #00000...
position of a dialog near to a get
I understtod I cannot use this feature I must use dtpick only... on win7 64bit
position of an Image
I must change the position on bresize of a dialog this image is on a TTitle control I tried with [b:3vppmejh]oImagetitle:nLeft[/b:3vppmejh]:=oTitle:nWidth-120 but it make error because there is not nleft valriable on ttitle image and I not found a right variable on class How I can resolve it ?
position of an Image
Silvio, oTitle:SetPos( nTop, nLeft )
position of an Image
not run I need to move the image of the otitle
position of an Image
Silvio, Try this: oTitle:aImgs[ 1 ] = nRow oTitle:aImgs[ 2 ] = nCol oTitle:Refresh()
position of an Image
Antonio, made error [code=fw:oxr9j37m]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br />&nbsp; &nbsp;Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">E</span>:\Modelli_Mail\test.Exe <span style="color: #000000;">&#40;</span><span style="color: ...
position of an Image
Silvio, This is the line where it is failing: nBmpWidth = nBmpWidth( ::aImgs[ n, TI_HBMP ] ) I can't understand how you have these values there: Error description: Error BASE/1068 Argument error: array access Args: [ 1] = N 527 !!!!!!!! [ 2] = N 3
position of an Image
try it please ( I rem the refresh for the image on Rinfresca_oDlgModelli function ) [code=fw:3lal2vlb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <...
position of an Image
[b:3jmp07sk]Antonio, I found the solution !!![/b:3jmp07sk] oTitle:[b:3jmp07sk]aImgs[1][ 2 ] [/b:3jmp07sk]= oTitle:nWidth-120 oTitle:Refresh()
position of an Image
very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
posizione di righe inserite con tcBrowse
ciao, a tuttti, ho un archivio dbf gestito con tcBrowse (xHarbour 1.0.0 + fw 7.12) a cui aggiungo linee con 'drag and drop' da un altro archivio. per inserire la linea nel dbase ricevente copio le righe dal punto di inserimento alla fine del file in un archivio temporaneo, cancello le righe copiate, aggiungo la riga vu...
possible bug at FW_CreateMDB( cDb )?
Mr Lucas There is no close method for ADOX.Catalog object. If the create action succeeds oCat:ActiveConnection has a valid ADODB.Connection in open state. It seems to be a good idea to close it. When the create action fails, oCat:ActiveConnection is nil. Catalog object itself will be cleaned by harbour's garbase co...
possible bug at FW_CreateMDB( cDb )?
Hello, In this function, the oCat should not be closed before ending the function?. Thank you.
possible bug in Richedit [solved]
Hi, In this sample: <!-- m --><a class="postlink" href="http://demo.ovh.com/es/81548502201e3f47dfb098a73bc8423d/">http://demo.ovh.com/es/81548502201e3f47 ... 73bc8423d/</a><!-- m --> When it loads the text, all is selected as picture shows: [url=http&#58;//img545&#46;imageshack&#46;us/i/errorit&#46;png/:3sng5u7w][im...
possible bug in Richedit [solved]
[code=fw:ft0oe88m]<div class="fw" id="{CB}" style="font-family: monospace;">oDlg:<span style="color: #000000;">bStart</span> = <span style="color: #000000;">&#123;</span> || oRich:<span style="color: #000000;">SetPos</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="co...
possible bug in Richedit [solved]
Thank you very much.
possible changing BtnBmp-gradient at runtime ?
Is it possible to change the gradient of BtnBmp at runtime ? I tested to change the color on button-action, but doesn't work. Maybe I have to destroy the button and rebuild ? [b:285px3eu]The button I want to change the gradient :[/b:285px3eu] REDEFINE BTNBMP oBtn[10] OF oDlg2 UPDATE ; ID 900 PIXEL 2007 ; NOBORDER ; P...
possible changing BtnBmp-gradient at runtime ?
You can change at runtime. You do not need to rebuild the button.
possible changing BtnBmp-gradient at runtime ?
That is, what I'm trying to do : ( the dialog I'm working on ) The original button-colors [img:op2wfl0g]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Btnbmp1&#46;jpg[/img:op2wfl0g] The changed colors. No refresh of the testbutton. [img:op2wfl0g]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Btnbmp2&#46;jpg[/img:op2wfl...
possible changing BtnBmp-gradient at runtime ?
Mr. Rao, it works fine now. Just a symple REFRESH needed. I forgot using vars inside the testbutton. ( late at night, I lost my concentration ) [b:3a867vtu]The used vars :[/b:3a867vtu] [b:3a867vtu]nBColorF1 := 12434811 nBColorB1 := 16777215 nBGradPos1 := 0.50 nBColorF2 := 255 nBColorB2 := 16777215 nBGradPos2 := 0.50...
possible with xBrowse?
Hello. I would like to know if it is possible to do with xBrowse, so results are updated in runtime mode: [url=http&#58;//imageshack&#46;us/photo/my-images/855/xbrowse&#46;png/:2xq8rbdj][img:2xq8rbdj]http&#58;//img855&#46;imageshack&#46;us/img855/9222/xbrowse&#46;png[/img:2xq8rbdj][/url:2xq8rbdj] Uploaded with [url=...
possible with xBrowse?
I prepared a sample for Incremental Filter using \fwh\samples\customer.dbf. The incremental filter is applied to the field "FIRST". You may test this on customer.dbf first and then adopt to your dbf structure and requirements. [code=fw:1lww2dqh]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="col...
possible with xBrowse?
Thank you very much. It works perfect. xBrowse is too much powerfull!!!.
possible with xBrowse?
[quote:1tq3pl3b]xBrowse is too much powerfull!!! [/quote:1tq3pl3b] Will become more powerful. Incremental filters like the above will be provided natively in the XBrowse from the next version. Then the application code to achieve the above can be as small as: [code=fw:1tq3pl3b]<div class="fw" id="{CB}" style="font-fam...
possible with xBrowse?
Incredible, Mr. Rao. Also, to search the entire DB: cFilter := 'hb_WildMatch( "*' + Upper(cPattern) + '*", DbRecordInfo( 9 ))' But in ADS does not work, it says: Error ADSCDX/0 Operation not supported I think it will be very interesting to search in the entire db. I would like to congratulate you for all ...
possible with xBrowse?
Thanks for reminding me about ADS. I realize the need to distinguish ADS in the code under development. For ADS, particularly client server implementation with large tables, it is desirable that the filter expression can be resolved on the server and if possible optimized. Instead of using wildmatch function, better ...
possible with xBrowse?
Thank you very much. Which is please the equivalent in ADS for cFilter := 'hb_WildMatch( "*' + Upper(cPattern) + '*", DbRecordInfo( 9 ))' , so I can search in all fieds ? Thank you.
possible with xBrowse?
Mr Nao, Thank you very much for this very interesting sample. I would like to know if it is possible to use a Get instead of a Say, because it is easier for customers, but the same behaviour (if I press S, it should filter records contaning S, if I add SA, filter with SA...).
possible with xBrowse?
Hello. Is possible to use a Get? Thank you.
possible with xBrowse?
Hello. As I use a ribbon bar for add, delete, search, print, etc options, when a user clicks on it, focus is not on Say, or if the user press F1, say does not work. That´s why I need Get, but it does not work, as ON CHANGE clause returns penultimate character, not last, so it does not work. Any clue?. Thank you.
possible with xBrowse?
[quote="ukservice":31lc44ih]Hello. Is possible to use a Get? Thank you.[/quote:31lc44ih] I think it can be possible only you must change also the oSeek:SetText( cSeek ) I 'm thinking with oSeek:cText( cSeek ) oSeek:REFRESH()
possible with xBrowse?
Hello. I would appreciate an answer. Thank you very much.
possible with xBrowse?
On ribbon I use TSSAY class run ok instead on ADD BUTTON SAYBUTTON it is not transparent
possible with xBrowse?
TRY IT HERE RUN OK version with A get [code=fw:3qep0cpo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'fivewin.ch'</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'ord.ch'</span><br /><span...
possible with xBrowse?
Mr. Nao, Thank you very much for your answer. Also, please look at Windows 7 style, this is important as I can´t modify this to my users as they are used to previous Windows 7 stryle behaviour.
possible with xBrowse?
Mr. Mda, Thank you but with get does not work. Please try to type in the xbrowse area, then go to get and erase and type again. Hope Mr. Rao checks it.
possible with xBrowse?
[quote="ukservice":tebozvzt]Mr. Mda, Thank you but with get does not work. Please try to type in the xbrowse area, then go to get and erase and type again. Hope Mr. Rao checks it.[/quote:tebozvzt] I can not do it with Get as of now.
possible xBrowse-refresh with another Dbf ?
James, the problem : there are < [b:10d7bxzv]12[/b:10d7bxzv] > Files created on another part, 1 for each month I cannot make just 1 file and using scope for a month. I must define different files for the browser 2 best regards Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><...
possible xBrowse-refresh with another Dbf ?
[quote="ukoenig":1ectyzg7]Hello, is it possible to refresh a xbrowse with another DBF ( same structure ) ? With this sample I open the month JUNE [img:1ectyzg7]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Win10_3&#46;jpg[/img:1ectyzg7] I'm starting with a defined month 12 month are possible to display in browser 2 ...
possible xBrowse-refresh with another Dbf ?
Unless you have millions of records, I can't see any good reason to have a different file for each month. Doesn't that also mean you have to have 12 for each year also? I would think that makes things more complicated that they would be if they were all in the same file. However, since you do, just close the file for ...
possible xBrowse-refresh with another Dbf ?
Hello, is it possible to refresh a xbrowse with another DBF ( same structure ) ? With this sample I open the month JUNE [img:3429yrys]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Win10_3&#46;jpg[/img:3429yrys] I'm starting with a defined month 12 month are possible to display in browser 2 there is a RELATION betwee...
possible xBrowse-refresh with another Dbf ?
Uwe, Well, I'm not sure exactly what you are trying to do, but whatever the trigger is for the first browse, use that to set the scope of the second browse. If that is not what you were looking for, then please explain in more detail. james
possible xBrowse-refresh with another Dbf ?
James, using the < month-button >, I want to replace the data in browser 2 sample : starting with june the JUNE.dbf is shown in browser 2 On button-action like using JULY I want to change the data in browser 2 to JULY I could zap the first data in browser 2 ( June ) and append from July ? best regards uwe <!-- s:?: ...
possible xBrowse-refresh with another Dbf ?
Uwe, [quote:uw6xqtz0]I could zap the first data in browser 2 ( June ) and append from July ?[/quote:uw6xqtz0] You should just be using scopes with the entire database. Then all you have to do is change the scope on the second browse and refresh it. Just index the database on month, then set the scope to that month a...
possible xBrowse-refresh with another Dbf ?
James, Francisco thank You very much. records are no problems, because it only can be a maximum of round about 200 records ( writing bills of a month ) One solution I got working. I will test the others to find out the best one to keep. best regards Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" ...
possible xBrowse-refresh with another Dbf ?
Hello, still my old problem using one xbrowse and changing the workarea. I have to use a EXTRA statistic-file for each month. Define a new Alias on button-selection doesn't work. Tested oBrw1:cAlias := cUmsName ( new DBF ) as well. It works only once on startup. Using BROWSE() it shows the change-result but xBrowse do...
possible xBrowse-refresh with another Dbf ?
Uwe: I extracted this partial code , from my accounting program. I tried it before post it here , and it works for me. Maybe it will be of some help. All necessary tables have been open at program startup . All tables have the same structure. Regards. [code=fw:2zeb7fu9]<div class="fw" id="{CB}" style="font-family: mo...