Search found 44 matches: relating

Return to advanced search

Re: DBF to Excel Sheet, without Excel, using ADO ?

... OLE. ADO has these limitations. We are going to make some necessary changes in xbrowse and other functions to accommodate the specific issues relating to Excel ADO Tables.
by nageswaragunupudi
Mon Aug 14, 2023 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2563

color the cells of the xbrowse

... 7 to 16) on the same row 2) same numbers (from column 7 to 16) on different rows when the numbers are colored, I also want to color the columns relating to the headers example "1-4" I want to color the number of columns 1 and 4 the test #include 'fivewin.ch'#include 'xbrowse.ch'function ...
by Silvio.Falconi
Tue Apr 19, 2022 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: color the cells of the xbrowse
Replies: 11
Views: 823

Re: Problem with SQL Native

Has anyone had this same problem with the native class? No. I will prepare a sample to test and post here soon. One point, though not relating to your issue: Do not use BETEEN while dealing with DateTime Fields. For example, "AND 2022-01-12 23:59:59" excludes timestamp 2022-01-12 ...
by nageswaragunupudi
Wed Feb 02, 2022 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 1668

Re: Finding the elements of an array in another array

I do not know anything about AI. Confining myself to the programming part relating to lines and cubes (3d geometry), purely out of academic interest. We can use any of the functions hb_jsonEncode(), hb_ValToExp(), ValToPrgExp() of FW_ValToExp(). All these functions ...
by nageswaragunupudi
Tue Aug 24, 2021 4:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the elements of an array in another array
Replies: 9
Views: 828

Re: TDatabase: Relating Tables

Can this also work with multiple dbf's linked ? I believe that only 1 set relation to... scoped can be active at a time... (Not sure) I want a one Xbrowse with 4 dbf linked by a product_id (See a line with product ID and prices from 4 different dbf's) set relation to nofoto->id into ean scoped se...
by Marc Venken
Fri May 28, 2021 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Relating Tables
Replies: 3
Views: 899

Xbrowse lSeekBar, How to do Set Relation to

I am relating two databases, with the corresponding indexed fields, I use Xbrowse lSeekBar to be able to search. It allows me to search all the fields in the main table but NOT the related table field. In the example, I can't ...
by Jorge_T
Thu May 13, 2021 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse lSeekBar, How to do Set Relation to
Replies: 1
Views: 350

Re: xbrowser footer

... OrdKeyNo() also is effected in the same way. Note: 1. Using oBrw:nLen is faster than using oBrw:KeyCount(). 2. These are issues relating to using the (x)Harbour function OrdKeyCount() but not XBrowse. Thank you Mr. Nages, I use ! Deleted() in index condition to solve this issue.
by wartiaga
Tue Dec 03, 2019 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer
Replies: 9
Views: 1339

Re: xbrowser footer

... OrdKeyNo() also is effected in the same way. Note: 1. Using oBrw:nLen is faster than using oBrw:KeyCount(). 2. These are issues relating to using the (x)Harbour function OrdKeyCount() but not XBrowse.
by nageswaragunupudi
Mon Dec 02, 2019 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer
Replies: 9
Views: 1339

Re: strange problem with tdatabase

You want to read all records relating to one invoice, add/edit/delete in memory and save all changes at once to the database. FWH1907 simplifies the entire process. oBatch := oPartRes:ReadBatch( { "INVNUM", nInvoice } ...
by nageswaragunupudi
Sun Aug 11, 2019 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange problem with tdatabase
Replies: 5
Views: 1007

Re: TDatabase: Relating Tables

Thank you very much for this guide !!

I can do thinks much easier if I do it this way...
by Marc Venken
Sat May 11, 2019 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Relating Tables
Replies: 3
Views: 899

Re: TDatabase: Relating Tables

THANKSSSSS
by Silvio.Falconi
Fri May 10, 2019 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Relating Tables
Replies: 3
Views: 899

TDatabase: Relating Tables

All of us are familiar with setting relationships between tables, both for one-to-one relationship and master-child relationship. One-to-one relationship: SET RELATION TO <exp> INTO <other_table_alias> One-to-many (parent-child) relationship: SET RELATION TO <exp> INTO <child_ta...
by nageswaragunupudi
Fri May 10, 2019 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Relating Tables
Replies: 3
Views: 899

Re: Error 1064 xBrowse MySQL

... 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()". May we see what is in that function? Are you trying to open able tb_pac in that function?
by nageswaragunupudi
Wed Aug 08, 2018 4:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error 1064 xBrowse MySQL
Replies: 8
Views: 1309

Re: Tdata still Up to Date ?

... TData are tables of items, not items themselves. To get the maximum benefit you will have to do some studying of Object-Oriented Programming (OOP) relating to real world objects. Granted, FW is OOP but relates mostly to interface objects. Using real-world objects in OOP opens up a whole new world ...
by James Bott
Thu May 04, 2017 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdata still Up to Date ?
Replies: 25
Views: 5121

Re: Ejemplo de Tdatarow para crear Base de datos y tablas

... instead to write Fw_OpenAdoConnection to call it ? FW_OpenAdoConnection() is itself a wrapper function. Using this function resolves many issues relating to construction of connection strings yourself. Creating Database oCn:Execute( "CREATE DATABASE <databasename>" ) Creating ...
by nageswaragunupudi
Sat Apr 01, 2017 1:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de Tdatarow para crear Base de datos y tablas
Replies: 19
Views: 3223
Next

Return to advanced search