Search found 64 matches: referred

Return to advanced search

Re: Error en xbrowse al intentar hacer zoom

... Please do NOT ADD this as new method. Replace the existing method CheckSize() with the revised method I provided. Other user in the posting I referred replaced the method and all is ok for him.
by nageswaragunupudi
Mon Apr 11, 2022 3:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en xbrowse al intentar hacer zoom
Replies: 5
Views: 396

Fivelinux and Windows 11

... product. I used it on a Raspberry Pi several years ago and it worked, but I think it was somewhat out of date as the manual was dated 2003 and referred to some old Linux libraries. I think we should start using it in our new programs as Microsoft, as I understand it, will be compatible with ...
by George
Thu Sep 02, 2021 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivelinux and Windows 11
Replies: 1
Views: 374

Re: MariaDB with latin5_turkish_ci collation

Hi Mr. Rao, I have found the smssablon.dbf that is referred by you. I have transferred to mariadb via Importfromdbf with "latin5_turkish_ci" charset. http://www.objekt.com.tr/fwh_test/11-Mariadb.jpeg http://www.objekt.com.tr/fwh_test/12-Mariadb.jpeg ...
by Horizon
Tue Jun 02, 2020 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB with latin5_turkish_ci collation
Replies: 35
Views: 4267

Re: xBrowse and SQLRDD bug

... Can you also please confirm that when a filter is set, OrdKeyCount() returns the count of filtered records only? In the post you referred, Mr. Kokoo suggested maintaining an array of RecNo()s outside the xbrowse. This works well but the programmer has to do an extra work of creating ...
by nageswaragunupudi
Thu Apr 30, 2020 12:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 2415

Re: What does this syntax mean? hHead := {=>}

... to a two column array where the keys are stored in the left and the associated values in the right column. For this reason, a Hash is often referred to as "associative array". A Hash, however, is a genuine data type in xHarbour and allows for different operations than with the ...
by hua
Wed Jul 03, 2019 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this syntax mean? hHead := {=>}
Replies: 11
Views: 1344

Re: stucture of SQL table

In SQL it is referred to as DDL.

https://stackoverflow.com/questions/659 ... e-in-mysql

show create table <database name>.<table name>;

Robb
by rhlawek
Wed May 01, 2019 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: stucture of SQL table
Replies: 2
Views: 560

Re: Error 1064 xBrowse MySQL

Thanks for the image. The error pertains to opening of table `tb_pac`. This is not the table referred to in the main Sql statement. I am assuming that you are getting the error when you double-click on a row for edit. This must be relating to the function "PessoaIncluir()". ...
by nageswaragunupudi
Wed Aug 08, 2018 4:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error 1064 xBrowse MySQL
Replies: 8
Views: 1313

Re: Here are the best programming languages to learn in 2018

... that we must enter, and make compatible both trends, requires us to interact with other people, specialists in other fields such as the security referred to. It is possible that what is in danger is the figure of the individual programmer, who possessed all the resources and knowledge to carry ...
by cnavarro
Sun Mar 18, 2018 8:56 pm
 
Forum: Off Topic / Otros temas
Topic: Here are the best programming languages to learn in 2018
Replies: 8
Views: 2915

New FTDN May/Mayo 2017 (FWH 17.05)

... as the source table. This function fails if (a) srctable does not exist or (b) dsttable already exits or (c) the table has a foreign key and the referred table is not availble in the destination db. - New method: oCn:CopyTable( [dbsrc.]srctable, [dbdst.]dsttable, ; [cSrcFieldList], [cDstFieldList], ...
by Antonio Linares
Sat May 20, 2017 10:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2432

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

... as the source table. This function fails if (a) srctable does not exist or (b) dsttable already exits or (c) the table has a foreign key and the referred table is not availble in the destination db. oCn:CopyTable( [dbsrc.]srctable, [dbdst.]dsttable, ; [cSrcFieldList], [cDstFieldList], [cSrcWhere], ...
by nageswaragunupudi
Thu May 18, 2017 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28423

Re: FWHMARIADB Samples

... are defined, creating master child tables is as easy as oRsInvoices:AddChild( "invitems" )  The child rowset can be referred to as oRsInvoices:oChild. The Rowset object uses the foreignkey relationships to relate the `invitems` table to the parent table.
by nageswaragunupudi
Wed May 10, 2017 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20545

Re: INI vs. DBF

... window position, ... which are even easy to manipulate from any editor outside of the application, but in the case of configurations for example referred to user is better in tables. When you design the maintenance from the tables, at the end you put everything in a parameter table, public and ...
by Carles
Wed Mar 29, 2017 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INI vs. DBF
Replies: 7
Views: 1295

FWH : Unicode Gets and RowSet

... pure ANSI Gets. By default, any Get of a character variable in a Unicode application accepts Unicode characters. Unicode character Gets (hereafter referred to as Unicode Gets) do not respect any picture clause except "@!". ANSI Gets in Unicode Application: However, it is possible to create ...
by nageswaragunupudi
Sat Oct 01, 2016 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH : Unicode Gets and RowSet
Replies: 8
Views: 2858

FWH: Parent Child RowSets (MySql/MariaDB)

... exactly match the column definition in the parent table. CreateTable() method takes the trouble of picking up the column definition from the referred table and incorporate in the child table so that any errors are avoided. When a FK relationship is already defined, as is the case with all ...
by nageswaragunupudi
Thu Jul 21, 2016 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Parent Child RowSets (MySql/MariaDB)
Replies: 12
Views: 4239

Re: Error on RibbonBar

Silvio, When I referred to 2015 I meant the way it is displayed in File Explorer in Windows 10 in 2015. There doesn't seem to be a l2015 variable in the ribbonbar class. And I don't know if ribbonbars have changed in Windows since ...
by James Bott
Tue Jun 14, 2016 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on RibbonBar
Replies: 27
Views: 5386
Next

Return to advanced search