I need to get a record from a file and set radio button text and values
I have created a routine and place the call to the routine in the "Beginning of Procedure, After Opening Files" embed. It will not run.
Any Ideas?
OpenFiles ROUTINE
! Start of "Beginning of Procedure, Before Opening Files"
! [Priority 5000]
! End of "Beginning of Procedure, Before Opening Files"
p_web._OpenFile(VManagement)
p_web._OpenFile(Vendors)
FilesOpened = True
! Start of "Beginning of Procedure, After Opening Files"
! [Priority 4000]
Do GetVMData !<------- This code will not run
! End of "Beginning of Procedure, After Opening Files"