RE: [Hardhats-members] CPRS (GTM-ready)

2004-12-13 Thread Marc Aylesworth
I'm no expert but it seems it is trying to read a config file that is not correct or non existing. Thank you,Marc AylesworthHealth Specialist TechnicianOneida Indian Nation223 Genesee StreetOneida, New York 13421(315) 829-8909This electronic transmission is intended only for the use of the

Re: [Hardhats-members] Are required fields really required?

2004-12-13 Thread T Maynard
Hey y'all, I am following some of Kevin's menu mangling vicariously and trying to grok various VA docs. This pdf on kernel config seems pertinent to Screenman alternative to scroll at page 45-46 http://www.va.gov/vdl/VistA_Lib/Infrastructure/Kernel/krn8_0ig.pdf Regarding the menus that

Re: [Hardhats-members] Mysterious DIERR message

2004-12-13 Thread Kevin Toppenberg
I guess I'll have to believe you on this one. When I fixed my code to make the placemarkers appear in serial order it started working. After your post below, I tried to go back and reproduce the error and then work towards your solution. But now the error won't occur! Here is my log (which is

RE: [Hardhats-members] Pedi-Project help with Registration, please

2004-12-13 Thread Thurman Pedigo
Nancy, What is your secret? You seem have a lot better luck with Dragon than I. Dragon (working) + VistA = AWESOME! tx/t Now, with some luck, I will sit back with Dragon NaturallySpeaking and dictate all of those fields right into a nice comma separated document. (Says here in fine

Re: [Hardhats-members] CPRS (GTM-ready)

2004-12-13 Thread Lloyd Milligan
If the broker listener is running it will have a lock. Use 'lke show' to display locks. Also, it should appear in a 'netstat -a' view. I am not familiar with this version of the listener. It might be interesting to compare it to the working one in SemiViva 0.4. Perhaps some difference would

Re: [Hardhats-members] Linux question: Redhat 9 vs. Fedora 3?

2004-12-13 Thread Kevin Toppenberg
Thanks everyone for your replies. Bhaskar, comments below: --- K.S. Bhaskar [EMAIL PROTECTED] wrote: Kevin -- For what they're worth, some random comments follow. http://linux.dell.com/storage.shtml is a good resource page. Your configuration is interesting (and less than ideal) in

Re: [Hardhats-members] Mysterious DIERR message

2004-12-13 Thread steven mcphelan
The problem you are having is because you are using the FDA array as your input to Fileman. The VA Programming Standards required that if you pass data to another API outside your assigned namespace, you must namespace your input variables to avoid the very clashes you are seeing. If you do not

Re: [Hardhats-members] Mysterious DIERR message

2004-12-13 Thread Greg Woodhouse
The code I posted some weeks ago that that generates an FDA array for used to update a file (of unknown degree) together with subfiles (again, of unknown degree) was needed for exactly the same reason. My first attempt used non-consecutive IEN strings because they were easier to generate, but it

Re: [Hardhats-members] Linux question: Redhat 9 vs. Fedora 3?

2004-12-13 Thread K.S. Bhaskar
Kevin -- For what they're worth, some random comments follow. http://linux.dell.com/storage.shtml is a good resource page. Your configuration is interesting (and less than ideal) in that more disks on the first controller would be better. But you have what you have. Are there any IDE disks?

[Hardhats-members] parameters and namespaces (was: Mysterious DIERR message)

2004-12-13 Thread Greg Woodhouse
Actually, I think you're perfectly safe using FDA as a name for your FDA array, since all references are through indirection of a DI* subscripted array. Namespaces pose an especially difficult problem when variables are passed by *reference*, and less so when the array name is passed as a value

RE: [Hardhats-members] XML Parsing problem

2004-12-13 Thread John Leo Zimmer
-- Original Message --- From: Greg Woodhouse [EMAIL PROTECTED] Sent: Mon, 13 Dec 2004 16:15:28 -0800 (PST) Subject: RE: [Hardhats-members] XML Parsing problem It should be escaped as amp;. Fortunately, there's a convnience function that takes care of this for you: W