I want to create a WDBI query form without padding dots between the label and input box. Is it possible to do this by using “no_dots” attribute in the FDF file?
It is now. In past versions of WDBI the no_dots attribute only worked on the output form. It now works on the query form as well. I have two FDFs, one for query and another for results and I want to search in a numeric field. If I put searching criteria inside the input box everything is ok, while if I create a dropdown list with all the possible criteria, the query performed is always ‘equal to’ whichever operator I choose. Why?