i have a silly question:
what is the use for the folder called "sites" in sharepoint services? is it only to organize the sites documents? can't the site be on the root directly?
Hi, i am new to this sharepoint..
I have a sharepoint survey in my site team, i want all other authenticated users on the domain to respond to the survey, without letting them see all the survey results or anything else in the site.. i have full control on the site
can i have any suggestions...
hi
the company i work in bought the MS Windows Sharepoint, so that we can use it for websites and data forms..
i know nothing about this Sharepoint.. can any1 suggest where to start from?
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If (name = ".") Then
Me.Detail.Visible = False
Else
Me.Detail.Visible = True
End If
End Sub
i am trying to hide a detail record using the following sub
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
If (Me.name = ".") Then
Me.Detail.Visible = False
Else
Me.Detail.Visible = True
End If
End Sub
but it is not working, i always get all the detail records as if there...
ok thanks, this is what i need
i tried it like the following:
Me.id.SetFocus
DoCmd.OpenReport stDocName, acPreview, , "id" = Me.id.Text
but it gave me a report with no data
am i missing something?
is there a way to add a parameter to a report, so i can only view data which match my parameter criteria?
i know it can be done easily with a query.. the problem is i already finished the design of the report and it really took a lot of time, i dont wanna redo the same report for a new query...
usually instead of using the form name we can use the "Me"
whatif i m inside a control sub and want to use the control name, what do i use other than its name? is there a specific "Me" for the control
thank you
hi
each time i open the command prompt (using the shortcut in the Accessories menu, or using the run command) i got the command prompt opened, with a windows error message with title ctpmon.exe and a text about restarting the computer.. few seconds my computer restarts automatically
any1 have an...
ok
i read the forms authentication articles, and this is what i need..
well i started with the example in that article
and when it came to testing the example, i got the following error:
Error 29 Namespace of 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration' on configuration...
i think there is no need for windows authentication..
i ll take a look on the article, it seems a good one, and then i ll get back to u.
thanks for ur support
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.