Couldn't agree more, but that's not the behavior Kevin was seeing.   I just 
recreated Kevin's data from an existing drug entry and when I entered a "?" 
at the prompt all four records were displayed.  The dose is different 
because it's not the same drug that Kevin is using:

Select DISPENSE UNITS PER DOSE: ?
     Answer with POSSIBLE DOSAGES DISPENSE UNITS PER DOSE
    Choose from:
    .5        300
    1        600
    1        600
    2        1200

The only thing that I know that would keep it from getting displayed is a 
screen (which there isn't in my File #50 DD for that field).  Or, perhaps 
the record is corrupt and FileMan cant get to it to display (although it 
can get to it during Inquire which doesn't make sense).  Maybe Kevin has a 
leftover DIC("S") in his table.


At 10:02 PM 6/25/2006, Greg wrote:

>On Jun 25, 2006, at 4:54 PM, Dan wrote:
>
>>Select DISPENSE UNITS PER DOSE: 2// ?
>>      Answer with POSSIBLE DOSAGES DISPENSE UNITS PER DOSE
>>     Choose from:
>>     1        50
>>     2        100
>>
>>1 & 2 are the #.01 field values.  50 & 100 are the #1 field values (they
>>are specified as FM Identifiers).
>
>I'm not saying you're wrong (I don't know the DD for this file at all), 
>but in general, if a ^DIC lookup produces multiple matches, they will be 
>numbered sequentially (1, 2, ...). Situations like this can occur when you 
>do a multi-index lookup, and the indexed field is neither .01 nor an 
>identifier. If this turns out to be the problem, you might consider 
>explicitly selecting an index or indices to be used for lookup. Also, if 
>the number of matches is out of synch with your data, check to see which 
>indices are being used and whether they need to be rebuilt.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to