Search found 31 matches: suitably

Return to advanced search

Re: TDATAROW ERROR : Error BASE/39 Write not allowed

... Are you able to see the Get for the data itemgrp_name also? This method automatically recognizes if a data is readonly and then creates the Get suitably. When these automatically generated Gets are working, the Get you are creating manually is not working. Please recheck your code.
by nageswaragunupudi
Sun Aug 18, 2024 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDATAROW ERROR : Error BASE/39 Write not allowed
Replies: 12
Views: 2073

Re: Mr. Rao, refresh a Tree

Please try this sample and use the logic suitably #include "fivewin.ch"function Main()   local oCn := maria_Connect( "209.250.245.152,fwh,fwhuser,FiveTech@2022" )   local oRs, cSql  ...
by nageswaragunupudi
Thu Feb 08, 2024 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 2036

Re: use Result of SQL Query like "ADODB.Recordset"

... provider to use ADO. We can use ADO with ODBC drivers also in a way better than using ODBC directly. We need to prepare the connection string suitably. For OLEDB providers, we start with "Provider=<OLEDB provider>;..." For ODBC drivers, we start with "Provider=MSDASQL;{Driver=<ODBC ...
by nageswaragunupudi
Sat Jul 01, 2023 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Result of SQL Query like "ADODB.Recordset"
Replies: 4
Views: 464

Re: Fw maria-/mysql

... ON, TinyInt is used for Logical values instead. This setting is used at the time of Creation and Opening of a Table. This setting can be toggled suitably while reading tables created with different settings. There can be different tables opened simultaneously with different settings. Other methods:
by russimicro
Tue Jun 27, 2023 11:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fw maria-/mysql
Replies: 4
Views: 456

Re: XBROWSE FIELDS with Name in Array

... the clause AUTOCOLS instead of COLUMNS .... clause. When we use AUTOCOLS clause, XBrowse itself reads the DBSTRUCT() and builds all the columns suitably, including the sort orders. Example: [code]@ r,c XBROWSE oBrw SIZE w,h PIXEL OF oDlg ;DATASOURCE "aliasname" AUTOCOLS[/code] ...
by nageswaragunupudi
Sat Apr 29, 2023 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 1294

Re: MENUITEM RESOURCE transparency ?

... 10     "c:\fwh\bitmaps\32x32\cascade.bmp"  You need to change the paths suitably. This is the start up screen when we excute the program. https://imagizer.imageshack.com/v2/xq90/924/8TRJWI.png Observations: ...
by nageswaragunupudi
Mon Nov 07, 2022 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 2135

Re: ïndice compuesto número + fecha

... This would definitely work for the first sample you posted My mistake is that I thought you know this much and expected that you would suitably Naturally, it throws an error if you change the name of the column header. What I mean is oCol:cSortOrder := <index-tag-name>  where ...
by nageswaragunupudi
Fri Mar 26, 2021 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ïndice compuesto número + fecha [SOLUCIONADO]
Replies: 6
Views: 963

Re: Strange MariaDB save problem.

... end of loop oCn:SetAutoCommit( .t. )  4) Such large export of data should be attempted on local server. 5) Increase max_allowed_packetsize suitably and concatenate more than one update statement with ";" so that the total size of the combined sql does not exceed 80% of the max_allowed_packetsize. ...
by nageswaragunupudi
Mon Jun 22, 2020 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange MariaDB save problem.
Replies: 17
Views: 2281

Re: Tablet with Win 10

... combobox with usual mouse-click the line height is normal. If you open it with finger tap, the line height is larger enough for finger. FWH reacts suitably to touch.
by nageswaragunupudi
Mon Jun 26, 2017 1:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet with Win 10
Replies: 19
Views: 3792

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... ON, TinyInt is used for Logical values instead. This setting is used at the time of Creation and Opening of a Table. This setting can be toggled suitably while reading tables created with different settings. There can be different tables opened simultaneously with different settings. Other methods ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 32933

New FTDN March 2016 (FWH 16.03)

... arrays of the required number of columns initially by the class. - Datatypes not matching with the types in the aStrcture are converted suitably while accessing and assignment. - Expressions like "QUANTITY * PRICE" can be used. Eg: ? oData:FieldGet( "QUANTITY * PRICE" ...
by Antonio Linares
Wed Mar 30, 2016 8:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March 2016 (FWH 16.03)
Replies: 0
Views: 1508

Re: New FTDN January/Enero 2016 (FWH 16.01)

... method was resutlting in non-release of brush in some cases. Fixed - Enhancement: When EDIT_LISTBOX is invoked by touch, the items are suitably spaced for touch selection. - Enhancement: XBrowse now full uses GDI+ calls only for both reading and rendering all types of bitmaps and images. ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2562

New FTDN January/Enero 2016 (FWH 16.01)

... method was resutlting in non-release of brush in some cases. Fixed - Enhancement: When EDIT_LISTBOX is invoked by touch, the items are suitably spaced for touch selection. - Enhancement: XBrowse now full uses GDI+ calls only for both reading and rendering all types of bitmaps and images. ...
by Antonio Linares
Sun Jan 24, 2016 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2562

Re: Appear Empty paper when use TReport

Can the issue be solved by suitably setting top and bottom margins by

oRep:Margin( nPixels, RPT_BOTTOM, 0 )
and
oRep:Margin( nPixels, RPT_TOP, 0 )
?
by nageswaragunupudi
Mon Jan 18, 2016 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Appear Empty paper when use TReport
Replies: 4
Views: 766

Re: DBF to SQL converter program

... we adopt is to escape the names. In Microsoft products enclose them in [] and for MySql `. Out adofuncs.prg automatically helps escaping the names suitably depending on the database. But in Oracle and PostGre there is no way. Theoritically we can escape with double quotes but that makes the names ...
by nageswaragunupudi
Fri Aug 21, 2015 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 20519
Next

Return to advanced search