Options

Page 46 C/Side Solution Development

jemmyjemmy Member Posts: 247
Navision Gurus,

Anyone has figured page#46 C/Side Solution Development?

I can't get any further because of the following codes:
IF "No." <> xRec."No." THEN BEGIN
    SeminarSetup.GET;
    NoSeriesMgt.TestManual(SeminarSetup."Seminar Nos.");
    "No. Series" := '';
END;

I think we shouldn't set "No. Series" to blank since it has a tablerelationship.. I don't know.. 8-[

Please advice and many thanks,


Jemmy

Comments

  • Options
    Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    The field "No. Series" is blanked out, because one has entered manually a number for the Seminar. If the Seminar No. was automatically generated using a defined "No. Series", than this field shows what No. Series has been. It the number isn't automatically generated, then the field "No. Series" is blank.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • Options
    jemmyjemmy Member Posts: 247
    Oh I see Luc, so this is an application/functional concept.. thank you for the enlighments.
    Previously, I thought that there should be a technical issue.. :mrgreen:
Sign In or Register to comment.