Hi
How can I to Switch Ado / DBF insdie Xbrowse
I have oRs Object from Adodb and a MYDBF.DBF file.
oRs and MYDBF.DBF have the same columns (6 columns with the same type column)
before DEFINE DIALOG I have oRs Object and MYDBF.DBF file opened.
DIALOG starts with oRs Adodb Object
Inside Action oBtn1 I have to switch oBrw from oRs to MYDBF.DBF file and vice versa
how can I do it ?
thank you
How can I to Switch Ado / DBF insdie Xbrowse
I have oRs Object from Adodb and a MYDBF.DBF file.
oRs and MYDBF.DBF have the same columns (6 columns with the same type column)
before DEFINE DIALOG I have oRs Object and MYDBF.DBF file opened.
DIALOG starts with oRs Adodb Object
DEFINE DIALOG oDlg
..
@63, 10 XBROWSE oBrw RECORDSET oRs
  @ 320,190 BTNBMP oBtn1 SIZE 50,20 OF oDlg ;
  ACTION ( here I have to change oBrw)Inside Action oBtn1 I have to switch oBrw from oRs to MYDBF.DBF file and vice versa
how can I do it ?
thank you
FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)