Hi Gerry
I've since remembered that AND and OR are SYNONYMS in autoprompting, so, sorry, yes it does do what it says on the tin.
The problem in amperautoprompting is that we have 4 options to cater for:
Select All Option in List
No Yes
Single select (1) (3)
Multi Select (2) (4)
And only 2 are catered for
(1) equates to .FIND(
(4) equates to either .(AND(FIND or .(OR(FIND
To cater for 3 which is very common we have to do:
FILEDEF HOLD DISK BASEAPP/HOLD.FTM (APPEND
-WRITE HOLD all
TABLE FILE ..
ON TABLE HOLD
FIND(... IN HOLD)
I looked and AND and thought logically it should cater for (3) but it doesn't which I think is a lost opportunity because the alternative is quite messy...
John
Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo