Search found 5627 matches: rao

Return to advanced search

Re: Problema super raro (SOLUCIONADO)

Mr. Rao and friends I apologize, after several nightmare nights, I have finally solved the problem, the problem was in the last line of this code. [code] oRsWrk := FW_OpenRecordSet(oApp:oCon,"SELECT " +; "*," ...
by Armando
Thu Mar 28, 2024 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 222

Re: incremental search on Xbrowse

Hi Rao,
yes,
this is default in my Std management of table,

::oBrw:SetMultiSelectCol( )

I rarely disable it using the property :

::oBrw:oMultiSelCol:lReadOnly := .T.

TIA
by mauri.menabue
Wed Mar 27, 2024 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 271

Re: incremental search on Xbrowse

Hi Master Rao,
The fix works perfectly!
:D
TIA
by mauri.menabue
Tue Mar 26, 2024 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 271

Re: Another for Btnbmp

Dear Mr. Rao, When an element, such as a button, is focused on a webpage, the browser typically outlines it with a dotted or solid border. This behavior is akin to the "FocusRect" you mentioned. The focus outline is ...
by Otto
Mon Mar 25, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 599

Re: Problema super raro

Mr. Rao: First of all, thank you very much for your support. Whit this code       oApp:oCon:Execute( "SELECT * INTO oRsWrk FROM oRsDet" )  I get this error Error description: (DOS Error -2147352567) WINOLE/1007 ...
by Armando
Sun Mar 24, 2024 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 222

Re: Problema super raro

Mr. Rao:

Yes, I want to copy the records from a non-temporary table and pass them to a temporary table to modify them
and then return them to the non-temporary table

There are 5 records in the non-temporary table and only 2 are passed to the temporary table

Best regards
by Armando
Sun Mar 24, 2024 1:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 222

Re: Mr Rao :SetFilter no funciona

This is my test: #include "fivewin.ch"function Main()   local oCn   local oRs, cFilter   oCn := maria_Connect( "209.250.245.152,fwh,fwhuser,FiveTech@2022" )   oRs   := oCn:RowSet( "select * from states" )   cFilter  := "NAME Like '%nta-cat%'...
by nageswaragunupudi
Sat Mar 23, 2024 10:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 209

Re: Mr Rao :SetFilter no funciona

Just sent revised FiveH.lib (for FWH2307) for Harbour and BCC Sent through "wetransfer.com" You must have received a mail from them with link to download. Please keep a safecopy of your present lib and use this new lib Please let me know if the filters are working as expected. Please ackno...
by nageswaragunupudi
Sat Mar 23, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 209

Re: Problema super raro

Mr. Rao & Friends: Thanks to your advice, the first problem is solved, but now the problem is when retaking the recorded records and displaying them in an xBrowse, it only shows 2 of 5 records This is my code       IF lCrealo  ...
by Armando
Sat Mar 23, 2024 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 222

Re: Mr Rao :SetFilter no funciona

Muy agradecido Mr Rao
funciona perfectamente
by Willi Quintana
Sat Mar 23, 2024 10:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 209

Re: Mr Rao :SetFilter no funciona

We fixed the bug and this will work from the next release.

You said you are using FWH2307 with Harbour and BCC.
Please contact me on this email
nageswaragunupudi [at] gmail [dot] com.

I will send you the revised FiveH.lib for FWH2307 with this fix.
by nageswaragunupudi
Sat Mar 23, 2024 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 209

Re: Mr Rao :SetFilter no funciona

MR. Rao, con tablas de miles de registros con índices es mas rápido saludos. Here we are not talking about DBF tables. What you said is true for DBF fiters. We are talking about filters in mysql tables using fwh maria library. ...
by nageswaragunupudi
Sat Mar 23, 2024 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 209

Re: Mr Rao :SetFilter no funciona

MR. Rao, con tablas de miles de registros con índices es mas rápido
saludos.
by sysctrl2
Sat Mar 23, 2024 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 209

Re: PDF distorcionado con Tprinter en Matricial

Buenos días

Gracias por la respuesta Mr. Rao disculpe el desconicimiento pero no entiendo

defino asi
PRINT oPrn FILE cNombrePdf PREVIEW

oPrn:CmSay( nFila, nColumDere,'AMBIENTE : '+cAmbiente , oFont1 )


Muchas gracias
by EASYSOFT
Sat Mar 23, 2024 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF distorcionado con Tprinter en Matricial
Replies: 6
Views: 125

Re: Mr Rao :SetFilter no funciona

Mr Eao, gracias por atenderme...

FW 23.07,
BCC 7.10
Harbour 3.2.0dev (r1904111533)

Saludos
by Willi Quintana
Sat Mar 23, 2024 12:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 209
Next

Return to advanced search

cron