Thanks for the assistance.
> On the other hand.... maybe you want to work your way through
Development I - III first?
The frustrating thing is that I have!
Cheers,
Gary.
--- In [email protected], "Andrae, Tobias"
<[EMAIL PROTECTED]> wrote:
>
> Hi Gary,
> the problen in this special case is that you try to do a select with
an open string - which is not allowed in Axapta
> use
>
> ItemID strItemID
>
> as declaration and it should work.
>
> On the other hand.... maybe you want to work your way through
Development I - III first?
>
> Best regards, Tobias
>
> ________________________________
>
> Von: [email protected] im Auftrag von jetjockey.geo
> Gesendet: So 22.01.2006 04:04
> An: [email protected]
> Betreff: [development-axapta] Development IV
>
>
>
>
> Hi guys,
>
> I'm working towards the development cerification. My company has given
> me the MBS Axapta 3.0 training manuals and I'm trying to create the
> POS application in ch 1. If anyone can point me to a copy of
> ax30_enit_deviv_02.xpo, which I haven't received, that would be ideal.
> Failing that, I'm tring to retrieve a record from a table when the
> Sales ID is entered, with the following code in the Leave() function
> of the StringEdit control:
>
> str strItemId;
> ;
> ret = super();
>
> strItemId = hndItemId.toString();
> select firstonly SalesTable where SalesTable.SalesId == strItemId;
>
> which generates an error:
>
> Container and unbounded string (text) fields are not allowed in a
> WHERE _expression_.
>
> I've tried various other methods, too but can't make anything work.
> Any suggestions about how to do this would be appreciated.
>
> Thanks,
>
> Gary.
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
SPONSORED LINKS
| Computer part | Programming languages | Microsoft axapta |
| Support exchange |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

