Using Tools > Beautify does not indent the TEXT TO xvariable TEXTMERGE even when there are multiple indentions, it sticks to the leftmost edge..
- gryff15 -
VFP said:lcSAMPLE = "SAMPLE"TEXT TO sqlHandle TEXTMERGE NOSHOW
SELECT count(acct) AS xcount FROM SAMPLE.DBO.SAMPLEENDTEXT
If SQLEXEC(connhandle, sqlHandle, 'sample') < 0
Aerror(laErrors)Endif
Messagebox(laErrors[2],16,"Error in SQL exec for sample")
- gryff15 -