Re: Wintegrate 5.1 Query Builder

2004-04-22 Thread Ian Renfrew
One ways is to remove the before / after fields and associated code, if any
from the scripts.

Regards,  Ian Renfrew


- Original Message - 
From: "Steven Frost" <[EMAIL PROTECTED]>
To: "U2 Users (E-mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, April 21, 2004 7:46 PM
Subject: Wintegrate 5.1 Query Builder


Hi -- any way to disable users from using the Before and After fields at the
bottom of the form.
This can be used to enter DELETE,MODIFY, even CLEAR-FILE statements, and
opens the database
wide open to any sort of abuse , intentional or otherwise.
Also , any other field in the form can be used to enter similar statements.
Any comments?
Thanks.



Steven Frost

POWERCO
35 Junction Street
Private Bag 2004
New Plymouth
New Zealand

Helpdesk  0800491491
DDI:  +64 6 759 6583
Fax:  +64 6 759 6253
Mob:  +64 274 403940
Email:[EMAIL PROTECTED]
Web:  www.powerco.co.nz



#
This e-mail message has been scanned for Viruses and Content and cleared
by MailMarshal

#



CAUTION: This email and any attachments may contain information that is
confidential.  If you are not the intended recipient, you must not read,
copy, distribute, disclose or use this email or any attachments.  If you
have received this email in error, please notify us and erase this email and
any attachments.  You must scan this email and any attachments for viruses.
DISCLAIMER: Powerco Limited accepts no liability for any loss, damage or
other consequences, whether caused by its negligence or not, resulting
directly or indirectly from the use of this email or attachments or for any
changes made to this email and any attachments after sending by Powerco
Limited.  The opinions expressed in this email and any attachments are not
necessarily those of Powerco Limited.



-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: wIntegrate Lookup Box

2004-02-20 Thread Ian Renfrew
If I remember correctly, wIntegrate 3.? is a 16 bit Windows application.
Your probably hitting a 16 bit limitation. Strongly suggest upgrading with
wIntegrate 4.? or higher which is 32 bit application. I encountered a
similiar issue with setting up a menuing system with over 2000 menu options.
Upgrading resolved my issue.

Regards,  Ian Renfrew

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 20, 2004 10:26 AM
Subject: wIntegrate Lookup Box


> All,
>
> I am a little green with using wintegrate so please bear with me.  I am
trying to populate a lookup box with a list using WIN.LOOKUP on V3.0.7.  I
get a script error if the list is too big for the box it appears.
>
> Any thoughts would be appreciated.
>
> Thanks,
> Les
> -- 
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: Using the Telnet via SSL feature on wIntegrate and uniVerse 10.1

2004-02-11 Thread Ian Renfrew
Yes it will work with Dynamic Connect.

Regards,  Ian Renfrew


- Original Message - 
From: "David Scoggins" <[EMAIL PROTECTED]>
To: "'U2 Users Discussion List'" <[EMAIL PROTECTED]>
Sent: Wednesday, February 11, 2004 12:22 PM
Subject: RE: Using the Telnet via SSL feature on wIntegrate and uniVerse
10.1


> Hmm... interesting.  Does anyone know if this works with Dynamic Connect
> instead of wIntegrate?  I may have to try this when I get a few spare
> minutes to play with it.
>
> Re Ian Foster's original question - if you're wedded to SSL for some
reason
> you may want to take a look at stunnel (www.stunnel.org).  It looks like
it
> would be a lot more work to set up than SSH via Putty though.
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, February 11, 2004 9:01 AM
> > To: U2 Users Discussion List
> > Subject: Re: Using the Telnet via SSL feature on wIntegrate
> > and uniVerse 10.1
> >
> > At 06:27 AM 2/11/2004, you wrote:
> > >Has anyone had any success setting up wIntegrate 5.1 to connect to a
> > >uniVerse 10.1 server using the Telnet via SSL feature.
> >
> > I have not done it but here is a write up IBM put out in a
> > newsletter on how to make a SSH tunnel.  I think this is what
> > you were looking for as opposed to SSL.
> >
> >
> > Using SSH security with wIntegrate
> >
> > DESCRIPTION:
> >
> > *Secure Shell (SSH), sometimes known as Secure Socket Shell,
> > is a Unix-based command interface and protocol for securely
> > getting access to a remote computer.
>
> -- 
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.oliver.com/mailman/listinfo/u2-users
>

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: wIntegrate script- dialog box?

