[Hardhats-members] Re: Data dictionary question

2005-09-29 Thread Kevin Toppenberg
Well, I just went back and followed the screen-scrape. It does ask me for the sbscript and piece. I didn't realize that it would be asking that in a pop-up box. I thought that it would ask it at the same time it asked for the field number etc. Thanks everyone. Kevin On 9/29/05, chuck5566 <[EMA

Re: [Hardhats-members] Re: Data dictionary question

2005-09-28 Thread chuck5566
FWIW: I seem to recall that to do this you also have to set DA(0) (or DA(1)) to the file number. On Sep 28, 2005, at 8:38 AM, Kevin Toppenberg wrote: Yes I did it by hand. And I think I have learned my lesson. I don't think I will do it again :-\ Thanks Kevin On 9/28/05, chuck5566 <[EMA

Re: [Hardhats-members] Re: Data dictionary question

2005-09-28 Thread Kevin Toppenberg
Yes I did it by hand. And I think I have learned my lesson. I don't think I will do it again :-\ Thanks Kevin On 9/28/05, chuck5566 <[EMAIL PROTECTED]> wrote: > Kevin, did you change the "global;piece" field by hand? > > I've changed that very same DD field a few times, by using Fileman to > e

Re: [Hardhats-members] Re: Data dictionary question

2005-09-27 Thread chuck5566
Kevin, did you change the "global;piece" field by hand? I've changed that very same DD field a few times, by using Fileman to edit Fileman, which to me is geeky cool.. (A tip of the hat to George for making it possible, even as he cringes when anything does it.) Goes something like this

[Hardhats-members] Re: Data dictionary question

2005-09-27 Thread Kevin Toppenberg
OK, so I felt really stupid for shooting myself in the foot. So I figured out. It is stored in ^DD(2005.2,"GL",7,1,22700) When I changed it to ^DD(2005.2,"GL",22700,1,22700), then everything because consistent. I used my debugger to trace through the GLOBAL LISTING code and saw what it was doing