From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,93847e6bff9fa48a,start X-Google-Attributes: gid103376,public From: creator Subject: An elementary XFORMS problem Date: 1999/12/29 Message-ID: <15f5621a.f9b8c972@usw-ex0102-016.remarq.com>#1/1 X-Deja-AN: 566012184 X-Originating-Host: 129.16.235.162 X-Complaints-To: wrenabuse@remarq.com X-Trace: WReNphoon4 946463721 10.0.2.16 (Wed, 29 Dec 1999 02:35:21 PST) Organization: http://www.remarq.com: The World's Usenet/Discussions Start Here NNTP-Posting-Date: Wed, 29 Dec 1999 02:35:21 PST X-Wren-Trace: eK+KoqO6/bf84r/yuuqmtJ2xu7m+vuv3qauhoKu+pPzuuuru8L3j7/L45fjyuvLp+PE= Newsgroups: comp.lang.ada Date: 1999-12-29T00:00:00+00:00 List-Id: I'm trying to make a procedure using XFORMS function FL_SHOW_FSELECTOR. My procedure looks like this: procedure Pehr(O:access FL_OBJECT;ID:Long_Integer) is Streng:String(1..10); begin --Nine blanks Streng:=" "&FL_NuLL; Streng:=FL_SHOW_FSELECTOR(" "&FL_NULL," "&FL_NULL,"*"&FL_NULL," "&FL_NULL); end Pehr; When i run it ,i get an "raised CONSTRAINT_ERROR" I've tried with different Stringsizes and without the FL_NULL's. I hope someone can help me. Mvh Pehr * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network * The fastest and easiest way to search and participate in Usenet - Free!