03-23-2012 04:05 AM
Hi,
Creating of SequenceCall from MainSequence is done, except ModuleSequence. I use current file for Module and in program was put some sequence (but not MainSequence). For reason that SequenceCall was done in MainSequence (SequenceHandle work on this), SequenceCall to other sequence is not possible (because only MainSequence can be in sequence call). However, when I call editor, right sequence is writed there, but still "The sequence was not found in selected sequence file") exist. If I click to end of sequence file, pull down menu is appear and all sequences are there. After pressing Enter, appropriate sequence was chosen.
So, how to get reference to SequenceFileHandle to choose other sequence than MainSequence in sequence call Module ? My Object is SequenceHandle, because sequence call work with this and is inserted in MainSequence.
best regards,
branar
Solved! Go to Solution.
03-29-2012 08:10 AM
Hi,
Problem was in determing of string in sequence filename. For some reason one additional character was there and string comparison was not ok. This was reason why "filename not found". After re-coding of this, sequence filename and SequenceCall work fine.
best regards,
branar