Search:

Type: Posts; User: justphilip

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,549

    Re: problem posting

    Please refer to my attached file. TIA jp
  2. Replies
    3
    Views
    1,549

    Re: problem posting

    The post I would like to place: using VS 2017, Web html page doesn't find my solution Explorer file Kitchen.css or folder with thumbnail pictures. When I include sample code, my post bombs. help...
  3. Replies
    3
    Views
    1,549

    problem posting

    I am having problems posting on this site! Is there a site problem or my PC?
  4. [RESOLVED] css file not loading or working

    I am having trouble accessing a vs web css file 'Kitchen.css' which appears in the solution explorer under ‘obj’ with the executing (home) web page index.html. I had a similar access problem with...
  5. Re: Help getting started coding HTML

    Thank you so very much - it works now! I feared that it might have been because I was using my PC as a local host. Thanks again JP
  6. Re: Help getting started coding HTML

    This project has images stored in folder img, but img does not show up in the Solution Explorer nor do the images in the web page during testing. I would like to know where I am erroring with...
  7. Re: Help getting started coding HTML

    Thanks for the reply. My problem is not the coding - my textbooks are guiding me on that. My problem is how to test code either in VS Com 2017 or ?? browser. When using VS, how to get name...
  8. [RESOLVED] Help getting started coding HTML

    My VS studies have faltered at the web chapter/HTML coding. I am using VS Community 2017 to writing HTML code but I am having difficulty adapting VS to my textbook examples; it talks about creating...
  9. Replies
    6
    Views
    2,500

    Re: Newbie needs help on Undeclared Web Field

    I suspect part of my problem is that the textbook was written for VS 2010 and I am using VS community 2017.

    Having looked at internet sample, it would appear that 'value' needs to be built into...
  10. Replies
    6
    Views
    2,500

    Re: Newbie needs help on Undeclared Web Field

    Lacking experience and no guidance from the textbook, I simply typed “HiddenField – DiscountHiddenField” in a table cell. I now see a tool 'Hiddenfield' which removed the previous errors, and now I...
  11. Replies
    6
    Views
    2,500

    Re: Newbie needs help on Undeclared Web Field

    Thanks for your response. There were no instructions for adding a hidden field control in my aspx markup same as the textbox and label controls. I do not know enough to do so!
    aspx markup? Would...
  12. Replies
    6
    Views
    2,500

    Re: Newbie needs help on Undeclared Web Field

    Do I need to add declaration to make my example code work? TIA JP



    'Declaration
    <ControlValuePropertyAttribute("Value")> _
    Public Class HiddenField _
    Inherits Control _
    Implements...
  13. Replies
    6
    Views
    2,500

    Newbie needs help on Undeclared Web Field

    My first venture into Web Projects, a completely coded class example project is not working. The instructions call for just typing “HiddenField – DiscountHiddenField” in a table cell. I am now...
  14. Re: Where to look to Debug a Web Application?

    Thanks to all who responded! The code listed above was my first attempt to build a Web Page, albeit a line for line entry of a working example. The error made all variables in the project undeclared,...
  15. VS 2015 Re: [Need help!] Index was outside the bounds of the array. (Login Program)

    Hi Alec I'm a VB beginner myself and I know nothing about the "C" language but when I encountered this message in VB it was resolved by providing room for elements
    i.e. Dim userArray(99) As...
  16. [RESOLVED] Where to look to Debug a Web Application?

    While half way entering the code for a sample Web project, I did something to cause the error messages below. What puzzles me is the line numbers in the errors -1, 104, 105; none of these numbered...
  17. Replies
    2
    Views
    754

    [RESOLVED] Beginners Web Question

    I just started to study Web applications in the textbook "Programming in Visual Basic 2010" by Julia C. Bradley & Anita C. Millspaugh.“ This text was written for VS 2010 and I am currently using...
  18. Re: How to find last record in a two-dimensaional array

    WOW! Thanks a lot, I will study your comments and try using them in my code. Thanks JP
  19. Re: How to find last record in a two-dimensaional array

    Thanks to all for the kind suggestions. I am an old student, 2 chapters away from Tables (like I used in Access!?) and from what little I know of tables I could not agree more!
    Web Applications...
  20. [RESOLVED] How to find last record in a two-dimensaional array

    I have a three field array that starts empty but can have random additions. Problem is identifying/finding an index for the last element to adds a new one. TIA JP
  21. Re: [RESOLVED] Trouble understanding what constitutes a valid argument!

    Thanks for the understanding reply. JP
  22. Replies
    7
    Views
    5,610

    Re: [RESOLVED] Array displays Root Namespace

    I was referring to the data that filled the text boxes.
  23. Replies
    7
    Views
    5,610

    Re: Array displays Root Namespace

    Please ignore previous post - I found my error! Jp
  24. Replies
    7
    Views
    5,610

    Re: Array displays Root Namespace

    Thanks for your response. Hopefully I have made your indicated changes; the ‘message.show’ in the load process displayed good data but when I reach the for/next logic I get the same Root Namespace...
  25. Replies
    7
    Views
    5,610

    Re: Array displays Root Namespace

    Thanks for the response. Did I miss something?



    Private USSTLoad(59)

    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load

    ' Add six elements to the...
  26. Replies
    7
    Views
    5,610

    [RESOLVED] Array displays Root Namespace

    The problem logic displays the Root Namespace data in each field; since it appeared to work, I did not change it.
    First question: is ‘StateName’ unecessary redunance in USSTLoad(0, 0).StateName?...
  27. Re: Trouble understanding what constitutes a valid argument!

    Thanks for the blog connection and your instructive response. In the successful class project I executed the following actions: (1) checked TitleCheckBox , then the display button. (2) The title...
  28. Re: Trouble understanding what constitutes a valid argument!

    Thanks all for your response. I used this logic in another class project and for the life of me, I can't figure out how it got executed. I will rip it out and start over. Thanks again! JP
  29. [RESOLVED] Trouble understanding what constitutes a valid argument!

    I can’t seem to find the right argument to make the high lighted call work. TIA JP



    Private Sub FindButton_Click(sender As Object, e As EventArgs) Handles FindButton.Click

    '...
  30. Re: Is it possible to import Excel Data for use in an array?

    Thanks for the reply! For now I have side step the problem by loading the Excel Workbook into a new .accdb database and then saved this db in a .mdb format which I was then able to import to my...
  31. Re: Is it possible to import Excel Data for use in an array?

    The worksheet was created with Excel 2010 version14.0.7181.5000 (64-bit) by copying data from a web page and pasting to Sheet1, edited to remove headers that I would like to have left in but the code...
  32. Re: Is it possible to import Excel Data for use in an array?

    After adding the comment on line 1, I now obtain a more confusing error message: ‘Exception Handle – System.Data.OleDb.OleDbException: 'Too many fields defined.'



    ' Excel file (*.xlsx)...
  33. Re: Is it possible to import Excel Data for use in an array?

    Thanks for the responses! My file is in *.xlsx format

    I found and executed this logic but I obtain a confusing error message: ‘Data not in expected Format!’
    Did I errant select an example that...
  34. Re: Is it possible to import Excel Data for use in an array?

    Thanks that was a great help. JP
  35. [RESOLVED] Is it possible to import Excel Data for use in an array?

    I have a study problem that calls for a lookup of State names or Postal abbreviations . I have an Excel file that

    contains the following columns.


    StateName StdAbrv PostalAbrv Capital...
  36. Replies
    18
    Views
    2,334

    Re: Structure Array warnin/error

    Gentleman thank you so much. I thought the errant code was a necessary redefinition. I am pass that problem now and have a new one to ponder at last! Thanks JP
  37. Replies
    18
    Views
    2,334

    Re: Structure Array warnin/error

    Thanks for the reply!
    I made the NumericUpDown correction you advised me on and the results were better, unfortunately it also failed at the previously reported line.
    '
    Here is the load code:
    I...
  38. Replies
    18
    Views
    2,334

    Re: Structure Array warnin/error

    Thanks for the reply and clarification on the NumericUpDown usage, I will revisit it later.
    For now I would like to pursue the issue below:
    PovertyFamily.HeadCountDecimal (high lighted in red)...
  39. Replies
    18
    Views
    2,334

    Re: Structure Array warnin/error

    Thanks for the replies!
    I changed the input text boxes to NumericUpDuwn and the results were not good; it changed ID Code (same as account number) of 2497 to 100 and an Income of 32500 to 100,...
  40. Replies
    18
    Views
    2,334

    Re: Structure Array warnin/error

    Thanks for the reply
    Sorry if I misled you on loading the two arrays - no problem getting the data in - problem is addressing it afterwards in the test comparison
    'If...
Results 1 to 40 of 128
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width