I have one program called "Serial.prg" and within this file I have made PUBLIC several small connected routines of which share some routines within themselves. VPF does not seem to recoginze this public statement. Do I have to break the code apart and make several program files to solve this problem or is there another declaration which will help VFP locate these routines?
Ie
File is "Serial.prg"
Public PrepData,SendData,StoreData,RecData
If I change the file to PrepData, VFP will then run the program, but I would like be able to call any of the routines.
Thanks
Terry
Ie
File is "Serial.prg"
Public PrepData,SendData,StoreData,RecData
If I change the file to PrepData, VFP will then run the program, but I would like be able to call any of the routines.
Thanks
Terry