I have put all my generic functions in 1 .prg file(say named it 'General_functions') and in the main program I called
Do General_Functions
In all other programs I just call a function(say Get_Running_year()) defined in General_functions.prg .
Problem is that in some cases not always, I get error "File Get_Running_year.Prg does not exist."
What might be the reason for this as calling in the main prg, all functions defined in General_functions will be made available.
I have tried "Set procedure to General_functions additive" ,then too sometime I get this error.
Is there any other way to do that.
Do General_Functions
In all other programs I just call a function(say Get_Running_year()) defined in General_functions.prg .
Problem is that in some cases not always, I get error "File Get_Running_year.Prg does not exist."
What might be the reason for this as calling in the main prg, all functions defined in General_functions will be made available.
I have tried "Set procedure to General_functions additive" ,then too sometime I get this error.
Is there any other way to do that.