Office Live Small Business - Business Applications ForumTips on effectively using Business Applications: how to configure lists, views, workflow, and web parts; using SharePoint and Contact Manager; creating custom applications with SharePoint Designer; and more.© 2009 Microsoft Corporation. All rights reserved.Wed, 25 Nov 2009 10:41:43 Zc99eb6fe-4be3-4ac3-920d-f5fda1a370f1http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/5c3eb9a3-092c-48ed-9e08-2aaa1f05873ehttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/5c3eb9a3-092c-48ed-9e08-2aaa1f05873eVigghttp://social.msdn.microsoft.com/Profile/en-US/?user=ViggSharepoint creates duplicate records in Contact List <span class=value>I'm currently using MOSS <span class=searchTerm>2007</span> with Outlook <span class=searchTerm>2007</span>.  I created a <span class=searchTerm>Contact</span> <span class=searchTerm>List</span> within <span class=searchTerm>Sharepoint</span> and copied my <span class=searchTerm>contacts</span> into the <span class=searchTerm>list</span>, I then linked the <span class=searchTerm>list</span> to my Outlook, but when I do this <span class=searchTerm>Sharepoint</span> creates 3, 4 or even 5 <span class=searchTerm>duplicates</span> of every entry and while synchronizing it slows down my Outlook heavily.  Any ideas to what might be causing the <span class=searchTerm>duplicate</span> <span class=searchTerm>contacts</span> in the <span class=searchTerm>list</span> and how to prevent this from happening again?</span> Tue, 08 Jul 2008 20:34:53 Z2009-11-25T10:41:42Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/5b342c71-b4d6-4441-812e-69f9e8620bbahttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/5b342c71-b4d6-4441-812e-69f9e8620bbaRoberthookhttp://social.msdn.microsoft.com/Profile/en-US/?user=Roberthookwhat is the average salary of a VBA ProgrammersHi <br/>Can anyone there please tell me what is the average salary a VBA Programmer can asked for.<br/><br/><br/>ThanksFri, 07 Aug 2009 15:16:05 Z2009-11-12T15:50:21Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/71614095-4f0a-4803-8248-895b4ef1d7dfhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/71614095-4f0a-4803-8248-895b4ef1d7dfESEN Translationhttp://social.msdn.microsoft.com/Profile/en-US/?user=ESEN%20Translationseparate mail sounds for Windows Live Mail and Microsoft Outlook on same computerI have both Windows Live Mail and Microsoft Outlook 2007 installed on my laptop. However, I don't know how to get two separate sounds for arriving mail in each program. I would like one sound to play when mail arrives in Windows Live Mail, and a separate sound file to play when mail arrives in Microsoft Outlook 2007. I had no problem when I used both Outlook and Mozilla Thunderbird, or Windows Live Mail and Thunderbird. However, I would like to use Windows Live Mail and Outlook for my business mail, and Thunderbird for my personal mail. Any suggestions?Mon, 09 Nov 2009 20:48:52 Z2009-11-09T20:48:52Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/6b1a1c2b-3bff-4d0d-9cf4-720aeb09cdadhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/6b1a1c2b-3bff-4d0d-9cf4-720aeb09cdadAngelo Cookhttp://social.msdn.microsoft.com/Profile/en-US/?user=Angelo%20CookAccess 2007 exporting to Excel .xlsm formatwe have several processes that export from access to macro eabled excel spreadsheets.&nbsp; But we are no longaer able to do this in Access 2007.<hr class="sig">Angelo =&gt; Chief Rocket Scientist Fri, 16 Oct 2009 21:37:16 Z2009-10-16T21:37:17Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/e87f1ebe-8b8d-4096-92d3-23a8246f12abhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/e87f1ebe-8b8d-4096-92d3-23a8246f12abtractorbughttp://social.msdn.microsoft.com/Profile/en-US/?user=tractorbugCreating a hierarchy in Access 2007Hi I am looking for any advice on creating the following information within Access.&nbsp; I am educated in Access, but it has been a LONG time. <br /> <br /> Currently we have our database in ACT!, but I am so sick of trying to get things into Excel - I would really like to have it in Access, but here is what I really need for our business:<br /> <br /> We have a sales based business<br /> <br /> I need to start with a company <br /> Most of these companies have multiple locations/divisions.&nbsp; I need these divisions to &quot;show-up&quot; under the company so that we can keep track of that.&nbsp; I don't want to stop and try to sell to each division when it is not necessary. <br /> Underneath each company and division there will be individual contacts.&nbsp; <br /> <br /> Any thoughts on how to set that up?&nbsp; Thanks in advance for any input!Tue, 06 Oct 2009 05:45:04 Z2009-10-06T05:45:05Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/5a79a2d9-d92e-4dbf-94ba-c6df8783c5c7http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/5a79a2d9-d92e-4dbf-94ba-c6df8783c5c7muzzettemm1http://social.msdn.microsoft.com/Profile/en-US/?user=muzzettemm1column data not found message keeps poping up in Access<div>Hello I got work around for Micrsoft Hotkey CTRL Apostrophe which Insert the data from the same field in the previous record CTRL+' . I put this code in the AfterUpdate of the text boxes and combo boxes of a subform. <br /><br />for String<br /><br />Private Sub Event_Name_AfterUpdate()<br />If Not IsNull(Me.Event_Name.Value) Then<br />Event_Name.DefaultValue = """" &amp; Me.Event_Name.Value &amp; """"<br />End If<br />End Sub<br /><br /><br />for datetime<br /><br /><br />Private Sub YourDateControlName_AfterUpdate()<br />If Not IsNull(Me.YourDateControlName.Value) Then<br />YourDateControlName.DefaultValue ="#" &amp; Me.YourDateControlName &amp; "#"<br />End If<br />End Sub<br /><br /><br />I put this on the second subform but when add a record, I get a message sayig colum data unavailabe and I'm not sure why. can anyone help pls</div>Sat, 03 Oct 2009 07:59:45 Z2009-10-03T07:59:45Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/9c116ba4-510f-4703-b60e-f89796cc0b82http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/9c116ba4-510f-4703-b60e-f89796cc0b82AMIT2USAhttp://social.msdn.microsoft.com/Profile/en-US/?user=AMIT2USALeave management systemHi all, <br/> I am doing Leave management system project in SQL SERVER 2008 AND in Visual studio 2008 in c#. Can any one tell me about this project how to do it? what is the starting? what should come in database? and how to connect and all? The description of project is here :- &quot; login to the system through the first page of the application change the password after logging into the system see his/her eligibility details (like how many days of leave he/she is eligible for etc) query the leave balance See his/her leave history since the time he/she joined the company. apply for leave, specifying the from and to dates, reason for taking leave, address for communication while on leave. see his/her current leave applications and the leave applications that are submitted to him/her for approval or cancellation approve/reject the leave applications that are submitted to him/her withdraw his/her leave application (which has not been approved yet)&quot; If any one having source code for the same u can mail me at my id amit2newyork@yahoo.com <br/> <br/> <br/> Thanx all....Wed, 20 May 2009 06:36:00 Z2009-09-18T12:45:54Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/ea75b9e8-577f-463b-a5ab-265c8a31258ahttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/ea75b9e8-577f-463b-a5ab-265c8a31258aWin 7 Office clientshttp://social.msdn.microsoft.com/Profile/en-US/?user=Win%207%20Office%20clientsWhat are the Mail clients officially suppoted for Windows 7 32-bit,Windows 7 64-bit.I just want to know what are the mail clients supported officially supported for windows 7 32-bit as well as for Windows 7 64-bit.Fri, 18 Sep 2009 05:53:11 Z2009-09-18T05:53:11Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/863f3030-eff4-445e-9592-95ea6eee31e0http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/863f3030-eff4-445e-9592-95ea6eee31e0dpirethttp://social.msdn.microsoft.com/Profile/en-US/?user=dpiretHow to merge BCM contacts and MS Outlook contacs into a regular W. Mobile contactsHi,<br/>BCM provides an extension for W. Mobile devices, so that contacts can be imported into the device. The question is that those contacs syncronized from the BCM database are not &quot;regular&quot; contacts and therefore there is no Caller ID for incoming calls or <span style="text-decoration:underline">regular</span> way of handling those contacts from the device (as simple tasks as search or call a Business contact). I've found a provider who resolves this (Chapura PocketMirror) but it seem to have discontinued the product. <br/><br/>Do you know if there is a way to solve this? Does BCM 2010 resolve it? Any clue?<br/><br/>I'm starting up a company and one of the firsts is to manage my customers...<br/>Thanks in advance<br/>danielTue, 08 Sep 2009 12:56:59 Z2009-09-08T12:57:00Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/bb8fffa3-b986-406c-85af-64747b749577http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/bb8fffa3-b986-406c-85af-64747b749577coderrrrrrhttp://social.msdn.microsoft.com/Profile/en-US/?user=coderrrrrrSP Designer - Workflow helpHey i'm new to SP designer so forgive me if this doesnt make sense. I have an Infopath doc in a Document Library, which has many fields beside it.<br/>When I published the Infopath doc to SP some of the fields within the doc are binded(i think thats the right word) to the fields in SP (eg date submitted), so they change. The problem is they dont update until I refresh the page. Is there a way I can refresh the page automatically after the workflow has finished?? Thu, 03 Sep 2009 14:02:17 Z2009-09-03T14:02:17Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/2851aa6b-ed29-4ffc-b303-aea214e2ce12http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/2851aa6b-ed29-4ffc-b303-aea214e2ce12snowmanrxhttp://social.msdn.microsoft.com/Profile/en-US/?user=snowmanrxMicrosoft Excel adding face valueI have built a calculator for my business that involves some multiplication with decimals. I then have formatted the cells to show only 2 places after the decimal point forcing it to round. My question is, for the information I need, I need to be able to add the face value of cells that I specify. I have tried forcing the sheet to everything for face value and that does not calculate correctly. How do I go about selecting which cells to force face value to?Wed, 02 Sep 2009 18:12:05 Z2009-09-02T18:12:05Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/4c419a79-0a17-41b0-ae14-62639a3cb705http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/4c419a79-0a17-41b0-ae14-62639a3cb705Lars Damhttp://social.msdn.microsoft.com/Profile/en-US/?user=Lars%20DamOffice LiveDear Sir.<br/><br/>We have moved our domain to our office live. The domain was <a href="http://www.electricmotorsint.com">www.electricmotorsint.com</a> It appears however it is not possible to transfer our mail to our office live. Only my one works <a href="mailto:lars.dam@electricmotorsint.com">lars.dam@electricmotorsint.com</a> . Technical support are unable to give me an idea when this will be solved so my question is is the system developed to hande this yet?.<br/>Basically we are unable to create more e-mail addresses under that domain. We are impressed with office live but we have 8 people unable to e-mail and nobody care in India I assume.  Concerning Business contact manager and microsoft accounting if there would ever be an integration to those it would be fantastic as most of our staff are based in Kenya.<br/><br/>Kind regards<br/><br/><br/>Lars DamMon, 17 Aug 2009 08:53:45 Z2009-08-17T08:53:46Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/3c81f072-272b-417d-b94c-76752c8e4158http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/3c81f072-272b-417d-b94c-76752c8e4158NeevarpAkemhttp://social.msdn.microsoft.com/Profile/en-US/?user=NeevarpAkemUnable to delete Run Action in SharePoint Designer workflow When I try to delete the &quot;Run Action&quot; Workflow Action from a wrokflow, the Workflow Designer removes the action from the list of actions but when I get back to the Workflow Step, the Run Action is there. Basically this Run Action is doing nothing but I can not get rid of it for some reason? Is there something I am missing?<br><br>Thank you.<br><br>Tue, 22 Jul 2008 18:07:01 Z2009-08-12T18:59:41Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/2fef4a17-d88a-41d2-b6e8-06ae1dc5003fhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/2fef4a17-d88a-41d2-b6e8-06ae1dc5003fMd. Marufuzzamanhttp://social.msdn.microsoft.com/Profile/en-US/?user=Md.%20MarufuzzamanHow to get the link table DSN detailHi.<br/>Good day.<br/><br/>I have an Microsoft Access Application where I using Link table(SQL Server database) using DSN. Is that possiable to get all the tables link detail and refresh the previous link with a new DSN link.<br/><br/>Thanks<br/>  <hr class="sig">Md. MarufuzzamanWed, 13 May 2009 09:55:04 Z2009-08-08T16:59:22Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/0ae4eb83-cd3b-4244-8793-56efcf51e525http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/0ae4eb83-cd3b-4244-8793-56efcf51e525Iain bhttp://social.msdn.microsoft.com/Profile/en-US/?user=Iain%20bMS Access and problems with Pivot TablesWe have a number of users who are on different versions of office. A few years ago we discovered an issue with Pivot Tables, namely, if an XP user on service pack 2 had changed any of the selection criteria on the pivot table subsequent users could not change these back. I was told to install SP3 on these PC's and that resolved the issue, i then recreated the pivots. However, a number of our pc's have changed hands within the office and someone with SP2 has changed the view and we can not change it back?<br/><br/>Does anyone know how to resolve this ?<br/><br/><br/><br/>   Thu, 30 Jul 2009 12:36:12 Z2009-07-30T12:36:13Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/ebb0e2d8-4fbe-410d-81a8-94603e2a2a32http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/ebb0e2d8-4fbe-410d-81a8-94603e2a2a32BTrujillohttp://social.msdn.microsoft.com/Profile/en-US/?user=BTrujilloSP Designer Workflow: Overwrite Existing SP List Item (Non-Programmatically)<p>Hello,</p> <p> I've been searching the net for a non-programmatic solution to a road-block I've encountered but to no avail. For specs, I'm working with SharePoint Designer 20007 and InfoPath 2007. Below is my issue:<br/><br/>I've successfully created a Workflow in SharePoint Designer to where, when a new item in the SharePoint Library is created (which is linked to an InfoPath form) then that new item (InfoPath form submission) will also be created in a SharePoint List; however, I'm needing a way to have it Overwrite a list item baseed off of a field in the Infopath form instead- I've tried using Update List Item action in a new Workflow in SP Designer,  but it does not overwrite the list item. Is there any known issues for this or another non-programmatic solution?</p> <p> Any help is appreciated on this, thank you!</p>Tue, 28 Jul 2009 16:43:44 Z2009-07-28T16:43:44Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/47e1cc3f-3243-4157-a477-499c8eaf51d8http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/47e1cc3f-3243-4157-a477-499c8eaf51d8njahnckehttp://social.msdn.microsoft.com/Profile/en-US/?user=njahnckeQuestions about publishing Excel Workbook using VS2008First off, I'm sorry this is probably in the wrong forum, but I couldn't figure out exactly where to ask this question.<br/><br/>I'm attempting to deploy an Excel workbook using Visual Studio 2008 (the first I've created in this manner), and I'm having difficulty determining how to compile or otherwise combine the associated manifest and libraries to arrive at a single file deployment. The workbook is designed to be run via SharePoint, and I really really do not want to have to do any sort of install on the local system. I'm not using any non-standard Office references, and essentially could have done everything quite easily using VBA, but thought I'd give VB.NET a shot (I'm a database engineer, not a VB programmer).<br/><br/>Thanks in advance for any help (even if it is simply a pointer to the proper forum)!Thu, 23 Jul 2009 15:18:29 Z2009-07-23T15:18:29Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/a9719bec-2aaa-4098-97e7-b30c50541b01http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/a9719bec-2aaa-4098-97e7-b30c50541b01Sri-Ramhttp://social.msdn.microsoft.com/Profile/en-US/?user=Sri-RamDigital signature is lost while saving the xls file in excel 2007<p>Hi,<br/>I have a problem with digitally signed macro in excel 2007. I have an xlam file which has the macro code. The xltm file has the procedure calls for these macro code.  All worked fine until the digital signature came into the light.<br/>Now i have digitally signed the xlam and the xltm files. When i open the xltm and save the data populated using the xlam i get a warning message &quot;You have modified a signed project. You do not have the correct key to sign this project. The signature will be discarded. Do you want to save changes and discard the signature or cancel the save action&quot;.  The digitally singed macro does not work in this case.</p> <p>My code works like this:<br/>Condition: Enable macro security to high.<br/>The xltm file creates a new sheet and populates the data by executing procedure calls present in the xltm file. The procedures in the xlam mere opens the database and loads the new sheet with the data. The data populated is saved as a separate xls file. I am actually using the xltm file to call the procedures in the xlam file and create a xls file. But I still get a message &quot;You have modified a signed project…….. Do you want to save changes and discard the signature or cancel the save action&quot;.</p> <p>Please let me know if more clear description is required.<br/><br/>Can anyone provide me suggesstions as to how to proceed further.<br/><br/><br/>Thanks,<br/><br/>With regards,<br/>ram</p>Wed, 22 Jul 2009 13:07:26 Z2009-07-22T13:07:26Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/8bbd4742-1330-4505-85e3-4aa38e8c9571http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/8bbd4742-1330-4505-85e3-4aa38e8c9571Ansrajhttp://social.msdn.microsoft.com/Profile/en-US/?user=AnsrajHow to attach aspx page in Custom List to default master page officelive.masterI created a new aspx page &quot;NewForm2.aspx&quot; in the Announcement List in Sharepoint Designer 2007. Whenever I am trying to attach this page with the default master page i.e. &quot;officelive.master&quot;, the Match The Regions dialog box appears. In the New Region drop down list, I am not getting  &quot;PlaceHolderMain&quot;, hence if I try to match with any other region, the aspx page is not shown in the officelive business application website, resulting in an error page.<br/><br/>However, when I open officelive.master page to view its content regions, the &quot;PlaceHolderMain&quot; region is there with text, image and layout mentioned. But still I am not able to put my NewForm2.aspx contents in the PlaceHolderMain region of the officelive.master page.<br/><br/>Please tell me how to attach my aspx page with the officelive.master page.<br/><br/>Note: I tried attaching with default.master and it worked since PlaceHolderMain regions was there in the Match Regions dialog box.Tue, 21 Jul 2009 13:54:14 Z2009-07-21T13:54:15Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/c6e75d4b-6064-4db1-bc3d-deb27c4cc862http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/c6e75d4b-6064-4db1-bc3d-deb27c4cc862Ansrajhttp://social.msdn.microsoft.com/Profile/en-US/?user=AnsrajCannot edit NewForm.aspx of Custom List in Office Live Business Application in Sharepoint Designer<p>I signed up for a Free officelive small business account. In the Business Application section, I created a Team Workspace application, in which I created a Custom List with only the Title column which is there by default. <br/><br/>I have Sharepoint Designer 2007 installed along with .net 2.0 SDK. According to one of the post, I increased the level of the Local Intranet to Full Trust. But even after applying all these steps, whenever I open my Office Live Business Application site in Sharepoint Designer and try to edit the NewForm.aspx file which is in the Custom List, the page shows an error:-<br/><br/><em>Error Creating Control - ShellContainer<br/>This is not registered as safe.<br/></em><br/>The NewForm.aspx page of the Custom List is perhaps attached to the default master page originally.<br/><br/>Please help to resolve this issue and also guide me how to modify the NewForm.aspx page i.e. putting new controls in it, for e.g. If I click a radio button, a textbox should be displayed else remain hidden.<br/><br/>Regards,<br/>AnsRaj<br/></p>Mon, 20 Jul 2009 18:19:19 Z2009-07-20T18:19:21Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/2adab72a-e261-4373-b596-b59b32c88ec1http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/2adab72a-e261-4373-b596-b59b32c88ec1Andrewccchttp://social.msdn.microsoft.com/Profile/en-US/?user=AndrewcccAligning bar charts in excel 2007We have recently upgraded? to office 2007 at work and I am have an issue with a macro written for office 2007.<br/> <br/> Basically the macro hid unused rows on the chart and re-aligned the bar graph.<br/> <br/> Now, however, the macro does still hide the correct rows but has a runtime error 438 when it tries to re-align the bars.<br/> <br/> I can post/email some screenshots if it will help.<br/> <br/> Here is the command (from debug):<br/> <br/> Private Sub CommandButton2_Click()<br/>     Call HideEALRows<br/>     ActiveSheet.Shapes(&quot;Chart 5&quot;).Select<br/>     Selection.ShapeRange.IncrementTop -5.25<br/>     ActiveSheet.Shapes(&quot;Chart 14&quot;).Select<br/>     Selection.ShapeRange.IncrementTop -5.25<br/>     ActiveSheet.Shapes(&quot;Chart 28&quot;).Select<br/>     Selection.ShapeRange.IncrementTop -8.25<br/> End Sub<br/> <br/>Thu, 16 Jul 2009 01:55:31 Z2009-07-16T01:55:33Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/ea53669f-8be7-4df9-986c-dc5af844a3e5http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/ea53669f-8be7-4df9-986c-dc5af844a3e5AT-Intrinixhttp://social.msdn.microsoft.com/Profile/en-US/?user=AT-IntrinixOffice Live Business Applications - Default page does not show correctly in Sharepoint Designer<p>I have setup a Office Live Business Applications, just with one dashboard.</p> <p>From Sharepoint Designer 2007, when I select the default.aspx, I do not see the page but with &quot;Shellcontainer&quot; being displayed.</p> <p>Please refer to the screen shot at this link: <a href="http://www.intrinix.com/images/screenshot.jpg">http://www.intrinix.com/images/screenshot.jpg</a></p> <p>I wonder what when wrong. Please help.</p> <a href="http://www.intrinix.com/images/screenshot.jpg"></a><hr class="sig">AT-IntrinixFri, 17 Apr 2009 17:59:24 Z2009-07-05T20:33:22Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/6f9a9a09-7520-4604-8339-70d2dae06e6bhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/6f9a9a09-7520-4604-8339-70d2dae06e6bhey_tommyhttp://social.msdn.microsoft.com/Profile/en-US/?user=hey_tommyCan't open Business Applicaitons pages in Sharepoint DesignerWhenever I try to open any of the aspx pages from a team workspace (Office Live Small Business) in Sharepoint Designer 2007, in the design view, I get a small box that says:<br/><br/><em>Error Creating Control - ShellContainer<br/>This is not registered as safe.<br/><br/></em>I've searched everywhere and can't seem to find anyone with a similar issue.<br/><br/>By the way, just to be safe, I cleared all the stored Passport credentials from Windows' Manage Passwords box - this didn't resolve my problem.<br/><br/>Any ideas?<br/><br/>Thanks in advance,<br/><br/>TomSun, 05 Jul 2009 19:57:44 Z2009-07-05T19:57:45Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/5d414578-92a2-469b-9647-3b23861caba4http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/5d414578-92a2-469b-9647-3b23861caba4Tsangarishttp://social.msdn.microsoft.com/Profile/en-US/?user=TsangarisAccess package solutionHello everyone,<br/> <br/> i have an access application and i packed it using the package solution. I will give it to the client to install it on his pc. There will be upgrades in the future for this application, so i have to upgrade it and pack it again. I noticed that while installing the newer version, it does not replace the old one. Is there any way to make the new package replace the old version? I tried everything with upgrade code, product code and product version. I do not get the automatic replacement that i want. Even when i get the repair button, it does not replace the old version with the new one.<br/> <br/> Thanks.Tue, 23 Jun 2009 08:57:52 Z2009-06-23T08:57:53Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/da9fc447-af8d-4e49-a980-56dc7b07a119http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/da9fc447-af8d-4e49-a980-56dc7b07a119Aligahk06http://social.msdn.microsoft.com/Profile/en-US/?user=Aligahk06Shape integration (Image )<span style="font-family:verdana;font-size:13px">Dear All,<br/><br/>This is the question related with Office 2007 package.<br/>As there are so many shape in excel 2007. But i want to integrate different shape<br/>and make it as one shape. so that if i select it looks like a single image.<br/><br/>Could any body tell me which tool is better for drawing shapes.<br/>Excel,word or Powerpoint or Else.<br/><br/>if other tools except office please let us know with sample tools name.<br/><br/><br/>Please assist,<br/><br/><br/>Regards,<br/>Abdul Hakim Khan</span>Mon, 22 Jun 2009 17:51:11 Z2009-06-22T17:51:12Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/af575678-4e29-4a4d-a428-1ab0be0b64c7http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/af575678-4e29-4a4d-a428-1ab0be0b64c7jfmusshttp://social.msdn.microsoft.com/Profile/en-US/?user=jfmussMS Access Desktop Development - Future DirectionI am a aspiring Access developer who has enjoyed using it primarily for desktop applications.....however, my brother (who is heavy into website develoment)<br/>has stated that the future of DB development is now primarily in the realm of internet application development.   Having said this, can anyone who develops with Access give me some feedback regarding the future direction of desktop development with it......keep in mind I do have an interest in the internet application aspects for DB development and web commerce.....however, I find it hard to believe that the future of DB desktop application development is<br/>completely going away.<br/><br/>Also, can anyone help me regarding converting/updating Access add-ins from earlier versions to newer versions.<br/><br/>My sincerest thanks in advance to anyone who can help me!<br/><br/>Best regards,<br/><br/>John MusserWed, 27 May 2009 20:23:47 Z2009-06-15T21:57:38Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/1eab8d87-a2a4-4815-8201-8666b950a536http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/1eab8d87-a2a4-4815-8201-8666b950a536Mlitskyhttp://social.msdn.microsoft.com/Profile/en-US/?user=MlitskyEmail to multiple contacts within a catagory in outlook 7 contacts<p>I have many catagories in my contacts folder. I want to send an e-mail to every on in a specific catagory. How can I?</p>Mon, 15 Jun 2009 16:27:10 Z2009-06-15T16:27:10Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/f2fc7812-9217-46a0-b20b-303bc9faa429http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/f2fc7812-9217-46a0-b20b-303bc9faa429Chandru K Shttp://social.msdn.microsoft.com/Profile/en-US/?user=Chandru%20K%20SAuthentication for office live web services from ASP .NET application<p>Hi All,<br/><br/>I need to access office live web services to perform operations like get the list of document libraries, upload a document etc from an ASP .NET application. The above is possible through a windows application by using Windows Live ID authentication SDK (IdentityManager and Identity classes).<br/><br/>Is there a way to access office live webservices from ASP .NET application? Basically, I need a way to authenticate an office live user from an ASP .NET application and later access the web services. I searched for this a lot but without any success. Any ideas on the above problem will be of a great help.<br/><br/>Thanks,<br/>Chandru</p> <p> </p><hr class="sig">ChandruTue, 26 May 2009 09:29:49 Z2009-05-26T09:29:49Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/e4df464e-e618-4d94-a672-915e1880f84ehttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/e4df464e-e618-4d94-a672-915e1880f84ecduke99http://social.msdn.microsoft.com/Profile/en-US/?user=cduke99OFC.EXE to convert DOT to DOTX file for Office 2007 upgrade I need to mass convert a folder of 1700+ word templates (.dot) plus a few .xlt files .  I am using the command line OFC.exe from the Office Migration Planning manager install but I get the following error for the .dot files:<br><br>Error: Unknown file type: c:\tempdocs\temp.dot<br><br>This is the error repeated for each dot file.  The .xlt files convert ok.  It's just the .dot with the error.  Also, if I save the dot as a doc, the .doc will convert without errors?<br><br>Anybody seen this before?Mon, 07 Jul 2008 14:10:21 Z2009-05-21T13:41:37Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/54b51c0e-26bd-489f-9626-c8fc72c59c38http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/54b51c0e-26bd-489f-9626-c8fc72c59c38Carol Dhttp://social.msdn.microsoft.com/Profile/en-US/?user=Carol%20DHow to Convert Document to PDF FREE without Adobe Acrobat?<p class=MsoTitle style="margin:12pt 0cm 3pt"><span lang=EN-US><span style="font-family:Calibri;font-size:small">Source From <a href="http://allpdftools.com/pdf-tips/how-to-create-pdf-without-adobe-acrobat.html#104">allpdftools.com</a><br/><br/>Converting files from other format to PDF is a wise idea if you want to create E-books for selling or making contract or some government report. Adobe Acrobat is the king when creating PDF files but editing files with Adobe Acrobat is not as convenient as Microsoft Office. Actually, there are some tools that can alter Adobe Acrobat. Most importantly, all of these tools are FREE. </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small"> </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="font-family:Calibri"><span style="font-size:small"><strong><span lang=EN-US>NO1. The Office Plug-in, SaveAsPDF</span></strong><span lang=EN-US> </span></span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri"><span style="font-size:small">This is a FREE Plug-in released by Microsoft, you can <span style="color:#548dd4"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=f1fc413c-6d89-4f15-991b-63b07ba5f2e5&amp;displaylang=en">download it from Microsoft</a></span><span style="color:blue"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=f1fc413c-6d89-4f15-991b-63b07ba5f2e5&amp;displaylang=en">.</a> </span></span></span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left> </p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span style="color:blue" lang=EN-US><span style="font-family:Calibri;font-size:small"> </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small">Then install the plug-in on your computer. After you create Office document, including Word, Excel, PowerPoint and other Office files, click Save As, then choose PDF so you can publish a copy of the document as a PDF file. </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left> </p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small">If you find there are maybe some typos, just edit the original word files then save it again. </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small">This plug-in is only provided for the Office 2007 users. If you are not an Office 2007 user you can choose other tools which are totally FREE like below. </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small"> </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><strong><span lang=EN-US><span style="font-family:Calibri"><span style="font-size:small">NO 2. WPS from Kingsoft</span></span></span></strong></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small"> </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri"><span style="font-size:small">Developed by Kingsoft, presented as a MS Office killer at Chinese market, Kingsoft WPS is totally FREE for the personal edition and 100% compatible with all version of MS office. WPS can open MS office file and it can also save WPS files to office files. Create a file in WPS or open an office file in it, then click File, Export to PDF. <span style="color:#0070c0"><a href="http://www.kingsoftresearch.com/download.aspx ">Download Kingsoft WPS from here</a>.</span><span style="color:blue"> </span></span></span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left> </p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small">Encountered this tool 2 years ago, it is the favorite tool I use to create office document and PDF files. The install file is 48.2M only. </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small"> </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><strong><span lang=EN-US><span style="font-family:Calibri"><span style="font-size:small">NO 3. OpenOffice</span></span></span></strong></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small">There have been over 50 million downloads from <span style="color:#3366ff"><a href="http://download.openoffice.org/other.html">OpenOffice download site</a></span> since they released OpenOffice.org 3.0 last October. It can be downloaded and used completely FREE of charge for any purpose. After you finished a document, you can save it as MS word format or click file, select Export as PDF. </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left> </p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small">The disadvantage is, the install file is more than 140 M, wish you have a good bandwidth to download it. </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small"> </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><strong><span lang=EN-US><span style="font-family:Calibri"><span style="font-size:small">NO 4. Google Docs</span></span></span></strong></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small">This FREE web-based word processor and spreadsheet, allow you to share and collaborate your document online. Google Docs can be accessed by the Google account, so if you need to use this tool, <span style="color:#548dd4"><a href="http://www.google.com">register a Google account</a></span> at first. You will find Google Docs in your account . </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left> </p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small">Create a document, presentation or spreadsheet with Google Doc, click Download file as PDF, just so easy!</span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span><span style="font-family:Calibri;font-size:small"> </span></span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small"> </span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small">MS office and Adobe Acrobat cannot be altered for the business users in a short time, but it surely a considerable idea to choose one of these tools above for our individuals. Hope after viewing this article, you will find the suitable way to create PDF files.</span></span></p> <p class=MsoNormal style="text-align:left;margin:0cm 0cm 0pt" align=left><span lang=EN-US><span style="font-family:Calibri;font-size:small"> </span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span lang=EN-US><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=f1fc413c-6d89-4f15-991b-63b07ba5f2e5&amp;displaylang=en"></a></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"> </p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span lang=EN-US><a href="http://download.openoffice.org/other.html"></a></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"><span lang=EN-US><span style="font-family:Calibri;font-size:small"> </span></span></p> <p class=MsoNormal style="margin:0cm 0cm 0pt"> </p>Wed, 20 May 2009 05:58:46 Z2009-05-20T05:58:46Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/e4f3b4a6-fcd8-4952-aa34-9af42de2686fhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/e4f3b4a6-fcd8-4952-aa34-9af42de2686fAMIT2USAhttp://social.msdn.microsoft.com/Profile/en-US/?user=AMIT2USALeave management systemHi all, I am doing Leave management system project in SQL SERVER 2008 AND in Visual studio 2008 in c#. Can any one tell me about this project how to do it? what is the starting? what should come in database? and how to connect and all? The description of project is here :- &quot; login to the system through the first page of the application change the password after logging into the system see his/her eligibility details (like how many days of leave he/she is eligible for etc) query the leave balance See his/her leave history since the time he/she joined the company. apply for leave, specifying the from and to dates, reason for taking leave, address for communication while on leave. see his/her current leave applications and the leave applications that are submitted to him/her for approval or cancellation approve/reject the leave applications that are submitted to him/her withdraw his/her leave application (which has not been approved yet)&quot; If any one having source code for the same u can mail me at my id amit2newyork@yahoo.com <br/> <br/> <br/> Thanx all....Wed, 20 May 2009 03:09:08 Z2009-05-20T03:09:09Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/27308851-cd96-425a-88db-72e79ee3302ahttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/27308851-cd96-425a-88db-72e79ee3302aDBVerifyhttp://social.msdn.microsoft.com/Profile/en-US/?user=DBVerifyHow do I open OLSB Business Applications with Sharepoint Designer? Please Help!!<ol> <li>I open Sharepoint Designer 2007 SP1.  </li> <li>I &quot;Open Site&quot;</li> <li>I type in my Site Name <a href="https://dbverifycom.officelive.com/default.aspx">https://dbverifycom.officelive.com/default.aspx</a></li> <li>It prompts me for my E-mail address &amp; Password (which I enter...)</li> <li>I get error &quot;The folder 'https://dbverifycom.officelive.com/default.aspx' isn't accessible. The folder may be located in an unavailable location, protected with a password, or the files contains a / or \.&quot;</li> </ol> <p>I can't get around this error, and have found no help on google, ask, etc....</p>Tue, 07 Apr 2009 20:54:47 Z2009-05-19T19:16:01Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/5ee8cfc1-18ec-4bf8-a21b-8eb6d4055d54http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/5ee8cfc1-18ec-4bf8-a21b-8eb6d4055d54zaibihttp://social.msdn.microsoft.com/Profile/en-US/?user=zaibiMy hotmail id has been hackedmy hotmail id has been hacked. (<a href="mailto:Rose_hashimi@hotmail.com">Rose_hashimi@hotmail.com</a>) this is personal id containing my personal pictures and msgs. so plz if any one can helo to get its password back on alternate email.( momi_zaibi@hotmail.com<br/><br/>plzzzzzzzzzWed, 22 Apr 2009 09:15:26 Z2009-05-19T19:13:02Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/76171d16-4b01-4ed2-a73f-1a5ae5df1eeehttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/76171d16-4b01-4ed2-a73f-1a5ae5df1eeejoHN pARKhttp://social.msdn.microsoft.com/Profile/en-US/?user=joHN%20pARKContent Database Collation<p>Are there any known issues for keeping SharePoint cotent database on a database instance which has a different default code page (different from the code page 1252, which SharePoint uses)?<br/><br/>Someone told me we will run into issues because the temp database on this instance will have a different code page (it will be in the instance's default code page).  According to him, when the temp database is used we will get mismatching collation error, unless all the charcter fields are in unicode.<br/><br/>I find it hard to believe.  If what he's saying is true, this is not really a problem for SharePoint content database, but any database that uses a different code page from the default code page of the databaase instance that it is in.  If that's the case, why would SQL server even allow users to create a database with a different code pages at all?<br/><br/>Has anyone actually had this issue - SharePoint not working properly keeping its content database on a database instance with code page other than 1252, personally?  Or, are there any people who have a setting like this, but have been able to run SharePoint for a long time without any issues?<br/><br/>Thank you for your input in advance.</p>Tue, 12 May 2009 15:25:40 Z2009-05-12T15:25:40Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/2e1af4a2-6d28-4070-a0c9-b39b7949cca4http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/2e1af4a2-6d28-4070-a0c9-b39b7949cca4Q-Phttp://social.msdn.microsoft.com/Profile/en-US/?user=Q-PWebpart and Loadcontrol Hi,<br><br>I am creating webparts (ASP.NET 2.0) for Sharepoint and want to separate the UI code from the actual webpart code. I am trying to do this by placing the UI code in an ascx-file that I copy to &quot;TEMPLATE\USERCONTROLS&quot;. That code should then be loaded in to the webpart with Page.LoadControl.<br><br>For test purposes I have loaded the Welcome.ascx (Sharepoint login menu) into my webpart  (<font color="#0000ff" size=2>this.</font><font size=2>Controls.Add(Page.LoadControl(</font><font color="#a31515" size=2>@&quot;~/_controltemplates/Welcome.ascx&quot;</font><font size=2>)) in CreateChildControls) and it works well. However, when I try to load my custom controls, I get the message (from try/catch) &quot;<span>The file '/_controltemplates/&lt;filename&gt;' does not exist.&quot; <br><br>For example, I copied the Welcome.ascx to WelcomeCopy.ascx but still after &quot;<font color="#0000ff" size=2>this</font><font size=2>.Controls.Add(Page.LoadControl(</font><font color="#a31515" size=2>@&quot;~/_controltemplates/WelcomeCopy.ascx&quot;</font><font size=2>));&quot; I get the message &quot;<span>The file '/_controltemplates/WelcomeCopy.ascx' does not exist.&quot; What am I doing wrong? The files both have the same permissions and no error is shown in the applications page of event viewer.<br><br>To make this even more confusing, the custom control seems to sometimes load and the next refresh I get the file does not exist error message again.</span></font></span></font>Wed, 09 Jul 2008 07:03:57 Z2009-05-05T18:40:01Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/0810f2eb-8d0b-4b44-ae6e-afb528fadd13http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/0810f2eb-8d0b-4b44-ae6e-afb528fadd13Harsh Wordhan Guptahttp://social.msdn.microsoft.com/Profile/en-US/?user=Harsh%20Wordhan%20GuptaTimer control's Tick event is not working on WSS Web Part<p><strong>Sample Code is :- <br/><br/>Code from .cs </strong>file<br/><br/><span style="font-size:x-small"><font size=2> <p> </p> </font></span></p> <p><span style="font-size:x-small;color:#0000ff">protected</span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff">void</span><span style="font-size:x-small"> Page_Load(</span><span style="font-size:x-small;color:#0000ff">object</span><span style="font-size:x-small"> sender, </span><span style="font-size:x-small;color:#008080">EventArgs</span><span style="font-size:x-small"> e) <p>{</p> <font size=2> <p> </p> </font></span></p> <p><span style="font-size:x-small;color:#0000ff">if</span><span style="font-size:x-small"> (!Page.IsPostBack) <p>{</p> <font size=2> <p> </p> </font></span></p> <p><span style="font-size:x-small;color:#0000ff">try</span></p> <span style="font-size:x-small"> <p>{</p> <font size=2> <p>StrConnection =</p> </font></span> <p><span style="font-size:x-small;color:#800000">&quot;data source=&quot;</span><span style="font-size:x-small"> + System.Configuration.</span><span style="font-size:x-small;color:#008080">ConfigurationManager</span><span style="font-size:x-small">.AppSettings[</span><span style="font-size:x-small;color:#800000">&quot;Server&quot;</span><span style="font-size:x-small">].ToString() + </span><span style="font-size:x-small;color:#800000">&quot;;initial catalog=&quot;</span><span style="font-size:x-small"> + System.Configuration.</span><span style="font-size:x-small;color:#008080">ConfigurationManager</span><span style="font-size:x-small">.AppSettings[</span><span style="font-size:x-small;color:#800000">&quot;Database&quot;</span><span style="font-size:x-small">].ToString() + </span><span style="font-size:x-small;color:#800000">&quot;;User ID=&quot;</span><span style="font-size:x-small"> + System.Configuration.</span><span style="font-size:x-small;color:#008080">ConfigurationManager</span><span style="font-size:x-small">.AppSettings[</span><span style="font-size:x-small;color:#800000">&quot;Username&quot;</span><span style="font-size:x-small">].ToString() + </span><span style="font-size:x-small;color:#800000">&quot;;Password=&quot;</span><span style="font-size:x-small"> + System.Configuration.</span><span style="font-size:x-small;color:#008080">ConfigurationManager</span><span style="font-size:x-small">.AppSettings[</span><span style="font-size:x-small;color:#800000">&quot;Password1&quot;</span><span style="font-size:x-small">].ToString() + </span><span style="font-size:x-small;color:#800000">&quot;;persist security info=True;packet size=4096&quot;</span><span style="font-size:x-small">; <p>getSelectData();</p> <font size=2> <p>Label1.Text =</p> </font></span></p> <p><span style="font-size:x-small;color:#008080">DateTime</span><span style="font-size:x-small">.Now.ToLongTimeString();<font size=2> <p>timer =</p> </font></span></p> <p><span style="font-size:x-small;color:#0000ff">new</span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#008080">Timer</span><span style="font-size:x-small">(); <p>timer.Interval = 1000;</p> <font size=2> <p>timer.Tick +=</p> </font></span></p> <p><span style="font-size:x-small;color:#0000ff">new</span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#008080">EventHandler</span><span style="font-size:x-small">(TimerHandler); <p>}</p> <font size=2> <p> </p> </font></span></p> <p><span style="font-size:x-small;color:#0000ff">catch</span><span style="font-size:x-small"> (System.</span><span style="font-size:x-small;color:#008080">Exception</span><span style="font-size:x-small"> ErrMessage) <p>{</p> <p>Response.Write(ErrMessage.Message.ToString());</p> <p>}</p> <p>}</p> <p>}</p> <font size=2> <p> </p> </font></span></p> <p><br/><br/><br/>Code from Html<br/><br/><br/><br/><br/><br/><span style="font-size:x-small;color:#0000ff"><font size=2 color="#0000ff"> <p>&lt;</p> </font></span></p> <p><span style="font-size:x-small;color:#800000">asp</span><span style="font-size:x-small;color:#0000ff">:</span><span style="font-size:x-small;color:#800000">ScriptManager</span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#ff0000">ID</span><span style="font-size:x-small;color:#0000ff">=&quot;ScriptManager&quot;</span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#ff0000">runat</span><span style="font-size:x-small;color:#0000ff">=&quot;server&quot;/&gt;<font size=2 color="#0000ff"> <p>&lt;</p> </font></span></p> <p><span style="font-size:x-small;color:#800000">asp</span><span style="font-size:x-small;color:#0000ff">:</span><span style="font-size:x-small;color:#800000">UpdatePanel</span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#ff0000">ID</span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#0000ff">=&quot;UpdatePanel1&quot;</span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#ff0000">runat</span><span style="font-size:x-small;color:#0000ff">=&quot;server&quot;</span><span style="font-size:x-small"> </span><span style="font-size:x-small;color:#ff0000">UpdateMode</span><span style="font-size:x-small;color:#0000ff">=&quot;Conditional&quot;&gt;</span></p> <span style="font-size:x-small"><font size=2> <p> </p> </font></span> <p><span style="font-size:x-small;color:#0000ff">&lt;</span><span style="font-size:x-small;color:#800000">ContentTemplate</span><span style="font-size:x-small;color:#0000ff">&gt;</span><span style="font-size:x-small"> <br/><br/><br/> <p><span style="font-size:x-small;color:#0000ff">&lt;/</span><span style="font-size:x-small;color:#800000">ContentTemplate</span><span style="font-size:x-small;color:#0000ff">&gt;</span><span style="font-size:x-small"> <br/>&lt;/<span style="color:#800000">asp</span><span style="font-size:x-small;color:#0000ff">:</span><span style="font-size:x-small;color:#800000">UpdatePanel</span><span style="font-size:x-small">&gt;</span></span></p> </span></p>Mon, 13 Apr 2009 08:15:45 Z2009-04-29T13:31:09Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/e974e582-9799-4a6b-95b4-f3cae68216b9http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/e974e582-9799-4a6b-95b4-f3cae68216b9mrenticonhttp://social.msdn.microsoft.com/Profile/en-US/?user=mrenticonWhere to get help modifying Access 2007 Template?I started using the Access 2007 template, Project Management Database. I added some fields, to some tables and updated the forms.  But there are macros that aren't working properly.  Where can I go to get help? <div><br/></div> <div>Thanks.</div>Wed, 15 Apr 2009 21:43:29 Z2009-04-15T21:43:32Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/8489c12a-f1e3-450d-923f-782bb013245fhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/8489c12a-f1e3-450d-923f-782bb013245fREBhttp://social.msdn.microsoft.com/Profile/en-US/?user=REBOffice Live Small Business and Windows Live IDFor background information, see http://EverythingForTheNetFree.com/<br><br>Is there a way to log into more than one Microsoft Office Live Small Business account with different Windows Live IDs simultaneously?  I have different customers with different Microsoft Office Small Business accounts which I need to distinguish from my own OLSB account and must log off my Windows Live ID to use one for the customer site when they call on me for assistance.  It has become a headache because I lose access to my main Hotmail account during that time.Sat, 07 Feb 2009 03:12:09 Z2009-04-11T13:47:21Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/bd3c20cf-aa40-46e8-bed2-f8f85900a6e7http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/bd3c20cf-aa40-46e8-bed2-f8f85900a6e7KhushiSShaikhhttp://social.msdn.microsoft.com/Profile/en-US/?user=KhushiSShaikhExcel Workbooks/Spreadsheets in MOSSHi,<br/> <br/>   I don't know whether my problem fits in Excel Services or not. My problem is not just to open Workbook/Spreadsheets in Sharepoint but I have to bring whole current account application which is based on several Excel workbooks/Spreadsheets working on macros. These spreadsheets are heavily equipped with macros having complex formulas/logics.  I know how to import excel sheet into sharepoint as a custom list but what to do about the macros and functionalities to carry on.  Do I need to import excel spreadsheets as a custom lists into sharepoint and then have to re-write macro functionalities as custom rules and workflows attached to these lists?  I want to know what are various ways to accomplish this task and their advantages and disadvantages. Also, What would you recommend is the best approach to do this. <br/><br/>I would be very grateful, if you can forward me any resource that can help me to dig out more about this topic to explore.  <br/> <br/>Thanks &amp; Regards,<br/>Khushi<hr class="sig">KhushiSShaikhWed, 01 Apr 2009 23:54:28 Z2009-04-01T23:54:30Zhttp://social.msdn.microsoft.com/Forums/en/olsbapps/thread/b69c05e6-ece2-4f34-bc91-d4851b3474f1http://social.msdn.microsoft.com/Forums/en/olsbapps/thread/b69c05e6-ece2-4f34-bc91-d4851b3474f1JohnChhttp://social.msdn.microsoft.com/Profile/en-US/?user=JohnChWelcome to our new Forum!<p><font face=Calibri color="#000000" size=3>Welcome to the new Office Live Small Business – Business Application Forum on MSDN! This forum, along with the Office Live Small Business – Web Site, and Office Live Small Business – General Topics forums replaces the </font><a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1064&amp;SiteID=1"><u><font face=Calibri size=3>Office Live Basics, Essentials, and Premium</font></u></a><font size=3><font color="#000000"><font face=Calibri> Forum on MSDN. Although that forum is still available as a read-only archive, and should be viewed as a resource when looking for an answer to a specific question, all new posts should be made on these new forums. Wondering which forum is the best place to post your question? Then use this simple guide below:<br></font></font></font></p> <p><font face=Calibri color="#000000" size=3></font></p> <p><font size=3><font color="#000000"><font face=Calibri><br><a href="http://forums.msdn.microsoft.com/en/olsbweb/threads/">Microsoft Office Live Small Business—Web Site</a></font></font></font></p> <p><font size=3><font color="#000000"><font face=Calibri>Where to go to learn about Web Site Designer. Plus, discussions on key technology: HTML, DHTML, CSS, XSLT, JavaScript, Silverlight, and more.<br><br></font></font></font></p> <p><font face=Calibri color="#000000" size=3></font></p> <p><font size=3><font color="#000000"><font face=Calibri><a href="http://forums.msdn.microsoft.com/en/olsbapps/threads/">Microsoft Office Live Small Business—Business Applications </a></font></font></font></p> <p><font size=3><font color="#000000"><font face=Calibri>Tips on effectively using Business Applications: how to configure lists, views, workflow, and web parts; using SharePoint and Contact Manager; creating custom applications with SharePoint Designer; and more.<br><br></font></font></font></p> <p><font face=Calibri color="#000000" size=3></font></p> <p><font size=3><font color="#000000"><font face=Calibri><a href="http://forums.msdn.microsoft.com/en/olsbgeneral/threads/">Microsoft Office Live Small Business—General Topics</a></font></font></font></p> <p><font size=3><font color="#000000"><font face=Calibri>Learn about authentication, user management, solution packaging, and other technologies that span Office Live Small Business services.</font></font></font></p>Fri, 14 Mar 2008 14:31:06 Z2009-03-24T06:13:35Z