shangrilla
Programmer
I have declared this in my main.prg
Declare _fpreset in MSVCRT40.dll
but on and off I get this error saying _fpreset().prg not found.
In my code i use it like:
=_fpreset()
if repFormat = 'text'
.....
endif
if repFormat = 'word'
....
endif
if repFormat = 'pdf'
...
endif
=_fpreset()
Is there anything else I need to add.
Declare _fpreset in MSVCRT40.dll
but on and off I get this error saying _fpreset().prg not found.
In my code i use it like:
=_fpreset()
if repFormat = 'text'
.....
endif
if repFormat = 'word'
....
endif
if repFormat = 'pdf'
...
endif
=_fpreset()
Is there anything else I need to add.