Connecting Tech Pros Worldwide Help | Site Map

Converting to 2002. Problems with RunCommand.Find

Juli
Guest
 
Posts: n/a
#1: Nov 12 '05
I am converting a db from 97 to 2002.
I have a very simple Find Macro from 97- consists of
RunCommand: Find
SendKeys: %h{up}%e%n

After the conversion....

If I try to run the macro from the form:
I receive an error "The control 'Command57' the macro is attempting to
search can't be searched", and then states that I need to do one of
the following:
--Add a GoToControl action before the FindRecord action.
--For the FindRecord action, change the Only Current Field action
argument from Yes to No
--Change the focus to a searchable control

From the suggestions with the error message, it seems that I am
restricted to searching on a certain field, rather than anything in
the form. Is there a way to continue searching on anything in the
form?
Juli
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Converting to 2002. Problems with RunCommand.Find


Can anyone help me here? I have a client waiting for their database,
and I am stuck with how to fix their Find!
Closed Thread