CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: matt_1ca

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Re: Need Help Formatting in OfficeOpenXML via C#

    Currently the only code I have looks like the one below .. it is not a file I am at that stage where I am trying to make the few lines of code work, unfortunately I do not know if I am even in the...
  2. Need Help Formatting in OfficeOpenXML via C#

    Wondering if there is someone in this discussion forum who has experienced OfficeOpenXml to be able to give me some enlightenment on how to format cells (or column) so that it is becomes a Number,...
  3. Re: DataGridView Does Not Accept Values in All Columns

    Thanks for all the help ... I really appreciate it ..

    After about an hour trying out different values and observing the same weird behaviour, I tried converting to ordinary normal columns (i.e...
  4. Re: DataGridView Does Not Accept Values in All Columns

    Thanks I tried what you suggested, I changed the values as described below with result also indicated:

    Change 1: I changed all the values pushed to the 48 columns to be the string
    ...
  5. DataGridView Does Not Accept Values in All Columns

    Would like to ask what are the possible causes for columns of cells in a datagridview not to show values being pushed into it?

    I have a datagridview with about 40+ columns and for some strange...
  6. Re: Would like to know what location do people normally use for deploying .XML files

    I modified a bit and used Application.Startuppath instead ... and that should be it ... thanks ... please consider this case closed ...
  7. Re: Would like to know what location do people normally use for deploying .XML files

    Continued the digging not sure if I have found the answer yet ... it could be something as simple as Environment.CurrentDirectory. Trying to do some tests .. please feel free to correct me anytime...
  8. Re: Would like to know what location do people normally use for deploying .XML files

    Maybe just as additional info we are using TFS as our code repository ... so that the hardcoding I've done is local and would like to be sure... that my code will still run when I check it in (I do...
  9. Would like to know what location do people normally use for deploying .XML files

    Currently I have used as part of my solution an XML file which I have created on my local machine using a location path which I hard coded in my program based on (i.e. I am copying as a hardcoded...
  10. Re: Problem Trying to Modify SQL Behind Command Object in Crystal Report 2008

    Case closed found the problem ... I was wrongly assuming that we were using repositories .. thanks
  11. Re: Problem Trying to Modify SQL Behind Command Object in Crystal Report 2008

    Now there is another thing I am starting to notice .. when I go to the Repository Explorer it is empty ... I played with the user interface at this point in time and it appears to me that I possibly...
  12. Re: Problem Trying to Modify SQL Behind Command Object in Crystal Report 2008

    I think I may have stumbled on something ... right now I do not have full comprehension of the significance yet however I imagine that someone with more years of experience might know right away what...
  13. Re: Problem Trying to Modify SQL Behind Command Object in Crystal Report 2008

    I wonder if this might be related to some kind of permission setting? If such were the case, I imagine someone with a limited permission (once upon a time must have seen it) ... currently not sure...
  14. Problem Trying to Modify SQL Behind Command Object in Crystal Report 2008

    I am encountering a road block trying to modify SQL codes behind Crystal Report 2008 command objects and wondering if someone has encountered the same problem before ...

    Though new to Crystal...
  15. Re: Data at the root level is invalid. Line 1, position 1

    I tried as you have advised ... ie.. replaced LOADXML with LOAD and exactly as you have predicted the original error message that I reported "invalid. Line 1, position 1" ... vanished instantly.
    ...
  16. Re: Data at the root level is invalid. Line 1, position 1

    Thanks for the info ... I'm learning alot in this experience I really appreciate it
  17. Re: Data at the root level is invalid. Line 1, position 1

    Thank you so much for the attachments ... I have proceeded with your advise to use the XmlTextReader and revised my little code ... and now everything works like a charm ... thx again

    Public...
  18. Data at the root level is invalid. Line 1, position 1

    Wondering what is it that I am doing wrong (and how I can fix it) ... I am trying to learn how to read XML file and created a little program below to start testing what I have read but keep getting...
  19. Thread: Vbcr

    by matt_1ca
    Replies
    6
    Views
    11,967

    Re: Vbcr

    I tried environment.newline and it worked like a charm .. thank you all so very much I really appreciate it.

    Matt
  20. Thread: Vbcr

    by matt_1ca
    Replies
    6
    Views
    11,967

    Re: Vbcr

    They also mentioned that we cannot use \n escape sequence either (I dont know how to use that anyway in vb.net or if it is even possible) .. LOL
  21. Thread: Vbcr

    by matt_1ca
    Replies
    6
    Views
    11,967

    Vbcr

    Being required to do everything the ".NET" way ... I was told that vbcr is soon going to be deprecated and is to be replaced by something else in the future ... anyhow even if vbcr does the job done...
  22. Changing Project Build Configuration to Debug mode

    From my DLL project I have succeded in making AutoCAD launch by pressing F5 from VB.net IDE (Visual Studio 2008) en route to try to make debugging of the DLL easier ...

    ... however one last...
  23. Re: MVC (Model-View-Controller) implementation in VB.NET

    Thank you for your valuable answer, the link is enlightening indeed and has filled in many of the gaps in most of the materials I have.

    Gratefully,
    Matt
  24. Re: MVC (Model-View-Controller) implementation in VB.NET

    Thanks ...

    I have tried to re-attach the VB.NET source codes here in a zip file which has two
    folders the second folder is the one that has my latest attempt:

    "Second Try trying...
  25. Re: Making VB.NET OOP via Observer paradigm and easily adaptable to Test Driven Dev't

    Thank you for this interesting concept ... I really appreciate it

    Thanks again,
    Matt
Results 1 to 25 of 27
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured