Software Development Network Logo
  • Windows Vista
  • Visual Basic
  • Visual FoxPro
  • .NET Development
  • SQL Server
  • VS Team System
  • Visual C#
  • SharePoint Products
  • Visual Studio
  • Windows Forms
  • Microsoft ISV
  • Audio and Video
  • Game Technologies
  • Visual C++
  • IE Development

Software Development Network >> SharePoint Products

SharePoint Products

New Question

Publishing Info Path form
User control in MOSS 2007
Pb when installing "Windows installer 3.1"
Variation Navigation
Database application class separation to tier/layer
Data Synchronization with Client/Server
Database Design
JobObjects and Permissions
BPEL, XPDL and BPMN
Installation Issue CSF 3.0

Top Answerers

divya mittal
Paarul
jss3426
KVdS
davidg12
docinthebox
Tianyu Li
Jan Byvaly
KevinHall
buladbanaw
FOX GUI Toolkit
Only Title

Answer Questions

  • Khenat.Ram Synchronizing Database

    Hi, I have application that use SQL server database in local network, and I have remote network that has same database structure and I want to synchronize data. I have problem how to know deleted rows and added rows in the database. I little other words: Updated rows -> Normal updating using table primary key and depending on modify date. Deleted rows -> Normal deleting using table primary key but how can I now if the rows is deleted or new . Added rows -> Normal adding, but how can I now if the row is new or deleted one Note: I want to get merge data between both databases because all databases have users.   Regards It's notclear to me what you're doing that isn ...Show All

  • sam1996 How to set the number of display rows to unlimited?

    The MOSS 2007 Excel services' report only display ~70 rows at a time. Is there any way to display all rows at once (about 120 rows) Regards, Thank you very much. I will try it. Regards, You can control this in the Modify Web Part properties - it's one of them under the View section (I think). You cannot have it as unlimited, but you should be able to set it to 120. There's a limitation of returning 10,000 cells at a given time from Excel Services (IIRC). Can anyone give me more detailed explanation how to set up this in SharePoint Thanks. Aleksandra Aleksandra, Can you post a seperate thread with specific details on what you are trying to set up. ...Show All

  • vgta Call Logging/Statistics System

    Hello, I come to these forums hoping that somebody will be able to point me in the right direction of how I might go about solving my particular problem. I have very little knowledge of the related technologies (although I do have plenty of programming experience), and so I am looking for a starting point to build on. My company has a small call centre which uses a Splicecom maximiser phone system. We would like to implement some sort of call management call logging system, which will access the logging information which is available from a telnet port and transfer this into a database. Obviously this will require me being able to manipulate the data and have a way of accessing it from the port on the splicecom hardware. My first que ...Show All

  • mhadamji .Net Component with Active Server Page (Old ASP)

    Is it possible to call .Net Component in Active Server Page (Old ASP). if yes, then how ...Show All

  • Sunkyu Hwang stsadm.exe

    Hai, i got an error using the stsadm.exe cmd line tool.When i try to create a site or website iam getting an error. The specified domain either does not exist or could not be contacted. (Exception from HRESULT: 0x8007054B) i got messed with this error message.All n/w connections are working fine.i can able to communicate with AD. Anyone out there help me out what are you typing that's causing this error hai      i am unable to create sites and subsites using stsadm.exe    I am experencing a similiar with the domain error. What LAN settings did you change hai actually i rectified tha ...Show All

  • poker_paul moving documents

    Hi All, 1st a great thank you to Lawrence for his competent presentations on the European SharePoint Conference! My question: how to move documents from one (i.e. personal) doc library to an other (i.e. public location). Found only a context menu entry for copy, where I have to know the target URL. Which "standard" user knows the target URL Is there any possibility for browsing Thanks in advance, Jens Are you trying to move docs within the same site collection In that case you can move using the content and structure page (If you have MOSS, you should see a link in settings.aspx). When you choose move in the context menu, you will get a target picker to pick the target doc lib. ...Show All

  • vasudupe schema.xml with own fields -> Displaying them in NewItem.aspx

    Hi, I have custom list definitions in my feature. So I edited the default schema.xml (after creating a new list definition in my VS2005-project) and added some fields like: <Field Id="{213DCBD5-EF1B-4175-AA2D-5258FC550A99}" Name="Personalabteilung" BaseType="Text" DisplayName="Personalabteilung" UserSelectionMode="PeopleOnly" Type="User" Sealed="TRUE" ShowInDisplayForm="TRUE" ShowInEditForm="TRUE" ShowInNewForm="TRUE" ShowInListSettings="TRUE" List="UserInfo" SourceID="http://schemas.microsoft.com/sharepoint/v3" DisplaceOn ...Show All

  • RileyEsco SPListItem.moveTo() throws an exception

    Hi! We're having problems with the method SPListItem.moveTo(). In our project, a InfoPath 2003 document is created and published to a SharePoint Services 3.0 form library (called "Antrag"). Afterwards, it is modified using a workflow that runs inside the Workflow Foundation and was developed using Visual Studio. This workflow makes some changes to the XML document (sets the status, creates new subforms, etc.) and stores it successfully into another SharePoint library (called "Antrag_Temp"). There, special permissions are set to enable different users to access the form. Afterwards, the document is moved back into the original library: Dim mst As New MemoryStream Dim sFilename_1 As String = it.ParentList.Title & &q ...Show All

  • SanthaMind .NET data trasfer application architecture - windows service

    Hi, I need to develop an application which performs a data transfer one data base to another. I can not use DTS as a solution due to the complex requiremtns of the application. This application needs to run every 30 secs. So I decided to go for windows service. I am new to windows serivces and multithreading. I have developed an application design and would like to get feed back on it. General over view of the design : Application contains the following classes - AccountCreationDTS (WInService class), DTSTimer, DTSController, DTSREquestBin and DTS. AccountCreationDTS.OnStart() starts the DTSTimer. DTSTimer._onTimeElapsed() invokes DTSController.startTask() which initiates a DTS. The code for all the classes is given below : ...Show All

  • David Grooms how to tackle Sharepoint Site contains an ASP.net site for master page

    hi guys I am going to develope an Sharepoint point for content Management. This is is mainly used for content Management. this site contain one asp.net e-commerce site. in that we need the same look and feel without any issue. So i am going to use the same sharepoint master page in the e-commerce Master Page, then only the same look and feel will come. So how to tackle this scenerio. What problems i am facing is in Sharepoint site , the master page is ok . But in ASp.net e-commerce site, how it was supporting the sharepoint user contosls and some sharepoint link and all the sharepoint contols. If i remove all the site links and contains only the place holders means , that place was going supress anyway. Please how to tackle this suit ...Show All

  • GRK _layout pages and masterpage

    Hi All, I'm a bit confused here. Is it true that modifying the application.master (which I don't want to do) is the only way to change the masterpage for the _layout pages in Sharepoint 2007 In fact changing all the files themselves is not an option either because it's not supported I was told. So how's the correct procedure to change the _layout pages from your sitecollection Fred Hmm. I had a bit of a look around. Heather Solomon seems to be pretty hot at this sort of thing, and I found an interesting page: http://www.heathersolomon.com/blog/archive/2006/10/27/sp07cssoptions.aspx It sort of consolidated a thought I'd already had in my head. Given that master pages and themes do similar things (in some ways ...Show All

  • Natarajan Arumugam Message Routing doesn't work

    Hi, all. I defined a very simple ASP.NET Web service as follows (namespace omitted): [WebService(Namespace = " http://tempuri.org/ ")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] public class Service : WebService { [WebMethod] public void Log(string log) { using (StreamWriter writer = File.CreateText(@"C:\log.txt")) { write.WriteLine(log); } } } The session manifest is as follows: <Session timestamp="0001-01-01T00:00:00.0000000-08:00" timeout="30" serialize="None" routeAnyAction="true" ackOnRouteMsgToParticipants="false" xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns:xsi=" http://www.w3.org/2001 ...Show All

  • ganesh.p WSS 3.0 Disaster... Config database lost..

    Hi, today morning when I arrived work and try to access my sharepoint portal, I get the error "cannot connect to configuration database" .. for my surprise, I chek SQL server, and the "Sharepoint_Config" database is missing. I have no backups, and the only thing I have left is the content database "wss_content_SOMETHING" ... And I also have the "Inetpub" localfolder.. So my question is if is there anyway to recover my site with this data I have left.. Maybe creating a new configuration or new site and adding WSS_Content.. The thing is I created a new site, and this builds a new Sharepoint_config database, but I still get the same error when trying to connect. I also checked the permissons in the SQL ...Show All

  • brian_tsim How are you gnerating application definitions?

    Hello All, I am just cusrious to know how are you guys generating your application definitions in BDC by hand or using one of the tools out there to auto generate that scary XML file I am unable to find a tool which gives me the ability to include stored procedures in my app def instead of pure tables or views Any help would be appreciated. Thanks a lot Hi All, Wonder why Microsoft spent so much time creating SPS 2007 with BDC as its main feature failed to provide a tool to help devlopers generate BDC MetaData; that kind of defeat the purpose of trying to get more people to use SPS. Wonder why BDCMetaMan is charging $1200 per license for the tool that can generate metadata for web service ...Show All

  • Ravi Santha Javascript error in Internet Explorer

    Hi, I've been searching for this topic, but can't find any articles on it. Some user in my company using Windows 2000 SP4 with Internet Explorer 6 SP1. Previously when we were using WSS 2, we dont have any problem. But when we upgrade to WSS 3, problem start to raise. Some user cannot click submit button in any webpage in SharePoint. There also a javascript error in Graphical View for Survey. The common error message is "...in line xxx is undefined... I have no idea what that is since we have update IE, j2re, jsdk, and windows scripting. Some computers running Windows 2000 SP4 with Internet Explorer 6 SP1 works, but some doesn't. Any advise Thanks for the reply, We did try that as well but no luck. Fix the pro ...Show All

121314151617181920212223242526272829

©2008 Software Development Network

powered by phorum