I sure wish that there were better instructions somewhere on how to learn Application Language.
This user guide that I'm reading isn't very helpful. Everywhere I type, there's an error.
The latest error comes from what I typed below.
The error appears for each of my fields and says, "The name does not exist in the current context."
How do I eliminate this error?
Thanks!
John
page 50100 "Radio Show List"
{
PageType = List;
SourceTable = "Radio Show";
layout
{
area(Content)
{
repeater(group)
{
field("No."; "No.") { ApplicationArea = Basic; }
field("Radio Show Type"; "Radio Show Type") { ApplicationArea = Basic; }
field("Name"; "Name") { ApplicationArea = Basic; }
field("Run Time"; "Run Time") { ApplicationArea = Basic; }
field("Host Code"; "Host Code") { ApplicationArea = Basic; }
field("Host Name"; "Host Name") { ApplicationArea = Basic; }
field("Average Listeners"; "Average Listeners") { ApplicationArea = Basic; }
field("Audience Share"; "Audience Share") { ApplicationArea = Basic; }
field("Advertising Revenue"; "Advertising Revenue") { ApplicationArea = Basic; }
field("Royalty Cost"; "Royalty Cost") { ApplicationArea = Basic; }
}
}
}
}