PDA

View Full Version : Find Question



Joe Coley
1-Feb-2005, 08:29 AM
I have the following code for where I want to do a "find GE" of the
Inventry_DD
<snip>
Send Request_Clear to Inventry_DD
Move sValue to Inventry.Location
Move Product.Product_id to Inventry.Product_id
Send Request_Find to Inventry_DD

<snip>
My Request_Find creates an error message, and I've determined that I am not
giving it the arguments that it is expecting. How do I determine the values
of the arguments that the request find is looking for?
(i.e. Integer eFindMode Integer iFile integer iIndex )