D5 - Navigation shortcuts




VB Example (Sort of)

Button1_Click
Call MyProc
End

Procedure MyProc()
Do something cool
End

In VB you can select the "Call MyProc" line, Press F2 and jump to the
MyProc Procedure. You can then press Shift-F2 to return to the "Call
MyProc" line. Are there navigation shortcuts like this in D5?

Thank you,

Don
.


Quantcast