Search:

Type: Posts; User: Working.Net

Page 1 of 10 1 2 3 4

Search: Search took 0.29 seconds.

  1. Replies
    3
    Views
    931

    Re: Getting the active mailbox

    Hmm, could you be more specific? It would appear that categories are associated with mailboxes, since all of the folders within that mailbox reference the same list. However I could be wrong (It...
  2. Replies
    3
    Views
    931

    Getting the active mailbox

    Hi,
    I am trying to create a macro that assigns categories to a mail item. The problem is that I am working with several separate inboxes, each having their own category list. So before I assign...
  3. Re: Open Outlook Mailbox in current window.

    That worked great Thanks. Sorry the code is still a bit sloppy but that will be refined in time. Also thanks to jdc2000. I had perused that site earlier and believe I will have to take a deeper...
  4. [RESOLVED] Open Outlook Mailbox in current window.

    All,

    I am working on a project with the intent to open a mailbox (one of several) from the Quick Access Toolbar, using macros and applying specific category filters. This is step 1: to open the...
  5. Re: Forum for customization in MS Outlook

    Thanks, I hadn't considered "Office Development", but I guess you are right, that is exactly what it is.
  6. [RESOLVED] Forum for customization in MS Outlook

    Hi All,

    VB Forums has always been my goto forum for development (Thanks to all the participants) I am looking to develop some tools in outlook (Macros) and I can't seem to find anything for that...
  7. Re: [RESOLVED] Best way to do a pivot table report?

    Delhiegle,

    I agree your best bet would be to start a new post on an appropriate forum. You are welcome to the solution but I am afraid that I won't be much help with the conversion.
  8. Re: [RESOLVED] Best way to do a pivot table report?

    I don't know if I can be of much help here. I know I got it to work without to much difficulty but that was like 4 years ago. All I did here was report where I got the code and how I used it. I can...
  9. Re: Microsoft Visual Basic for Applications window keeps popping up

    Thanks for your response.

    Not that I saw, and I did scroll through the code. Next time it happens I will take a closer look. I think that there were no messages and no highlighted code was the...
  10. Microsoft Visual Basic for Applications window keeps popping up

    I am am not sure if this is the place for this question, but I am not sure where else to go with this.

    I have a MS Access VBA database/application which has been running pretty good. However,...
  11. MsOf10 Re: [Access] Totals in Report Preview are different from Printed Report

    So I found that the solution is NOT in calculating the totals in any of the reports events. Instead someone suggested to use a running totals text box :confused: I had never heard of such a thing...
  12. MsOf10 Re: [Access] Totals in Report Preview are different from Printed Report

    OK, I found the cause: :D
    When the report opens in preview mode the global variables are initialized (Report_Load). In preview mode the totals are calculated in groupheader0_print as they should...
  13. MsOf10 Re: [Access] Totals in Report Preview are different from Printed Report

    Good point,
    - Am I doing these calculations on the right group event (The available options being On Format, On Paint or On Print)?
    - Note also that I uploaded the wrong queries just in case you...
  14. MsOf10 Re: [Access] Totals in Report Preview are different from Printed Report

    Thanks GBeats for your response, and sorry about the confusion. The error has me baffled since the difference between the preview and printed reports aren't a nice round numbers like twice the...
  15. MsOf10 [RESOLVED] [Access] Totals in Report Preview are different from Printed Report

    Hi,

    I have a report and to get some of the summarized totals I had to run summary calculations of fields in the group header, using VBA. The Report preview shows the correct amounts but when I...
  16. How to Update a formview databound to a tableadapter

    Hi,

    I have a FormView that is bound to a TableAdapter. This TableAdapter returns a single record based on the source table's record_ID as shown below. All that works. The thing that does not is...
  17. Re: How to identify an xml empty tag using the XmlNodeType object?

    Thanks Matt.
    It took a while to figure out how to integrate your suggestion, and as things stand now I had to duplicate some code to get it to work, something I am not too happy about, but life and...
  18. [RESOLVED] How to identify an xml empty tag using the XmlNodeType object?

    Hi,

    I have a program that analyzes and processes a complex xml data source (without a schema). The initial part of the program reads the xml line by line and captures the data value, table name...
  19. Re: Best way to do a pivot table report?

    Well, I will not know if this is the best way, but it is a way. Thanks to Red Soldier for putting the article in her blog.

    ...
  20. Re: Best way to do a pivot table report?

    Man, it is good to know that I am working on the bleeding edge of technology here :D I'll post when I figure it out.
  21. [RESOLVED] Best way to do a pivot table report?

    Hi,

    I need to create a web based report displaying what in the end is a PIVOT table. Initially I thought to create a view in SQL server to serve the data in the desired format to a gridview,...
  22. Replies
    4
    Views
    3,597

    Re: Load of property 'X' failed

    Hmm, the joys of coding. I got my hard drive replaced and I ran a repair on VS 2010. Sure enough, problem solved. My only regret: Having wasted at least a day trying to debug a piece of code that...
  23. Replies
    4
    Views
    3,597

    Re: Load of property 'X' failed

    Hey,

    I think I am making some progress, though, as usual it is slow and very, very painful. Out of desperation I ditched the whole project. A good thing it's only got one form. Then I created a...
  24. Replies
    4
    Views
    3,597

    Re: Load of property 'X' failed

    Thanks Matt,

    I created a new .vbproj file and compared it to the existing as you suggested. There are lots of differences and to be honest I am not sure specifically what I am looking for. I did...
  25. Replies
    4
    Views
    3,597

    [RESOLVED] Load of property 'X' failed

    Hi,

    I upgraded a working VB.net windows application from VS2008 to VS2010 (a fairly simple form to process some data) and I get 15 warnings "Load of property 'X' failed" where 'X' refers to what...
  26. Re: The webpage you are viewing is trying to close the window

    Thanks for your reply. Unfortunately it didn't work, so I am beginning to wonder if there isn't something else amiss. I tried the following suggestions and got mixed results (See comments):



    ...
  27. The webpage you are viewing is trying to close the window

    Hey,

    I am trying to clean up some application work. I have this query application that creates a report that is displayed in a gridview in a new window. If the records have further information...
  28. Sorting a list box (/w htmlOptionElement(s))

    Hi,

    I am modifying a bit of existing JavaScript that populates a <Select> list box. The reason is, that I would like the list box to be sorted by the text rather than the values. The "results"...
  29. Re: Issues with moving a project to Visual Studio 2010

    Ha, Ha, perpaps it should come standard with future releases of Visual Studio.
  30. Re: Issues with moving a project to Visual Studio 2010

    Hey,

    I am excited to report that installing the 32 bit version of MapGuide OS solved the problem. We are not entirely finished with the installation, and you know what they say: "It ain't over...
  31. Re: Issues with moving a project to Visual Studio 2010

    We are asking the client if they'd mind installing the 32 bit version of the software since the impact of the 64 bit version will probably be less than marginal on account that the website will never...
  32. Re: Issues with moving a project to Visual Studio 2010

    Hey,

    I think that I am actually missing something. The web site itself works the same, but Visual Studio just has a cow. Many of the DLLs are no longer recognized, giving me a
    error. There...
  33. Re: Issues with moving a project to Visual Studio 2010

    Gary,

    I am glad you are watching. Everything "seems" fine until I add a new webform to the root of the project and then all my .dll's blow up. I thought that since these were not in the...
  34. Re: Issues with moving a project to Visual Studio 2010

    It is hard to tell. It might have been 2005, it's been at least 2 years since I started working on this project. As far as the type can't tell that either. I looked for a way to determine the...
  35. Re: Issues with moving a project to Visual Studio 2010

    OK, made a TON of progress. My coworker Dave, who is much better versed in setting up websites than I, and who also works in VS 2010 (a bonus) helped me set up the new website. And we got past the...
  36. Re: Issues with moving a project to Visual Studio 2010

    OK, I think we got something here. In trying to determine the project type I found that for some reason Visual Studio is not recognizing this as a proper project at all. Perhaps because we "just"...
  37. Re: Issues with moving a project to Visual Studio 2010

    Gary,

    I am finding that Visual Studio is not at all behaving the way that Daniel suggests that it should. I am trying to follow his suggestions and i did the following (tried two different...
  38. Re: Issues with moving a project to Visual Studio 2010

    Gary,

    I had Daniel look at this post and to his credit he did. This is what he said:

    I tried your suggestion to load the DLLs in a new project and I got the same error. I will go back and...
  39. Re: Issues with moving a project to Visual Studio 2010

    Thanks Gary,

    I just got word back from the China support branch that they "can't" help me out because I am working with their open source version of the software. Grrrr, just when I thought I was...
  40. Re: Issues with moving a project to Visual Studio 2010

    Thanks Gary for taking the time.

    Autodesk, the developer of MapGuide, finally stepped in and provided me with a support incident to help resolve this issue. For now the guy that is helping me...
Results 1 to 40 of 392
Page 1 of 10 1 2 3 4



Click Here to Expand Forum to Full Width