2004-02-10 Thread Ian Renfrew
Yes.

Execute the script 'example/script/wc.wis'.

The STYLE for this script reads:
Style WS_CAPTION|WS_POPUP|WS_VISIBLE|WS_SYSMENU|WS_MINIMIZEBOX|WS_GROUP

Regards,  Ian Renfrew


- Original Message - 
From: "Barry Brevik" <[EMAIL PROTECTED]>
To: "U2 list (E-mail)" <[EMAIL PROTECTED]>
Sent: Monday, February 09, 2004 4:47 PM
Subject: wIntegrate script- dialog box?


> wIntegrate v4.2.3.
> 
> Is it possible to create a dialog box in a client-side script that is
> Non-Modal? When I use the dialog box editor, I don't get a choice, and it
> always creates a script that has a line like this:
> 
> Style WS_CAPTION|WS_POPUP|WS_VISIBLE|WS_SYSMENU|DS_MODALFRAME
> 
> The docs I got from the IBM site don't talk about the DS_MODALFRAME
> property, or if there is an alternative.
> -- 
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: [UD] Determining if list exists

2004-02-04 Thread Ian Renfrew
Title: [UD] Determining if list exists




I'm not sure if this is what your looking for, but 
here goes.
Insert the statement IF # S GO 99 after the initial SELECT statement. If no 
items are selected, then the proc proceeds to label 99 which displays a message 
and exists the proc. This prevents the situation where you end up printing all 
transactions, if no items selected.
HSSELECT AR WITH PAYMENT.DATE GE "2-9-04" 
STONH<P 
IF # S GO 99HSAVE-LIST ARLIST 
P HGET-LIST 
ARLIST STON H< PH HLIST AR PAYMENT.DATE LPTR X+ 99 CONo Items 
SelectedX+
Regards,  Ian Renfrew
- Original Message - 

  From: 
  Chris 
  Bugosh 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, February 03, 2004 8:51 
  AM
  Subject: [UD] Determining if list 
  exists
  
  Is there a Unidata or Uniquery command that tells 
  you if a select list exists?  In UniBasic I can use a SelectInfo function 
  to determine if a list exists, but I can't find a way to do it at the TCL 
  prompt.
  I have the following PQN PROC.  The PROC 
  itself works fine if there is something to return from the selection 
  criteria.  However, if nothing is selected in the SELECT statement (like 
  the one below would if we ran it today), the PROC does what it is told and 
  lists the whole file, since it is never given a list, resulting in a huge 
  printout of every AR transaction.
  HSSELECT AR WITH PAYMENT.DATE GE "2-9-04" 
  STON P 
  HSAVE-LIST ARLIST P HGET-LIST ARLIST STON H< 
  PH HLIST AR 
  PAYMENT.DATE LPTR P 
  Thanks for any suggestions you can give. 

  Chris 
  
  

  ___u2-users mailing 
  list[EMAIL PROTECTED]http://www.oliver.com/mailman/listinfo/u2-users
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


Re: Text Editor

2004-01-24 Thread Ian Renfrew
I find the latest wIntegrate editor very useful. I've enhanced the
wIntegrate editor upload and download scripts to utilize various U2Object
library functions and subroutines. With the modified scripts you can access
items in directory and hashed files almost instantly using UniObject
technology. No need to deal with traditional wIntegrate file transfer
processes. At the moment, I've ignored the processing involved in the newly
added EditCheck, ItemExists functions.

Regards,  Ian Renfrew


- Original Message - 
From: "Daly, Mark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 22, 2004 11:31 AM
Subject: Text Editor


> Am I right in thinking there is some kind of Windows/GUI text editor
> available for BASIC authoring??? Is anything included on the client CD?  I
> don't have it handy.
>
> Thanks.
>
> -- 
> 
> Unsubscribe: mailto:[EMAIL PROTECTED]
>  or  mailto:[EMAIL PROTECTED]
> Moderator  : mailto:[EMAIL PROTECTED]
> Web-site   : http://www.oliver.com/lists/u2
>
>
>

___
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users