I did but from tomorrow I will on vacation. And all synchro will stoped until I return. So no time for waiting until they will like to answer to my question..
And one more question for U. Did U ask Local Aveva from your own email with unofficial letters??
hi all,
need guidances.
plzzz how can I introduce a filter to my program.I used a methos 'FILTERSTRING'
It did not work,
I get like error
(2,751) Variable !FILTERSTRING does
not exist
the part of my program as follows :
!Tableau = ARRAY()
do !db values !SESSION.current()
-- Dans le cas le plus générique
skip if !this.DESI.val and !db.type neq 'DESI'
-- Dans le cas d'un projet Galopin
skip if !this.DESI.val and !db.description.matchwild('*CAT*') or !this.DESI.val and !db.description.matchwild('*GE*')
!Tableau.append(!db.type + ' ' + !db.name)
if (!this.sort.selection('DTEXT') eq |Name|) then
!filterString = !mdbName[!db]
elseif (!this.sort.selection('DTEXT') eq |Description|) then
!filterString = !mdbDesc[!db]
endif
-- Discard mdbs not matching filter
skip if (not !filterString.matchWild(!this.filter.val))
enddo
I should chouse the good variable to filter the type or the description to my db
thanks in advance