2007 Jun 06 3:11 PM
Hi,
i want to write my subroutine to fetch some value from some table, but it says internal subroutines are not allowed in global class, how to write my subroutine in the std method which has my implementation...
Regards
Gunjan
2007 Jun 06 3:14 PM
2007 Jun 06 4:50 PM
thx Rich...
how can i pass the parameters using option in the above scenario?
Regards
Gunjan
2007 Jun 06 5:54 PM
2007 Jun 06 7:46 PM
Hi Gunjan,
as you started to do OO, you may continue. Create a (private) method in your class as you created the form before. Only difference is you have to specify the parameters explicitly.
If you succeed once, you'll never be afraid again.
Rich's solution with external perform works but does not make too much sense.
Regards,
Clemens