I would like to suppress an entire report band. That is I want "print when" on the band, not just every field.
It looks like my only option is to select each field individialy and enter the print when info.
Crystal reports lets me have multiple layouts at the "break point"...
I've been looking at examples for accessing ado record set field values. It looks to me that my only choice is the "wordy" approach:
ors.fields("my_field1").value = "Hello"
ors.fields("my_field2").value = "Bye"
Visual basic provides...
I have a user copying a set of cells from one workbook to another. The source workbook has formulas in the cells, however, after coping the cells to the target workbook the result is only values.
Excel 2000 (SR-1)
Thanks in advance.
On windows 2000 (w2k), I want to let "everyone" see a directory, but then I want to hide visability of folders below that directory if your aren't a member of the group. Below are my current cacls results:
Q:\>cacls test1 /t
Q:\test1 BANKS\Domain Admins:(OI)(CI)F
Everyone:(CI)R...
I have a sql database on sql server. The following works.
lnsql = sqlstringconnection('blah blah blah') && I know this is wrong :-).
lnok = sqlexec(lnsql, 'select bbshipto.ljob from bbshipto', 'mycursor')
The following blows up:
lnok = sqlexec(lnsql, 'select bbshipto.lineno from bbshipto'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.