Button asking for a parameter

MatthewB

Member
Local time
Yesterday, 16:31
Joined
Mar 30, 2022
Messages
85
On the advice of a fellow forum member I starting to normalize my database this weekend using kp and kf. One of my buttons that navigates from a list form to a record form now shows a window that says,"Enter Parameter Code, Contractor_T.ContractorCode". What is it asking for? How can I code the parameter so it finds the value? Is this enough info for an answer?
Thanks
 
Maybe double-check the spelling of the fieldname you're trying to refer to in the code. Just a thought...
 
The question "Enter parameter xxxx.yyyy" usually occurs because (a) either xxxx or yyyy is not spelled correctly or (b) xxxx is not visible in that context, or (c) yyyy isn't a member of xxxx.
 

Users who are viewing this thread

Back
Top Bottom