First, just to let you know, I'm a very intermediate Clarion 5 user. I've been modifying existing code of an old application and trying to create a new Sales module off of the existing application. So I understand the very basics and certainly am not an advanced user.
I'm trying to copy everything from one Browse object in one application to another. I wish it could be as simple as copying everything from the original Module into a new one in the newer application and it would re-created it identically, but that doesn't seem to work. So I'v been trying to duplicate every property in the original application and I hit a roadblock.
In this Browse window, I'm trying to filter out records in the queue by a File Relationship. Basically, a Contacts Update window is open and the user clicks on a Comments button to open all comments related to only that contact.
On this Comments Browse window, the "Locator" value in List Properties, Default Behavior is set to "Entry" in the original application.
Upon compiling the new program, I get a message in the Error Editor:
Template Error in Procedure: BrowseCommmentsSales
A Entry locator was specified, but no entry control
exists for the free key element! Using STEP locator
Browse Condition: Default Browse Behavior
Current Key: CMT:NameDateID
Locator Type: Entry
Range Field: CMT:CCID
I think I understand what it's complaining about but cannot seem to find the "entry control" anywhere. Where would this be set?
Please let me know if I need to post more information. Thanks!
I'm trying to copy everything from one Browse object in one application to another. I wish it could be as simple as copying everything from the original Module into a new one in the newer application and it would re-created it identically, but that doesn't seem to work. So I'v been trying to duplicate every property in the original application and I hit a roadblock.
In this Browse window, I'm trying to filter out records in the queue by a File Relationship. Basically, a Contacts Update window is open and the user clicks on a Comments button to open all comments related to only that contact.
On this Comments Browse window, the "Locator" value in List Properties, Default Behavior is set to "Entry" in the original application.
Upon compiling the new program, I get a message in the Error Editor:
Template Error in Procedure: BrowseCommmentsSales
A Entry locator was specified, but no entry control
exists for the free key element! Using STEP locator
Browse Condition: Default Browse Behavior
Current Key: CMT:NameDateID
Locator Type: Entry
Range Field: CMT:CCID
I think I understand what it's complaining about but cannot seem to find the "entry control" anywhere. Where would this be set?
Please let me know if I need to post more information. Thanks!