Re: MESSAGE and using sequnces problem

From: Pradhan <empradhan_at_dplus.net>
Date: Mon, 1 Nov 1999 22:09:00 -0500
Message-ID: <HysT3.326$sR5.4250_at_newsfeed.slurp.net>


HI
Never came across with the situation like yours but I think SYNCHRONIZE built in may work in your case
HTH
Pradhan

Snowie wrote in message ...
>I have 2 question;
>first one I want to use informative message written to status bar:
>----------------------------------------------------------------
> MESSAGE ('Creating 100 dpi image duplicates...', );
> :global.ret := ORADLG.MogrifyTo(dir, maxp);
>---------------------------------------------------------------
>MogrifyTo is caller external DLL and vert "heavy" procedure, and my
>message appears ONLY after procedure completes. Besides it display pop-up
>box,...hwen I add NO_ACKNOLRDGE option, then i won't see it at all,,,,
>
>so, how can i write these message before MogrifyTo starts to status bar
>only?
>
>my second questions is:
>I have sequence in database.
>i need to assign its nextval to one form item
>when I do it like that :
>:art_image.id := att_imgid_seq.nextval;
>it gives me:
>"Table, View, or sequnces 'art_imgid_seq.nextval' not allowed in this
>context'
>
>I couldn't find solution to it myself....
>so can anyone help?
>
>later & thanks in advance
>Genady
>
Received on Tue Nov 02 1999 - 04:09:00 CET

Original text of this message