SBase4 Questions
Wayne,
I'm not Tech_Support but here goes anyway…
1) where are the SBase4 tooltypes documented? >>>
>>> are you referring to tooltypes for the Sbase4 ICON?
2) How do I get a double quote … >>>
>>> several ways… if you are running the query as a DML progam, use the
>>> CHR$(34) function to insert the double quote by segmenting the string
>>> and concatenating it back together.
>>> anywhere SBase4 expects a quoted string (i.e.; requesters), use the "~"
>>> (tilde) in place of the double quote and SBase4 will do the substitution
>>> for you.
>>> HOWEVER, one assumes you are attempting to put quotes around a string
>>> you output in response to the query generated with PROCESS-QUERY-EDIT.
>>> As far as I can tell there is no way to do it. Describe the situation
>>> more fully and we'll see if we can't find a way to do it for you.
Hope this helps somewhat…
Jim Joslin