Aller au contenu principal

Recherche

Recherche

Transforming a Query Prompt with Visual Basic

Commentaires

3 commentaires

  • Avatar
    Peter Thane

    You should be able to achieve this from here in the Filter/Query Prompt setup

    In the image below I have set the VB just to keep the right three characters to perform the database look up with a simple Value = Right(Value,3) command in the script box

     

     

    0
  • Avatar
    Karen Holland

    Yes, that's the feature I'm trying to use. Once inside the editor, how do I refer to string that is the Query Prompt input? I've been looking but what type of object is a query prompt? "Format.Objects("ScanBCPrompt").Value" (where "ScanBCPrompt" is the query prompt name) gives an error that the "ScanBCPrompt" object is not found. I've tried a couple other Bartender object types (namedsubstrings, etc.) to access the prompt's content but get errors that they don't exist. Simply using "value" (as your example) also doesn't work.

    0
  • Avatar
    Karen Holland

    I got it working now. Not sure what was wrong but simply using "Value" is working now. Thank you!

    0

Vous devez vous connecter pour laisser un commentaire.