SetgenfilterI need to set a filter on a field. The values in the field are in the form XX##-####. Where X = Alpha, # = numerical. I want to capture the value from a tcursor and place it in the dynamic array.But using the simple tcursor value generates an error., When I interactively filter the table on this field I need to put the value in quotes, "XX##-####". I need to do the same thing in ObjectPal and cannot remember how to include a quote mark in a string. I recall some how using a combination of "/" or maybe it was "\" , to define the quote as a literal character.Any help will be greatly appreciated.JR,  jrradtke | Yup, thanks that's what I used.
I think I could also have used the char(34)+thestring+char(34). |
|