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...
Yea, I’m a bit suspicious, however, they are adamant that they are right clicking and choosing paste. Is there some sort of default option to select so that standard copy is interpreted as paste-special values only?
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.
That would be an administrative nightmare as you would have to specifcally deny groups of users. As Deny takes top precidence if one user was a member of both groups(the denied and the allowed) he would be denied.
Still looking :-).
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'm thinking that a more robust answer is being seeked. I have the same issue, We don't want the folder hidden, we want to remove visability based on membership of a group.
Any ideas?
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'...
That’s the behavior of a combo box. A combobox is designed to bind to a field and when the arrow is clicked show you the other possible values that could have been picked and show extra columns that better describe the item picked.
if you want to show the "extra" info create a text...
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.