FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Change field in tMultiGet
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Change field in tMultiGet
Posted: Mon Jul 21, 2014 06:39 PM
Hi,

With a normal Get I can use
Code (fw): Select all Collapse
vGetlist:oget:block := bSETGET(instaanm->aanmb1)

to change a fieldname in guntime, but it doesn't work with a multget.
I get the error
Error description: Error BASE/1004 Message not found: TGET:OMULTIGET


What can I use?
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Change field in tMultiGet
Posted: Tue Jul 22, 2014 01:45 PM
Marc,

Marc Vanzegbroeck wrote:Hi,

With a normal Get I can use
Code (fw): Select all Collapse
vGetlist:oget:block := bSETGET(instaanm->aanmb1)

to change a fieldname in guntime, but it doesn't work with a multget.
I get the error
Error description: Error BASE/1004 Message not found: TGET:OMULTIGET


What can I use?


With both class try:

Code (fw): Select all Collapse
vGetlist:bSetGet := bSETGET(instaanm->aanmb1)


EMG
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Re: Change field in tMultiGet
Posted: Tue Jul 22, 2014 01:52 PM

Enrico,

I just found it 10 minutes ago myself, and wanted to post the result.

Thanks anyway!!

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite

Continue the discussion