This topic is locked

where is the code?

2/7/2012 3:40:24 PM
PHPRunner General questions
L
larryk author

hello,
I made a project application -- used lots of dropdown fields, etc. lots of default functionality, etc.
in one case, have added the specific values in a dropdown field.
So.. all is good and working. Great.
Now, i'm adding a new table and a new tab for the project.

Where i'm moving some fields on XYZ table to this new table.
Same fields, Same values, same everything, just different table name (and obviously a new page/tab).
I want to copy and past the few fields that WERE in old table, that moved to new table.
WHERE is the code?

HOW do I copy those few fields?
Its going to take me 10-15 minutes to retype everything, so I hope I can just copy them.
thanks

Sergey Kornilov admin 2/7/2012

larryk,
as a simplest answer - you can run a search across generated files to find where any specific piece of code goes.
Here are a few more sophisticated tricks that can help you manage your project easier.

  1. Setup a lookup table instead of using hardcoded list of values
  2. Setup a table first and then create a custom view of this table. All table settings will be copied to the custom view.
  3. Besides that in PHPRunner 6.1 you will be able to create copies of custom views as well.