Hi Shaw,
Welcome to Clarion.
It sounds if you are doing it the hard way !!
Set up a dictionary and and then use the wizard to create the application
from the dictionary. From there you can see the way Clarion does things
and
you can hand code it if you need too. You will need to decide if you are
going to use the ABC template chain which is OPP or the legacy template
chain which is standard procedural code.
Also you should know there are two comp.lang.clarion groups. This one is
public but there is Softvelocity one that is not replicated here.
Try news.softvelocity.com and one of the groups there is also called
comp.lang.clarion which is far more active than this group. There are alos
more specialised groups for specific items of Clarion.
Harry
sjahan22@[EMAIL PROTECTED]
wrote in news:9784079a-f8db-4548-a5d2-
f1c50a13337f@[EMAIL PROTECTED]
> Greetings:
> I bought Clarion 6.3 enterprise three weeks back and had gone through
> the Getting started and learning clarion.
>
> I have created a browse form and populated it (Vendor, Item, Price).
> I also created (below the browse form) individual fields Vendor, Item
> and Price. So when I browse through the form, the highlight row
> information is also displayed on the individual fields below.
>
> What I am trying to do now is put controls ADD, CHANGE, DELETE,
> CANCEL and EXIT
>
> How do I program the controls to do the following:
>
> ADD = Clear the contents currently displayed on the individual fields;
> allow user to type in information; make sure mandatory fields (Vendor
> and Item) are filled; Check for duplicate (vendor+item is the key),
> and insert the record, show message Add-Successful
>
> CHANGE = Just allow to change the price on the highlighted record
>
> Delete = Delete currently highlighted record
>
> Cancel = cancel the changes made on the current screen
>
> Exit = Exit the form
>
>
> Thanks for the help!
>
> -Shaw
>


|