diff between Ctrl+T and Shift+Ctrl+K
hi ppl,
Can any one tell me the difference between Compile File (Ctrl+T) and Compile All(Shift+Ctrl+K) in forms builder?
Recently, I encountered an issue. I did a change in a form. The only change was that, I modified the "Default where" condition of a block. Generated the FMX using Ctrl+T. When run, this FMX gave an exception ORA-06502.
But with the same change, when I did Shift+Ctrl+K and then Ctrl+T, the FMX worked properly.
Can anyone clarify me why that happened?