Re: [U2] Uppercasing in SELECT

2010-12-06 Thread Charles_Shaffer
Based on the info there we find that you can create an A/S dict item with MCT in both the a7 conversion AND the a8 correlative, and you will get exactly what you want - the ability for any query casing to match any data casing. Great that will make it unnecessary to uppercase the query argument

Re: [U2] Uppercasing in SELECT

2010-12-06 Thread Rob Sobers
I'm a little late to the party, but this topic has been discussed on Stack Overflow too: http://stackoverflow.com/questions/1639403/how-to-do-a-unidata-case-insensitive-search-with-uniquery http://stackoverflow.com/questions/1639403/how-to-do-a-unidata-case-insensitive-search-with-uniqueryNever

Re: [U2] Code 128 Soft Font

2010-12-06 Thread Steve Romanow
Charlie, Thank you for posting your PRINT.BARCODE.128.HP.SUB() routine. I need to make a change for my use and was wondering if you want the patch or if we have permission to modify. I would like to return the generated pcl back as a string instead of printing it in the sub. PLMK, Steve

Re: [U2] Code 128 Soft Font

2010-12-06 Thread Charlie Noah
Hi Steve, It's been a long time since I've heard from you. How are you doing? I firmly believe in GPL. You can patch as you'd like, and share with anyone. Please leave the author credits in, and send me a copy of your mods. I will incorporate them into mine. Perhaps the change you want can

Re: [U2] Code 128 Soft Font

2010-12-06 Thread Steve Romanow
On 12/6/2010 12:34 PM, Charlie Noah wrote: Hi Steve, It's been a long time since I've heard from you. How are you doing? I firmly believe in GPL. You can patch as you'd like, and share with anyone. Please leave the author credits in, and send me a copy of your mods. I will incorporate them

Re: [U2] Uppercasing in SELECT

2010-12-06 Thread Bill Haskett
The downside is if you want to output the field in its input format you'll either need to create a separate dictionary of use the EVAL keyword in the query. I've been down this road far too often and am happy with the EVAL keyword instead of the normal PICK method of creating another

Re: [U2] BDT Dictionary editor

2010-12-06 Thread Bill Brutzman
BDT and the dictionary editor are working here. Check versions of everything. Consider upgrading to Windows 7. If Rocket is still stuck, consider wiping all drives and installing clean copies all around. --Bill -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] BDT Dictionary editor

2010-12-06 Thread Steve Romanow
On 12/6/2010 1:12 PM, Bill Brutzman wrote: BDT and the dictionary editor are working here. Check versions of everything. Consider upgrading to Windows 7. If Rocket is still stuck, consider wiping all drives and installing clean copies all around. --Bill I had issues connecting with all the

Re: [U2] U2 DataVu Query

2010-12-06 Thread Michael Byrne
You need to use CONVERT.SQL on UniData files (not for UniVerse files) for them to be visible. You may also need to GRANT privileges for specific users depending on what username will be connecting. There is a small mention of this in the readme that comes with the download. The following would