My company runs AccPac ProSeries 6.5, we are currently working on making a switch from ISBN-10 to ISBN-13. I'm pretty new to viewing it's source code ( and VFP as well ). can anyone explain anything about this line:
.ControlSource = ThisFormSet.so_PI.m_GetRefAsString("data.detail") + ".sc_FormISBN"
I understand it is setting a variable for This.ControlSource but I can't find any documentation for the rest of it. Any help is appreciated.
thanks
.ControlSource = ThisFormSet.so_PI.m_GetRefAsString("data.detail") + ".sc_FormISBN"
I understand it is setting a variable for This.ControlSource but I can't find any documentation for the rest of it. Any help is appreciated.
thanks