I have found that I have to lookup the simple qualified field name (myStruct.field1) then add the array element detail ( myStruct(element).field1 )...
-Eric DeLong
-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Kurt Anderson
Sent: Thursday, October 27, 2011 3:48 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (wdsci-l@xxxxxxxxxxxx)
Subject: [WDSCI-L] Content Assist quirks
Is anyone else noticing a few quirky things about content assist in 8.0.3?
For instance, in the following, if I hit content-assist in the middle of the DS subfield, nothing happens. If I go to the beginning of the field and bring up content-assist, the subfield shows up, but once I start arrowing to the right it goes away.
ds_Type(typeIdx).cCity;
ds_Type's subfields are defined based on a template data structure
D dsT_Type DS Template LikeRec( FileName.FileFmt )
To make it even weirder, it's like content assist isn't liking the case change in the subfield.
For example, if I change ds_Type(typeIdx).cCity; to ds_Type(typeIdx).CCity; then content assist works out to the i in city, but goes away after that. Previously it only worked on the c and disappeared when I arrowed to the following C.
-Kurt
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.