Re: [U2] Basic developer toolkit crashing

2009-09-28 Thread David Jordan
Is anyone else experiencing basic developer hanging and crashing.  I am running 
it on Vista and I keep having it hang.  It seems to be when it is checking 
syntax it gets lost.

For example I type something like VARIABLE(X)<1,5   and before I put the ">" it 
goes a wondering and does not come back.  

It is very frustrating as you loose your work since the last save and it breaks 
your concentration.

I am trying to identify it is a toolkit problem or an environment issue.

Regards

David Jordan
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] AUTO: We’ve Moved! New contact details within (returning 12/31/2009)

2009-09-28 Thread Robert Porter
I meant to send it to the OP, but got distracted as I replied...  But I think I 
would have commented the link with something like "(after Oct. 1)" or at least 
put a landing page in the meantime saying to come back then. 403's just look 
don't look good. 
 
Rob
 
 
Robert F. Porter, MCSE, CCNA, ZCE
Lead Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System
 
 
 
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.


>>> Results  9/28/2009 8:53 AM >>>
Robert,
   Until the FTC says okay, they can't post the page at all. Get your 
new from u2ug.org for now and ::fingers crossed:: the page will work on 
October 1st. Ifnot, assume they didn't use our tech to build the page...

- Chuck

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] UniObjects.NET Select Issue

2009-09-28 Thread Doug Farmer
Good Morning,

 

I am using UniObjects.NET and seem to have an issue with the select
statement.  I am on an hp-ux machine running version 7.2.0, although
this also happens with Windows machines and version 6.1

 

 

I have the following c# code

 

/// 

/// Select all records in a file

/// 

/// File pointer used for the
select

/// String Array of item ids
selected

/// True if selected ran ok, otherwise false

public bool SelectFile(UniFile u2File, out string[] itemIDList)

{

try

{

  UniSelectList uSelect =
this.session.CreateUniSelectList(0);

uSelect.Select(u2File);

string[] itemIDList = uSelect.ReadListAsStringArray();

  if (itemIDList == null)

  {

string askey = uSelect.Next();

itemIDList = new string[0];

  }

return true;

}

catch (Exception e)

{

itemIDList = new string[0];

return false;

}

}

 

 

 

If there are multiple records in the file, the item ID list comes back
with the correct number of item IDs. However, if there is only one
record in the file, the item ID list compes back as null.

 

I cannot see a work around.  I have tried  the Next() and ReadList()
methods, both with the same results.

 

Anyone out there see the same behavior?  And, is there any way to get
around it?

 

Thanks in advance!

 

Doug Farmer


This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses. Any views and/or opinions expressed in this e-mail are of the author 
only and do not represent the views of Epicor Software Corporation or any other 
company within its group.


This message has been scanned for malware by Websense. www.websense.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] AUTO: We've Moved! New contact details within (returning 12/31/2009)

2009-09-28 Thread Bessel, Karen
I'm thinking they shouldn't post the web address in their email siggy if
the website isn't good.








Karen Bessel
Software Developer

Tyler Technologies, Inc.
6500 International Parkway, Suite 2000
Plano, TX 75093
Phone: 972.713.3770 ext:6227
Fax: 972.713.3780 
Email: karen.bes...@tylertech.com
Web: http://www.tylertech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Results
Sent: Monday, September 28, 2009 8:54 AM
To: U2 Users List
Subject: Re: [U2] AUTO: We've Moved! New contact details within
(returning 12/31/2009)

Robert,
   Until the FTC says okay, they can't post the page at all. Get your 
new from u2ug.org for now and ::fingers crossed:: the page will work on 
October 1st. Ifnot, assume they didn't use our tech to build the page...

- Chuck


Robert Porter wrote:
>  
> FYI...
>  
>  
> http://www.rocketsoftware.com/u2/   
>
> Technical Information (for support personnel)Error Code: 403
Forbidden. The server denied the specified Uniform Resource Locator
(URL). Contact the server administrator. (12202) 
>   
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] AUTO: We’ve Moved! New contact details within (returning 12/31/2009)

2009-09-28 Thread Results

Robert,
  Until the FTC says okay, they can't post the page at all. Get your 
new from u2ug.org for now and ::fingers crossed:: the page will work on 
October 1st. Ifnot, assume they didn't use our tech to build the page...


   - Chuck


Robert Porter wrote:
 
FYI...
 
 
http://www.rocketsoftware.com/u2/   

Technical Information (for support personnel)Error Code: 403 Forbidden. The server denied the specified Uniform Resource Locator (URL). Contact the server administrator. (12202) 
  

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] AUTO: We’ve Moved! New contact details within (returning 12/31/2009)

2009-09-28 Thread Robert Porter
 
FYI...
 
 
http://www.rocketsoftware.com/u2/   

Technical Information (for support personnel)Error Code: 403 Forbidden. The 
server denied the specified Uniform Resource Locator (URL). Contact the server 
administrator. (12202) 
 
 
 
 
 
Robert F. Porter, MCSE, CCNA, ZCE
Lead Sr. Programmer / Analyst
Laboratory Information Services
Ochsner Health System
(504) 842 - 5185
 
 
 
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.

>>> Kevin Drury  9/25/2009 8:35 PM >>>


I am out of the office until 12/31/2009.

The U2 business was purchased by Rocket Software, effective October 1.

This email has not been forwarded so please resend to my new email
adddress.

My new email address is kdr...@rs.com.
My new phone number is 720-475-8025


Please update your records. Thanks for your continued use of the U2
products.

For more information, please visit http://www.rocketsoftware.com/u2.


Note: This is an automated response to your message  "U2-Users Digest, Vol
5, Issue 23" sent on 9/25/09 13:00:01.

This is the only notification you will receive while this person is away.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org 
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users