Search found 89 matches: advised

Return to advanced search

Re: Eliminate Editing Icons XBROWSE MySql

... Note: Dbl-click to open edit screen is not a feature of basic xbrowse. It is a functionality provided by xbrowser. We can disable it as I have advised in the code.
by nageswaragunupudi
Tue Nov 07, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 407

Re: who use PostgreSQL with Fivewin ?

... NOT a Problem of CLASS TPQServer(), it is METHOD SavePQQ() of Fivewin SavePQQ() is a method of TDataRow class of FWH. That is the reason, why we advised not to use TDataRow and other FWH functions for reading, editing and modifying the PostGre records and instead directly use TPQquery and TPQrow ...
by nageswaragunupudi
Fri Sep 29, 2023 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1036

Re: Lost connection to MySQL server during query

Our FWH maria library initially connects to the server with MYSQL_OPT_RECONNECT option. As many other users advised, time out or sleeping and any such reasons are irrelevant. Even if timed out, any communication with the server ( eg even a simple oCn:Ping() ) will automatically ...
by nageswaragunupudi
Mon Sep 04, 2023 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12355

Re: Cadena conexion ADO / MYSQL

1. Download and install ODBC driver as advised above. 2. You need not worry about connection string. FWH functions will automatically and transparently do it for you. oCn := FWOpenAdoConnection( { "MYSQL", <serveraddress>, ...
by nageswaragunupudi
Thu Sep 01, 2022 7:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cadena conexion ADO / MYSQL
Replies: 10
Views: 775

Re: how add image in POST

Image

Posted using https://postimage.org advised by Mr. Cristobal
by nageswaragunupudi
Sat Apr 02, 2022 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how add image in POST
Replies: 4
Views: 233

Re: OT Will you update your PC to Windows 11

Tim, Be advised that most, if not all, of your customer's probably don't have the hardware required to run Windows 11. Microsoft has relaxed some of the requirements, but hardware still requires some of the latest and most powerful ...
by James Bott
Thu Sep 02, 2021 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT Will you update your PC to Windows 11
Replies: 16
Views: 1411

Re: ïndice compuesto número + fecha

En cuanto a la recomendación de Rao me lanza este error: I advised oBrw:NUM_LIB:cSortOrder := "DOCFECHA"  because in your sample, NUM_LIB was the header of the first column. oBrw:NUM_LIB means the column which has the header "NUM_LIB". ...
by nageswaragunupudi
Fri Mar 26, 2021 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ïndice compuesto número + fecha [SOLUCIONADO]
Replies: 6
Views: 792

Re: Memory Leak - Richedit

Because oImage:Save( .t., ... ) is working, you do not need to copy and paste to TBitmap/TImage object. We also advised not to do it. In other words, you totally remove "oImage:CopyToClipBoard( .T. ), GuardarGraficaClinica( oImage, aImages )" and instead use oImage:Save() ...
by csincuir
Tue Mar 09, 2021 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

Re: Memory Leak - Richedit

Because oImage:Save( .t., ... ) is working, you do not need to copy and paste to TBitmap/TImage object. We also advised not to do it. In other words, you totally remove "oImage:CopyToClipBoard( .T. ), GuardarGraficaClinica( oImage, aImages )" and instead use oImage:Save() ...
by nageswaragunupudi
Mon Mar 08, 2021 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

Re: MARIADB CANTIDAD DE TABLAS ABIERTAS SIMULTANEAMENTE

You can open as many tables as you want simultaneously. Use different variable names for different tables, like Mr. Armando advised. Eg oRsCust := oCn:RowSet( "select * from customers" ) oRsSale := oCn:RowSet( "select * from sales" ) You need not switch the rowsets ...
by nageswaragunupudi
Sat Jan 30, 2021 11:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MARIADB CANTIDAD DE TABLAS ABIERTAS SIMULTANEAMENTE
Replies: 2
Views: 496

Re: XBROWSE: Color of the record selector triangle

... is displayed //If uNew is imagefile or resource,etc this image is displayed on record //selector in the place of the standard right arrow. //Advised to specify bitmap with size 16x16 or less . oBrw1:bClrSelFocus := { || { 0, 14540287 } } oBrw1:bClrSel := { || { 0, 15132365 } } oBrw1:nRecSelColor ...
by ukoenig
Wed Jul 29, 2020 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE: Color of the record selector triangle
Replies: 2
Views: 390

TO ALL : A tip for a structure

... In the old school of programming (of thought) of the old clipper from the Autumn 86 - Summer 87 version passing through DBIII , my friends always advised me not to make an archive with many fields but to make many archives with few fields and now I really don't know if this solution is decisive ...
by Silvio.Falconi
Sat Jul 25, 2020 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO ALL : A tip for a structure
Replies: 0
Views: 272

Re: bad calculation prices for days

... each package (element + service). I have not found solutions. for me only in this way the user could customize each price because doing as I was advised some time ago by the experts you risk not calculating the right rate well
by Silvio.Falconi
Wed Jul 08, 2020 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1906

Re: bad calculation prices for days

... summer season for all the services was a huge mistake: 10 elements X 10 services X 10 packages X 10 sections X 93 days = 930,000 price records he advised me to create a small archive with the prices per day / week / 15days / month as described in the price list that the owner of the chalet gave ...
by Silvio.Falconi
Mon Jul 06, 2020 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1906

Re: xBrowse jpg in SQL-database

Still, we advise you to adopt the approach and syntax advised by us in our samples above. They are safe and work with any database. You will not be wasting your time in searching for solutions like this.
by nageswaragunupudi
Fri Nov 08, 2019 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse jpg in SQL-database
Replies: 19
Views: 2993
Next

Return to advanced search