Re: Corrupted index that won't fix

2017-05-21 Thread Kirk Brooks via 4D_Tech
Tim and all, Good suggestions. I'm working on something else at the moment and actually try any of these yet. I did run the standard repair on the data as well. The issues seems to have to do with the composite index made up of the record id and table name. As I think about it I decided using tabl

Re: Corrupted index that won't fix

2017-05-21 Thread Tim Nevels via 4D_Tech
On May 21, 2017, at 9:00 PM, Kirk Brooks wrote: > Checking index pages on Cluster Index 167 on DOX_ATTACH._data , > DOX_ATTACH.record_id (tableName_recordId) [200 errors] > > I'm not sure what else to do besides dropping the index. I'm assuming, > perhaps incorrectly, that if the data are good th

Re: oObject and dynamic form variable

2017-05-21 Thread info--- via 4D_Tech
> Does anybody now if it is possible to put an oObject in a dynamic form > variable? > > I want to reuse the contents of a local oObject outside of the scope of the > method that created it. yes, works just fine - name the object whatever you want - type as object in properties and your are done v

Re: oObject and dynamic form variable

2017-05-21 Thread Douglas von Roeder via 4D_Tech
I was working in 15.2 at the time. On Sun, May 21, 2017 at 11:51 AM Arnaud de Montard via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > > Le 21 mai 2017 à 20:46, Jim Dorrance via 4D_Tech <4d_tech@lists.4d.com> > a écrit : > > > > Thanks to both of you... I should have known... > > PS after reading

Re: oObject and dynamic form variable

2017-05-21 Thread Arnaud de Montard via 4D_Tech
> Le 21 mai 2017 à 20:46, Jim Dorrance via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Thanks to both of you... I should have known... PS after reading Douglas in v14R5. -- Arnaud ** 4D Internet Users Group (4D iNUG)

Re: oObject and dynamic form variable

2017-05-21 Thread Jim Dorrance via 4D_Tech
Thanks to both of you... I should have known... On Sun, May 21, 2017 at 8:22 PM, Arnaud de Montard via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > > Le 21 mai 2017 à 19:51, Jim Dorrance via 4D_Tech <4d_tech@lists.4d.com> > a écrit : > > > > Merci As a longint? > > No, I've just drawn a variab

Re: oObject and dynamic form variable

2017-05-21 Thread Arnaud de Montard via 4D_Tech
> Le 21 mai 2017 à 19:51, Jim Dorrance via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Merci As a longint? No, I've just drawn a variable rect, and in properties named="object", type=none. Then I use it like this: (object get pointer (named object;"object"))->:=$someObject_o //write

Re: oObject and dynamic form variable

2017-05-21 Thread Douglas von Roeder via 4D_Tech
Jim: Yes. The newest (or one of the newest) versions supports that. For older versions, create a text dynamic variable and populate it with the stringified version. On Sun, May 21, 2017 at 10:07 AM Jim Dorrance via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hello, > > Does anybody now if it is p

Re: oObject and dynamic form variable

2017-05-21 Thread Jim Dorrance via 4D_Tech
Merci As a longint? On Sun, May 21, 2017 at 7:26 PM, Arnaud de Montard via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > > Le 21 mai 2017 à 19:07, Jim Dorrance via 4D_Tech <4d_tech@lists.4d.com> > a écrit : > > > > Hello, > > > > Does anybody now if it is possible to put an oObject in a dynamic

Re: Corrupted index that won't fix

2017-05-21 Thread Alan Chan via 4D_Tech
If you have removed a table or field, then add new table or field, it might cause problem if the old data is still there. Repair it might help. It won't harm if it doesn't. Alan Chan 4D iNug Technical <4d_tech@lists.4d.com> writes: >I verified a data file and MSC reported the data were fine but

Re: oObject and dynamic form variable

2017-05-21 Thread Arnaud de Montard via 4D_Tech
> Le 21 mai 2017 à 19:07, Jim Dorrance via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Hello, > > Does anybody now if it is possible to put an oObject in a dynamic form > variable? Yes, I remember I did it recently. -- Arnaud de Montard ***

oObject and dynamic form variable

2017-05-21 Thread Jim Dorrance via 4D_Tech
Hello, Does anybody now if it is possible to put an oObject in a dynamic form variable? I want to reuse the contents of a local oObject outside of the scope of the method that created it. Thanks, -- Jim Dorrance jim.dorra...@gmail.com 4...@dorrance.eu www.4d.dorrance.eu PS: If you know of any

Re: Corrupted index that won't fix

2017-05-21 Thread Arnaud de Montard via 4D_Tech
> Le 21 mai 2017 à 04:15, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > I verified a data file and MSC reported the data were fine but the indexes > had some errors. No problem, I think, I'll just trash the index files, > restart and let them rebuild. After doing this twice the