would really appreciate help

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
put "Chicken Steak" into theDataA["Main Menu"]
put "$5" into theDataA["cost"]
get the dgNumberOfRecords of grp "YourDataGrid" + 1 into theLineNo
dispatch "AddData" to group "yourDataGrid" with theDataA, theLineNo
Code: Select all
put the dgNumberOfRecords of grp "YourDataGrid" + 1 into theLineNo
dunbarx wrote:I use dataGrids, and am fond of saying I do not understand them.
I am amazed at how attractive they are to new users. So many start right in with them embedded in their projects, oftentimes the central control.
I understand why, but also see that these users quickly get in over their heads. The main reason is that DG's have their own syntax and structure, and it is possible to ignore the basics of LC's syntax and structure while quietly struggling in that arena.
They should come with a warning.
Craig