Search Result
Collapse
19 results in 0.0044 seconds.
Keywords
Members
Tags
-
Moving Access 2010 tables to SharePoint
I am trying to move my Access2010 database to SharePoint. My database tracks project and because more than one person can work on a project and a person can work on multiple projects, I have a ProjectPerson table that essentially as a ProjectID field and a PersonID field. When I try to send it to SharePoint, I am being told that table ProjectPerson is dependent on table Project which is not allowed in SharePoint. Hwo do I set up my tables to get... -
Calling a web service via javascript
I've searched numerous places on the web and haven't been able to get my solution to work. I have set up an web service and all works perfectly. It a very simple one just one method that retruns hello world as a string
Code:namespace MyWebApp { /// <summary> /// Summary description for FirstSharePointWebService /// </summary> [WebService(Namespace = "MyWebApp",
-
truezplaya started a topic Can you create an aspx page for sharepoint and then deploy programatically using xmlin XMLCan you create an aspx page for sharepoint and then deploy programatically using xml
Hi
I have many pages that i would like to deploy to a sharepoint instance all at once.
I know you can deploy lists in a similar way and i was wondering if anyone else could point me to an example where an aspx page is deployed in this way. -
How to Create & Deploy a SharePoint 2007 Timer Job
With SharePoint timer jobs you can create & execute processes on a daily / hourly / minutely basis.
After deployment, the timer job definition executes your custom code.
The easiest (and more common) way to deploy a timer job is by feature.
When the feature is being activated, a custom code on the "FeatureActivat ed" method should install the timer job.
This is a complete example of how to create... -
How to Filter Multiple SharePoint Lists with Form Web Part?
Hey Guys,
I am not sure if there are too many SharePoint experts on here, but I figured I would ask and I would really appreciate any help.
If there a way using a form web part to have one criteria filter multiple lists on the same screen.
Attached is a screenshot of what I am working with.
Here is the code I have to filter one list:
Code:<br> </br>
-
How to add attachment field in a Sharepoint's survey?
Hi,
Question as above...
I could not find Sharepoint category, if you now a more suitable one - please let me know !
Thanks! -
Changing type of a custom field for already created site collections
Hi,
Currently we have a series of SharePoint sites already created in which we have a custom field created as follows in a custom fldtypes.xml
Code:<?xml version="1.0" encoding="utf-8" ?> <FieldTypes> <FieldType> <Field Name="TypeName">HierarchyTaggingField</Field> <Field Name="TypeDisplayName">Hierarchy Tagging Field</Field>
-
DateTimeControl Sharepoint Dev
I am currently working on a piece of software that works!!!!!!
However, the DateTimeControl is using the incorrect locale and/or regional settings.
It is the only date on my sharepoint site that is giving me the incorrect format and it's starting to bug me!
I have changed the settings on the server to the correct locale/regional settings and i have checked my browser has the same language settings.... -
Can I write a shell code in Access 2007?
Hey,
I have an autoexec macro in my program. When the frontend of the program opens up, I want the macro to run a module to check the local drive (C:) for the same program. If the program is in the C: drive, I want the open program to overwrite the original program. If not, I want it to save a new copy in the C: drive. I also would like this to happen without the user being asked where to save or what to call it.
... -
shahvish started a topic Why does my sharepoint web part event handler lose the sender value on postback?in C SharpWhy does my sharepoint web part event handler lose the sender value on postback?
I have a web part which is going to be a part of pair of connected web parts. For simplicity, I am just describing the consumer web part.
This web part has 10 link buttons on it. And they are rendered in the Render method instead ofCreateChildCo ntrols as this webpart will be receiving values based on input from the provider web part. Each Link Button has a text which is decided dynamically based on the input from provider web part.... -
accidental uninstall of office servers
I accidently uninstalled office services as i didn't relise that sharepoint had installed it to sotre it's content in i couldn't get sharepoint to just reinstall the office services so i had to uninstall and reinstall sharepoint.
My question is is there away to get documents out of the old database which i belive i managed to make a copy off before i uninstalled and reinstalled so i can put them into a new share point web project? -
Royson Jacob started a topic Upload a document using webservices without changing its modification and creation dain C SharpUpload a document using webservices without changing its modification and creation da
my application is able to upload a document with meta-info. i am using web-services for that. Now i am interested to upload a document with its modifed the created date. I tried to set "ows_Modifi ed" field value but it wont work.
How to upload file with its original modified and creation dates???
Thanks -
marcnunez started a topic trying to install a prebuilt full application into a web part for sharepointin C Sharptrying to install a prebuilt full application into a web part for sharepoint
I am trying to add a c# calculator program into a web part that is being added as a feature in sharepoint 2007. I can not seem to get the site to load the calc.exe program. I am using this below.
Code:protected override void OnLoad(EventArgs e) { if (!_error) { try { base.OnLoad(e);
Last edited by tlhintoq; Jan 31 '10, 11:32 PM. Reason: [CODE] ...Your code goes between code tags [/CODE] -
Access 07 with Sharepoint
Any access dev's using Access 07 with Sharepoint? IE using a Sharepoint list as a linked table... running reports/querys and what not?
If so, are any of you using access forms or linking forms in sharepoint to access tables... IE using forms programmed with vba, put published in access.
any takers? -
Edit Button in Dynamically created DataList
Background: I have a generated datalist to display information and I need to add the capability to have a button (Edit button) so that users can change the information. I'm sure once I figure it out I'll smack myself on the head for being so stupid but I feel as though right now I'm chasing my tail and want to see if some of yall can point me in a better direction.
Initiation
Code:public class GroupDetail : WebPart