Re: Calling UniData subroutines via OLEDB

2004-04-26 Thread John Kent
Steven, here is a simple VB test application. Set up qmilk or whatever in uci.config Private Sub cmdConnect_Click() On Error GoTo ErrorTrap Dim strConnect As String Dim sDSN As String, sAccount As String Dim sUser As String, sPword As String Dim time1 As Single, time2 As Single Set UADODB =

Getting OLEDB ON XP with UV10.0 to work

2004-04-05 Thread John Kent
Help ! Has anyone had any luck with the above ? I understand the only authorised version of UV10 on XP is 10.0.15 and i am on 10.0.10 however seems to works fine except oledb I am getting the following error messages which seem to suggest its a username/password problem Error 1997 Died in

Re: Running total

2004-04-01 Thread John Kent
Do you have anything for a multivalue counter with either an EVAL or ITYPE jak - Original Message - From: Garth Joubert [EMAIL PROTECTED] To: U2 Users Discussion List [EMAIL PROTECTED] Sent: Friday, April 02, 2004 7:49 AM Subject: RE: Running total Hi Ya, Quick way is to try: LIST

Re: Running total

2004-04-01 Thread John Kent
- From: Mitchell, Stewart [EMAIL PROTECTED] To: 'U2 Users Discussion List' [EMAIL PROTECTED] Sent: Friday, April 02, 2004 1:02 PM Subject: RE: Running total Can you post the pick style dict, please. -Original Message- From: John Kent [mailto:[EMAIL PROTECTED] Sent: Friday, 2 April 2004 12

Re: Running total

2004-04-01 Thread John Kent
0002: mvfield.name;@NV 0003: MD0 0004: Count 0005: 3R 0006: M 0007: : I could not get it to work without using good old pick conversions for EVAL. EVAL @RECORDmvfld.no CONV A;NV EVAL OCONV('','F;mvfld.no;NV') Regards, Stewart -Original Message- From: John Kent [mailto

Re: Running total

2004-04-01 Thread John Kent
dictionaries. Stewart -Original Message- From: John Kent [mailto:[EMAIL PROTECTED] Sent: Friday, 2 April 2004 14:19 To: U2 Users Discussion List Subject: Re: Running total Stewart, tried that and all i get is the entry of 1 beside each multivalue instead of incrementing mv numbers

Re: Running total

2004-04-01 Thread John Kent
0002 @RECORD11 0003 A;NV 0004 Count 0005 3R 0006 M Stewart -Original Message- From: John Kent [mailto:[EMAIL PROTECTED] Sent: Friday, 2 April 2004 15:14 To: U2 Users Discussion List Subject: Re: Running total Stewart, thanks, i agree with the D version but do not get