InterviewSolution
Saved Bookmarks
| 1. |
How Do I Open A Form In Query-only Mode? |
|
Answer» go to applcation developer responsibilitynavigation->Application/function.query the function name then goto form tab then goto PARAMETERS FIELD then write the following code in that fieldQUERY_YES= YES SAVE the changes and then SEE the FORMS get affected in query only mode. go to applcation developer responsibilitynavigation->Application/function.query the function name then goto form tab then goto parameters field then write the following code in that fieldQUERY_YES= YES save the changes and then see the forms get affected in query only mode. |
|