RE: [Hardhats-members] RPC Call Documentation

2006-05-04 Thread Cameron Schlehuber
ehalf Of J. Michael Towry Sent: Wednesday, May 03, 2006 6:09 PM To: hardhats members Subject: Re: [Hardhats-members] RPC Call Documentation Hey Jim, this is very nice, very helpful. Thank you so much for making your "query REMOTE PROCEDURE by Name" service available. On a somewhat r

Re: [Hardhats-members] RPC Call Documentation

2006-05-03 Thread J. Michael Towry
Hey Jim, this is very nice, very helpful. Thank you so much for making your "query REMOTE PROCEDURE by Name" service available. On a somewhat related note, I would think that when CPRS was being developed, the DELPHI programmers would have been given detailed documentation for the RPCs they would

Re: [Hardhats-members] RPC Call Documentation

2006-05-02 Thread Greg Woodhouse
--- Nancy Anthracite <[EMAIL PROTECTED]> wrote: > Nobody's fault. Last I checked there were a couple more things that > needed > tweaking before it was ready to be a part of a WorldVistA release. > Correct > me if I am wrong, Jim. Fair enough. The question was rhetorical, but it didn't re

Re: [Hardhats-members] RPC Call Documentation

2006-05-02 Thread Nancy Anthracite
Nobody's fault. Last I checked there were a couple more things that needed tweaking before it was ready to be a part of a WorldVistA release. Correct me if I am wrong, Jim. We talked about it at one of the development meetings and held off for that reason as I understand it. Kevin was ther

Re: [Hardhats-members] RPC Call Documentation

2006-05-02 Thread Gregory Woodhouse
On May 2, 2006, at 5:52 AM, Kevin Toppenberg wrote:This is downright cool.  Jim keeps dangling these tasty features of M2web in front of us.  We have to make this a standard part of any WorldVistA release! And whose fault is that? Gregory Woodhouse[EMAIL PROTECTED]"Those who are enamored of practic

Re: [Hardhats-members] RPC Call Documentation

2006-05-02 Thread Kevin Toppenberg
On 5/1/06, Jim Self <[EMAIL PROTECTED]> wrote: This might help also, http://vista.vmth.ucdavis.edu/query?dbfile=REMOTE+PROCEDURE&format=TEST2&index=Name This is downright cool. Jim keeps dangling these tasty features of M2web in front of us. We have to make this a standard part of any Worl

Re: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Jim Self
Thank you, Nancy. One caution - Be sure to reassemble the URL's fully if they get broken by the email. The non-HTML content types can produce very confusing and/or very long output if the query parameters are mangled. In particular, limit=20 restricts the output to 20 records per page. There is

RE: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Jim Self
read for those who have not yet memorized them all. >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Jim Self >Sent: Monday, May 01, 2006 9:23 PM >To: hardhats-members@lists.sourceforge.net >Subject: Re: [Hardhats-members] RPC Call Docum

Re: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Nancy Anthracite
That is REALLY nice. I am going to delete my text file. It is useless compared to this, Jim. Thanks! On Monday 01 May 2006 21:22, Jim Self wrote: Thanks, Here is another variation that returns the RPC's in a javascript object format: http://vista.vmth.ucdavis.edu/query.js?dbfile=8994&index=N

RE: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Roy Gaber
tine and look at the line tag to determine exactly what is being done during the call. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Self Sent: Monday, May 01, 2006 9:23 PM To: hardhats-members@lists.sourceforge.net Subject: Re: [Hardhats-members]

Re: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Jim Self
Thanks, Here is another variation that returns the RPC's in a javascript object format: http://vista.vmth.ucdavis.edu/query.js?dbfile=8994&index=Name&format=TEST4&limit=20 and another variation that produces xml: http://vista.vmth.ucdavis.edu/query.xml?dbfile=8994&index=Name&format=TEST4&limit=2

Re: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Jim Self
Gregory wrote: >In addition to the DD, be sure to look at the up the RPCs themselves in >this file. Most objects (files, templates, options, protocols, etc.) >include descriptive text. Let me know what you think of the format of the listing I just linked responding to Nancy's note. There are a co

Re: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Greg Woodhouse
--- Jim Self <[EMAIL PROTECTED]> wrote: > This might help also, > > http://vista.vmth.ucdavis.edu/query?dbfile=REMOTE+PROCEDURE&format=TEST2&index=Name > > It is a live query into the Remote Procedure file on a test database. > Very nice! It includes a hyperlink to the code implementing the

Re: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Nancy Anthracite
I did this and captured the output if anyone wants to do the same or have me send them the file. GTM>D Q^DI VA FileMan 22.0 Select OPTION: PRINT FILE ENTRIES OUTPUT FROM WHAT FILE: REMOTE PROCEDURE// SORT BY: NAME// START WITH NAME: FIRST// FIRST PRINT FIELD: NAME THEN PRINT FIELD: TAG THEN PRINT

Re: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Jim Self
This might help also, http://vista.vmth.ucdavis.edu/query?dbfile=REMOTE+PROCEDURE&format=TEST2&index=Name It is a live query into the Remote Procedure file on a test database. J. Michael Towry wrote: >The help file I've seen appears to document making RPC calls in general. Is >there documentati

Re: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Nancy Anthracite
Perhaps you need the content of the Data Dictionary for the Remote Procedure file: Select DATA DICTIONARY UTILITY OPTION: 1 LIST FILE ATTRIBUTES START WITH WHAT FILE: REMOTE PROCEDURE// GO TO WHAT FILE: REMOTE PROCEDURE// Select SUB-FILE: Select LISTING FORMAT: STANDARD// Brief ALPH

Re: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Greg Woodhouse
--- Nancy Anthracite <[EMAIL PROTECTED]> wrote: > Perhaps you need the content of the Data Dictionary for the Remote > Procedure > file: > In addition to the DD, be sure to look at the up the RPCs themselves in this file. Most objects (files, templates, options, protocols, etc.) include descr

Re: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread Kevin Toppenberg
so I'll send it directly to you.. Kevin -- Forwarded message -- From: Kevin Toppenberg <[EMAIL PROTECTED]> Date: May 1, 2006 1:03 PM Subject: Re: [Hardhats-members] RPC Call Documentation To: hardhats-members@lists.sourceforge.net Are you asking about the format tha

Re: [Hardhats-members] RPC Call Documentation

2006-05-01 Thread J. Michael Towry
The help file I've seen appears to document making RPC calls in general. Is there documentation that describes the actual RPC calls that are available from the RPC Broker and used by CPRS, with details of the input and output parameters? On Sat, 29 Apr 2006 Kevin Toppenberg wrote: > The best docu

Re: [Hardhats-members] RPC Call Documentation

2006-04-29 Thread Kevin Toppenberg
The best documentation I have found for the RPC calls is in the development kit that includes a help file that takes one through the process step by step. I can't remember where I downloaded it from. Nancy posted a link to this a month or so ago. Try checking the archives. Kevin On 4/28/06,