Help with Time duration

Fine, then let us know how you did it so others can possibly learn from it.

It's going to be a multifunctional app, not sure how it resembles Swiss cheese, virtual pages and there initialized values go horizontal and there corresponding code goes vertical underneath, I personally thought that was organised but I could be wrong. Again I would like to thank everyone who helped.

Swiss Cheese = code that has holes in it

You have awoken The Eye of ABG, which sees all coding sins.

  • You have hardwired three employee names into your app, and repeated the same code three times, once per employee.
  • You have failed to account for adding new employees
  • You have failed to rename your procedures according to their functions.
  • You have failed to add parameters to your procedures, so that the same procedure could be used across multiple employees.
  • You have failed to use the text JOIN block to combine employee names and data field names to get compound tags in aforesaid procedures.
3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.