Re: [U2] Questions about addRequestParameter

2005-05-17 Thread David Tod Sigafoos
Bruce, i recently used callHttp to generate 'Customs Form' through the USPS. You are basically right in your understanding. It is very quick as long as you have a good connection .. we were getting forms back in PDF format (6 pages) in approx 2-4 seconds after submit. For your address you

RE: [U2] Questions about addRequestParameter

2005-05-17 Thread Adrian Matthews
Theres a good example of this on www.pickwiki.com We use a similiar system for address verification and debit/credit card payments. Performance is more than adequate. From: [EMAIL PROTECTED] on behalf of Bruce Lunt Sent: Mon 16/05/2005 23:19 To:

RE: [U2] Questions about addRequestParameter

2005-05-17 Thread Brian Leach
Bruce, Am I right in thinking that you are consuming a web service here? You say the response is in XML. If so, check out whether your version of UniData supports the newer SOAP calling (SOAPCreateRequest etc) routines (I only have UniVerse here so I can't check). These might be more

[U2] Unidata SELECT

2005-05-17 Thread Fawaz Ashraff
Hi All, We have a program that used to work but is now not functioning. The problems is if you have an active select list and you try to run the following statements GET.LIST CL.BCS.MAYBE  this has 139 records SELECT STUDENTS WITH X.STU.BCS.REG.FLAG LIKE 'N...' This statement will return

RE: [U2] I'm in an Array quandry, any suggestions...

2005-05-17 Thread Richard Taylor
Larry, Well, if you have to work in dimensioned arrays that would be the way to do it. Unfortunately, the code base I am working off of took this idea and completely messed it up. It is to the point that the dictionaries can not be trusted to truly represent the data. We are spending a great

RE: [U2] Questions about addRequestParameter

2005-05-17 Thread Wendy Smoak
Bruce Lunt wrote: I have been investigating using callhttp to send addresses to the web for address verification and the documentation is leaving me a little unfulfilled. There are some examples on the Wiki: http://www.pickwiki.com/cgi-bin/wiki.pl?CallHTTP and

Re: [U2] I'm in an Array quandry, any suggestions...

2005-05-17 Thread FFT2001
In a message dated 5/16/2005 5:00:45 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Yes. But it only works when stepping through an array in a READNEXT fashion. So if you're accessing fields in random order (as a lot of my code does) you gain nothing. No it does work even when

RE: [U2] I'm in an Array quandary, any suggestions...

2005-05-17 Thread Richard Taylor
Ken, Thanks for the suggestion, but that would require changing programs that we had no intention of changing. Further making such changes is much larger than can fit within the scope of the current enhancement project. A global system switch that effected just this one behavior would have been

Re: [U2] Dymanic vs Dimensioned

2005-05-17 Thread Dan Fitzgerald
You implied that the difference isn't what it used to be. This is not true. It's only not what it used to be in certain situations. In other situations, it is exactly what it used to be. Sigh. I have a six year old girl who hates it when anyone else is right about anything. I was showing her

Re: [U2] Questions about addRequestParameter

2005-05-17 Thread John Kent
Brian, i would like a copy of that to if you can dig it up. jak - Original Message - From: Brian Leach [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Tuesday, May 17, 2005 8:13 PM Subject: RE: [U2] Questions about addRequestParameter Bruce, Am I right in thinking that you

Re: [U2] Unidata SELECT

2005-05-17 Thread Roger Glenfield
Fawaz Ashraff wrote: Hi All, We have a program that used to work but is now not functioning. The problems is if you have an active select list and you try to run the following statements GET.LIST CL.BCS.MAYBE  this has 139 records SELECT STUDENTS WITH X.STU.BCS.REG.FLAG LIKE 'N...' This

Re: [U2] Unidata SELECT

2005-05-17 Thread Fawaz Ashraff
Hi Roger, Non of the dictionaries are indexed and I can select the data. File is not corrupted. Fawaz --- Roger Glenfield [EMAIL PROTECTED] wrote: Fawaz Ashraff wrote: Hi All, We have a program that used to work but is now not functioning. The problems is if you have an active select

Re: [U2] Unidata SELECT

2005-05-17 Thread Josh Volosov (3)
--- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] I'm in an Array quandry, any suggestions...

2005-05-17 Thread Gyle Iverson
Will Johnson postulated: This would imply that not only would the run-time engine have to maintain a pointer to the last cell referenced, but also it would have to maintain a register telling it the cell number of this cell (not just its offset). So it needs two variables. I've never heard

Re: [U2] Dymanic vs Dimensioned

2005-05-17 Thread FFT2001
Well it's nice to see that when you are wrong, instead of discussing the logic of the problem you resort to slanderous name-calling, how pleasant. Perhaps you did learn something from your daughter. Will In a message dated 5/17/2005 6:10:31 PM Pacific Daylight Time, [EMAIL PROTECTED] writes:

Re: [U2] I'm in an Array quandry, any suggestions...

2005-05-17 Thread FFT2001
In a message dated 5/17/2005 7:47:46 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: es, Will. There are two variables. The descriptor definition found in $UVHOME/gcidir/include/DATUM.h states: structDstring { /* This are my comments. GI */ STRING str;

Re: [U2] Questions about addRequestParameter

2005-05-17 Thread Bruce Lunt
Thanks, David. I did finally get it to work, after changing the url address. I was geeting a 0 response to my requests but it wasn't giving me what I was asking for. It turns out that something along the way was changing the url from ws. to www. and that put me in the wrong camp, but the right

RE: [U2] Questions about addRequestParameter

2005-05-17 Thread Bruce Lunt
Thanks, Wendy. I used that CallHTTP code for my starter kit. I just couldn't get it to work right until the web-service gave me a different url. Now, its all looking rosy. Regards, R. Bruce Lunt From: Wendy Smoak [EMAIL PROTECTED] Reply-To: u2-users@listserver.u2ug.org To:

Re: [U2] Questions about addRequestParameter

2005-05-17 Thread Bruce Lunt
Brian, John received your reply and that is when I saw it, after seeing his reply. (I think hotmail is hiding some things from me!) I would like to see what you said about callSOAP Thanks, R. Bruce Lunt From: John Kent [EMAIL PROTECTED] Reply-To: u2-users@listserver.u2ug.org To: