form is not displaying

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • indhu
    New Member
    • Oct 2006
    • 140

    form is not displaying

    hi,

    Any body please helpme. when i run the form it showing only coding of the form not displaying form in design view. what to do for this.

    help me immdly
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Hiya indhu!

    Are you referring to VB or VBA, please post some of you code here, see what you can gather. If you are running VB, you should have an error pop-up that'll allow you to debug and be able to see which part of the code you need to fix. fo VBA, you may want to select a table from which your form will gather the data needed. Please add some specifics or post your code here so we may get an idea. In a bit!

    Dököll

    Comment

    • willakawill
      Top Contributor
      • Oct 2006
      • 1646

      #3
      When you run the form. What does this mean?

      Comment

      • Dököll
        Recognized Expert Top Contributor
        • Nov 2006
        • 2379

        #4
        Meant to tell you, I have not yet visited the Access side of this group, but for VBA in this case, you should be able to find better/sound answers there as well,

        Good luck!

        Comment

        • knychtell
          New Member
          • Jan 2007
          • 66

          #5
          hi, are working with visualbasic?, if you do, you might just go to the solution you are building, it's on the upper right pane of your screen, then, right click your solution, properties, then set the opening (starting window) to be the form you have created, if it is a calss you should select the class name then apply, then try to F5 or run the form..
          i wish this could help ya......

          Comment

          • indhu
            New Member
            • Oct 2006
            • 140

            #6
            Originally posted by knychtell
            hi, are working with visualbasic?, if you do, you might just go to the solution you are building, it's on the upper right pane of your screen, then, right click your solution, properties, then set the opening (starting window) to be the form you have created, if it is a calss you should select the class name then apply, then try to F5 or run the form..
            i wish this could help ya......

            VB6.0

            only one form is running like that other forms are doing good.

            Comment

            • hariharanmca
              Top Contributor
              • Dec 2006
              • 1977

              #7
              Originally posted by indhu
              hi,

              Any body please helpme. when i run the form it showing only coding of the form not displaying form in design view. what to do for this.

              help me immdly

              Before running you have to check some thing like
              1. Form window state
              2. in coding any where check form visibility
              3. Minimize all other application including your (after Running) vb Application.

              Comment

              • indhu
                New Member
                • Oct 2006
                • 140

                #8
                Originally posted by hariharanmca
                Before running you have to check some thing like
                1. Form window state
                2. in coding any where check form visibility
                3. Minimize all other application including your (after Running) vb Application.
                form window state- normal
                visible= true

                Comment

                • hariharanmca
                  Top Contributor
                  • Dec 2006
                  • 1977

                  #9
                  Originally posted by indhu
                  form window state- normal
                  visible= true

                  Just copy the form code here

                  Comment

                  • Killer42
                    Recognized Expert Expert
                    • Oct 2006
                    • 8429

                    #10
                    I think you need to answer willakawill's question. What do you mean by "running" the form?

                    If this is design-time, then just right-click the name of the form in the Project window, and select "view object" to see the form layout. If it's run-time, then what do you mean when you say it is "showing only coding of the form"?

                    Comment

                    • indhu
                      New Member
                      • Oct 2006
                      • 140

                      #11
                      Originally posted by Killer42
                      I think you need to answer willakawill's question. What do you mean by "running" the form?

                      If this is design-time, then just right-click the name of the form in the Project window, and select "view object" to see the form layout. If it's run-time, then what do you mean when you say it is "showing only coding of the form"?
                      it means if i press F5 its showing only code not form.

                      Comment

                      Working...