Re: [U2] Issue with SQL Users and Active Directory

2012-03-14 Thread David Jordan
Is anyone using SQL SCHEMAS and TABLES in UniVerse in a Windows Environment with Active Directory. I have an intermittent issue where SQL Users are suddenly not recognised and I have to grant them access again. It is an intermittent problem and cannot identify what is causing it. Like

Re: [U2] New U2 BDT

2012-03-14 Thread Brian Leach
Or the new Raspberry Pi. (www.raspberrypi.org) Brian -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: 13 March 2012 22:31 To: u2-users@listserver.u2ug.org Subject: Re: [U2] New U2 BDT Maybe some

[U2] U2U 2012 Denver Registration Open

2012-03-14 Thread Daniel McGrath
U2 University 2012 - Denver Registration is now open! Visit: http://u2u.rocketsoftware.com/ May 8-10, 2012. Mark your calendar. Get set. GO! Registration in UK and AUS coming soon. ___ U2-Users mailing list U2-Users@listserver.u2ug.org

[U2] Unusual code

2012-03-14 Thread Wjhonson
In my 25 years in Pick I have never seen a construction like this to test for Y or N or whatever it's doing. What is this doing? What is this 1]2 and 1,1 doing ? Why do I need this? 0297: CHECK: PRINT @(0,17): Are the problem codes correct (Y/N)? : 0298: INPUT ANSWER 0299:

Re: [U2] Unusual code

2012-03-14 Thread Mitchell, Stewart
What is this 1]2 and 1,1 doing ? that is the correct syntax for a multi-value locate statement, 1]2 is part of the multi-value array. Why do I need this? That for you to work out. What is this doing? The only valid value for the variable ANSWER are blank (no value) or Y or N or 1 or 2. Where

Re: [U2] Unusual code

2012-03-14 Thread George Gallen
I use IF INDEX(*Y*N*1*2*,*:ANSWER:*,1)#0 THEN ELSE ... But hey, to each their own George Gallen Senior Programmer/Analyst Accounting/Data Division ggal...@wyanokegroup.com ph:856.848.9005 Ext 220 The Wyanoke Group http://www.wyanokegroup.com