Search found 356 matches: relation

Return to advanced search

Dificultad con METERS

... = str(CliFor->CodCliente,4) .and. DetVtaF->FecVenta>=dDesde .and. DetVtaF->FecVenta<=dHasta DetVtaF->(DbGoTop()) set relation to Articulo into ArtFor while !DetVtaF->(Eof()) xTotVtas += 1 DetVtaF->(DbSkip()) end DEFINE DIALOG oDlgMed RESOURCE "Medidores" ...
by José Camilo
Tue Aug 22, 2023 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 256

Re: Xbrowse columnas de distintas fuentes

Estimado José Luis

Debe utilizar SET RELATION TO, las 2 dbf con indice en CODIGO
Code: Select all  Expand view

SET RELATION TO CODIGO INTO RUTAS
 
by acuellar
Fri Apr 07, 2023 10:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse columnas de distintas fuentes
Replies: 5
Views: 340

Re: Ordscope

if your 2nd Browse depend on 1st Browse than i would use SET RELATION i guess every "Driver" have a "ID" and DBF "UsedCars" and "MoreCars" also have FIELD "ID" with Index SET RELATION DRIVER->ID INTO ...
by Jimmy
Sun Mar 12, 2023 12:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ordscope
Replies: 3
Views: 306

DBF REDE/WEB WINDOWS 7/10/11

... 1 minuto , mas tive muito problema na utilização do leto em relação a indexação dos arquivos que tem relacionamento com outro arquivo como set relation. Se alguem tiver uma solução em xharbour ou C para eu possa compilar no meu sistema , tenho interesse de adquirir essa solução. FUNCTION TESTE ...
by wanderson8
Sun Jan 08, 2023 3:10 pm
 
Forum: All products support
Topic: DBF REDE/WEB WINDOWS 7/10/11
Replies: 0
Views: 9372

Solicito ayuda para relacionar 2 o mas dbf

... artBar5 new use CliFor index CliFor1, CliFor2 new use CliBar index CliBar1, CliBar2 new use precBar index precBar1, precBar2, precBar3 new set relation to Cliente into CliBar,; to Articulo into ArtBar use precFor index precFor1, precFor2, precFor3 new set relation to Cliente into CliFor,; to ...
by José Camilo
Thu Dec 15, 2022 8:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Solicito ayuda para relacionar 2 o mas dbf
Replies: 1
Views: 235

Re: download iPhone Photo connect to PC

... "dynamic" i have to use Folder/Folderitem when work with Device now i "store" FolderItem in CARGO of TreeItem so i got right Relation of TREE and (virtual) Folder Structure so here now working Sample to open Sub-Folder "on fly" *#include "FIVEWIN.CH"* #define ...
by Jimmy
Wed Nov 30, 2022 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 990

Re: ACERCA DE BTNBMP FLAT

... will always centers the image in the Window. But you have created the buttons with absolute coordinates in pixel. If you want them to be move in relation to the size of the window, you need to recalculating the coordinates relative to the screen size, in oWnd:bResized code block.
by nageswaragunupudi
Fri May 27, 2022 11:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACERCA DE BTNBMP FLAT [DESCARTADO]
Replies: 5
Views: 444

Re: Why am I having xbrowse too slow?

Xbrowse needs correct tuning to work the best. Correct use of : set filter to, set relation to, Ordscope's .... Correct setup of indexes... Calculating fields slows down Colors are only repainted in the screen that you see, so that should not matter to much. I also ...
by Marc Venken
Wed Apr 06, 2022 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why am I having xbrowse too slow?
Replies: 11
Views: 635

Re: SQL 2 Table Question

hi Enrico, This join is incomplete as it lacks of the WHERE clause. yes you are right i need a "Relation" so i add "internal" FIELD __Record and use    cQuery := "CREATE TABLE " + xtab + " ( "   ...   cQuery += " __record     serial ...
by Jimmy
Sat Jan 22, 2022 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL 2 Table Question
Replies: 2
Views: 288

Re: System info, Tips & Tricks, scharing project info

... position to the 1st brand and just process the 700 records. There is a index on the brand Tag, but I dont think that the function is using it. In relation there is a scoped call involved... Idem.
by Marc Venken
Sun Jan 16, 2022 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

Re: Best technic to use the set relation to syntax

Indeed, But you posted several topics and replies on the topics of Tdatabase. We had also several samples, so it is sure possible to get a good start from it. The nice thing is we can mostly find help in this Forum. At least, I make use of it ))) But I spend a lot of time finding out some fundamenta...
by Marc Venken
Tue Jan 11, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: Best technic to use the set relation to syntax

Marc,
When I start the actual work for invoice making : it will become Tdatabase


An invoice is a complex object, as it contains a customer, an invoice header, and invoice line Items, all of which are objects themselves. Then you add methods like oInvoice:Total() and oInvoice:PaymentDueDate(), etc.
by James Bott
Tue Jan 11, 2022 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: Best technic to use the set relation to syntax

James, Also my first class ever used. At this moment I try to get as much as possible systeem var's into this I have read your papers )) At the beginning : oMarc:= TMarc():new()oMarc:aLever = readleveranciers()CLASS TMarc   DATA  aMaanden  AS ARRAY INIT {"Jan",...
by Marc Venken
Tue Jan 11, 2022 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: Best technic to use the set relation to syntax

Marc, My original question is that when I don't use the Onchange in the parent, (My child browsers all always on a other foldertab. ) there is no movement while going true the parent. Yes, that is what you want. Otherwise you are dragging lots of useless data over the LAN each time you move from one...
by James Bott
Tue Jan 11, 2022 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: Best technic to use the set relation to syntax

... I also used Ordscopes in my old version, and possible also in the new project. It was while looking into the Yunus sample that Mr. Rao has used relations. I implemented relations in my first setup ans that is working, but a relation is changing the child database result everytime the parent ...
by Marc Venken
Tue Jan 11, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770
Next

Return to advanced search