RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m )

2005-03-28 Thread Bhaskar, KS
Kevin -- I believe it would. Try some of the searches on Linux kernel code and see whether those are the types of searches you may want to perform on VistA code. But it would take some setup work. -- Bhaskar On Mon, 2005-03-28 at 09:14 -0800, Kevin Toppenberg wrote: > That link sates that lxr

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m )

2005-03-28 Thread Kevin Toppenberg
That link sates that lxr is: The Linux Cross-Reference project is the testbed application of a general hypertext cross-referencing tool. (Or the other way around.) Would this solve the problem outlined below? Kevin --- "Bhaskar, KS" <[EMAIL PROTECTED]> wrote: > As a project for anyone so motiv

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m )

2005-03-28 Thread Bhaskar, KS
As a project for anyone so motivated, it would probably be helpful all round to apply LXR (see the Linux kernel browser at http://lxr.linux.no/ - LXR is available from Source Forge at http://sourceforge.net/projects/lxr). -- Bhaskar On Fri, 2005-03-25 at 13:41 -0800, Jim Self wrote: > Kevin wrote

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m )

2005-03-25 Thread Kevin Toppenberg
; From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Kevin > Toppenberg > Sent: Friday, March 25, 2005 2:18 PM > To: hardhats-members@lists.sourceforge.net > Subject: RE: [Hardhats-members] Need help debugging > Fileman Search (DIS1.m ) > > Marc, > > I w

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m )

2005-03-25 Thread Jim Self
Kevin wrote: >I need to actually look into each file, not just look >for the filenames. I think this is done with grep. >But when I try to run grep with a file list of * in >the sourcecode directory, it tells me that the list is >too long. I tried grep on the r directory from SemiViva0.4 and conf

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m )

2005-03-25 Thread Aylesworth Marc A Contr AFRL/IFSE
, March 25, 2005 2:18 PM To: hardhats-members@lists.sourceforge.net Subject: RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m ) Marc, I was hoping someone would offer help on that point. I need to actually look into each file, not just look for the filenames. I think this is done

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m )

2005-03-25 Thread Kevin Toppenberg
; -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Greg > Kreis > Sent: Thursday, March 24, 2005 6:10 PM > To: hardhats-members@lists.sourceforge.net > Subject: Re: [Hardhats-members] Need help debugging > Fileman Search (DIS1.m) > > >

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m )

2005-03-25 Thread Greg Woodhouse
el:315.330.2422 > > Fax:315.330.7009 > > Email:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Greg > Kreis > Sent: Thursday, March 24, 2005 6:10 P

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m )

2005-03-25 Thread Aylesworth Marc A Contr AFRL/IFSE
] On Behalf Of Greg Kreis Sent: Thursday, March 24, 2005 6:10 PM To: hardhats-members@lists.sourceforge.net Subject: Re: [Hardhats-members] Need help debugging Fileman Search (DIS1.m)   You won't find that specific line.  It is born of logic, deeply buried in the DIS routines, that builds the

Re: [Hardhats-members] Need help debugging Fileman Search (DIS1.m)

2005-03-24 Thread Greg Kreis
You won't find that specific line.  It is born of logic, deeply buried in the DIS routines, that builds the line on the fly and puts it in the DIS array at run time.  So a simple error in applying George's fix, or possibly having a starting point different than the one George modified, could be

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m)

2005-03-24 Thread Kevin Toppenberg
Well, that seems obvious enough not that you point it out... :-) Now I have to see where that erroneous line comes from... I can't find that line in DIS1.m I'll have to wait until I'm at my office and I can use the graphic 'find' function that comes with KDE. I can't ever seem to get to grep to

Re: [Hardhats-members] Need help debugging Fileman Search (DIS1.m)

2005-03-24 Thread Greg Kreis
rom the whole line. tjh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Holloway, Thomas (EDS) Sent: Thursday, March 24, 2005 11:26 AM To: hardhats-members@lists.sourceforge.net Subject: RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m) re: GTM>W

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m)

2005-03-24 Thread Greg Woodhouse
AIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Holloway, Thomas (EDS) > Sent: Thursday, March 24, 2005 11:26 AM > To: hardhats-members@lists.sourceforge.net > Subject: RE: [Hardhats-members] Need help debugging Fileman Search > (DIS1.m) > > > > re: GTM&

Re: [Hardhats-members] Need help debugging Fileman Search (DIS1.m)

2005-03-24 Thread Greg Kreis
Looks like you have two spaces after the IF command. I $P($G(^TIU(8925,D0,13)),U,2)=73 Kevin Toppenberg wrote: I have tried to puttng the code patch for Fileman put up by George Timson. I could just use a fresh copy, but it would be better if I could learn the source of the error. So I have don

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m)

2005-03-24 Thread Holloway, Thomas (EDS)
, March 24, 2005 11:26 AM To: hardhats-members@lists.sourceforge.net Subject: RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m) re: GTM>W DIS(0) X DIS("SCR") I $P($G(^TIU(8925,D0,13)),U,2)=73 There should only be one space between the IF and the $PIECE. tjh -

RE: [Hardhats-members] Need help debugging Fileman Search (DIS1.m)

2005-03-24 Thread Holloway, Thomas (EDS)
re: GTM>W DIS(0) X DIS("SCR") I $P($G(^TIU(8925,D0,13)),U,2)=73 There should only be one space between the IF and the $PIECE. tjh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Toppenberg Sent: Thursday, March 24, 2005 11:20 AM To: Hardhats