Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
form-view
- Page 1
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Re: I built a kafka GUI client for operating kafka, welcome to use
Programming
Software Development
1 Month Ago
by elary
It is a nice project.Is there any notification function?
Form view code
Programming
Software Development
10 Years Ago
by Rana_4
the codding of
form
view
is
form
.show and i want to know how can i embed many
form
in each other or one another..
Re: ASP.NET 2010 Problem to update Form View to Access 2003
Programming
Web Development
11 Years Ago
by LastMitch
>
Form
View
but my problem arise when i edit the data in the
form
, it does not update the data. Following is my code. **@Yousha** It's like 600 lines! that is alot. I'm not reading your whole code. Since you mention it doesn't update, does an error appear when you run the code?
Select Record in a Grid View A Form View having this record display to edit
Programming
Web Development
13 Years Ago
by Ashfa
Hi, I have a grid
view
having image and labels. But i want to do that,,, … particular record,, this record should display in a
form
view
or detail
view
in editable
form
...
form
view
/detail
view
should contain, text field, image, radiobutton list…
Restoring form View when msgbox appear
Programming
Software Development
16 Years Ago
by locsin
Greetings! Everytime I use msgbox command the active
form
view
is disappear when the message box executed. And it appears again after the message box finished the execution. Anybody know how to display message box without disappearing the active
form
view
.. I want to restore the
form
display when the message box appear. thanks in advance
ASP.NET 2010 Problem to update Form View to Access 2003
Programming
Web Development
11 Years Ago
by Yousha
….net 2010 and successfully upload all my data on the
Form
View
but my problem arise when i edit the data in… the
form
, it does not update the data. Following is my code…
Display result in form view when use console application
Programming
Software Development
15 Years Ago
by jp071
Hello, I would like to display result in
form
window. The result is changes every 5 seconds. The
form
is only close when i stop program. I am using console application in visual c++ 2008. Anybody could help me, how can i display data in
form
view
when i use console application. Thanks
Displaying data from database in a form view
Programming
Software Development
12 Years Ago
by GolDRoger00
… I want to retrieve it and display it in a
form
view
when the user clicks a button to search for a… select query. I do not want to use the grid
view
and anyway Visual Studio 2012 seems waayyy different than 2010…
Form scrolling without using the scroll bar
Programming
Software Development
17 Years Ago
by dendic
I'm looking for a method to scroll a
form
when the mouse reaches a certain position. I can identify … to reach the outer columns that are not in my
form
view
without using the scroll bar. Perhaps I can program key…
Re: Select Record in a Grid View A Form View having this record display to edit
Programming
Web Development
12 Years Ago
by G_Waddell
… right direction it will tell you all about the grid
view
control and getting the **SELECTED ROW** and navigating the **CELLS… the selected Record etc. that you could pass into the
form
to show the specific record details *hint hint..*. [GridView Class…
Re: Restoring form View when msgbox appear
Programming
Software Development
16 Years Ago
by epok13hart
do you have the code of the
form
and the message box msgbox("hello",vbokonly,"hello ")the default
form
should not dissappear. try adopting my code jireh hope it help you as far as i know the
view
form
should not disappear unless ur software has a problem. make the for visilble form1.visible= true after the messagebox
Re: Restoring form View when msgbox appear
Programming
Software Development
16 Years Ago
by QVeen72
Hi locsin, I guess, you must have set
Form
's Border = Fixed Dialog, make it Border = Fixed Single With msgbox, you
form
will not disappear.. Regards Veena
Re: ASP.NET 2010 Problem to update Form View to Access 2003
Programming
Web Development
11 Years Ago
by ryan.ally2
hello the problem is that it give no error. When you click on the update button the
form
reload itself without your update data. The textbox that contain the data become blank after the page has been reloaded.
Re: Displaying data from database in a form view
Programming
Software Development
12 Years Ago
by tinstaafl
> I do not want to use the grid
view
> A listview is probably the next best choice. I believe it has pretty much the same capabilities, except that everything needs to be done separately. It has a `Details`
view
and the `Gridlines` are optional.
Re: Display result in form view when use console application
Programming
Software Development
14 Years Ago
by nbaztec
AFAIK if you do happen to make that
form
, it will stop responding as it will be inside a …. Use Asynchronous timer for painting text on
form
. 2. Use a separate thread for the
form
& change it's contents(See… Tails' link above). 3. Design separate project
form
& build it's exe. Pass arguments to this exe…
Re: Displaying data from database in a form view
Programming
Software Development
12 Years Ago
by M.Waqas Aslam
Hello ! If you are using windows
form
application and want to show the records from database to …
Re: Display result in form view when use console application
Programming
Software Development
15 Years Ago
by Ancient Dragon
Write a Windows
Form
application and problem solved.
Re: Display result in form view when use console application
Programming
Software Development
15 Years Ago
by jp071
… just want to display my final result with a small
form
window. There is no need any button. when i close…
Re: Display result in form view when use console application
Programming
Software Development
15 Years Ago
by Ancient Dragon
… just want to display my final result with a small
form
window. There is no need any button. when i close…
Re: Display result in form view when use console application
Programming
Software Development
14 Years Ago
by Tails86
I don't see why you can't display a
form
in a console application. It may be more of a pain in the butt, but it's possible. Check this out: http://www.codeproject.com/KB/miscctrl/Windows_Forms_in_MC__.aspx
Re: Form view code
Programming
Software Development
10 Years Ago
by Rana_4
how can i connect sql database in vb.net code.please hrry up tell me
Re: Form view code
Programming
Software Development
10 Years Ago
by Rana_4
any person can help me to make inventory management system.please help me to my final project. i dont know that how is vb.net working aur what is its code how this work.please suggest me the best book
C# Forms View
Programming
Software Development
17 Years Ago
by complete
How do I switch from code
view
to
form
view
in C# IDE? I am able to do it when I first create a
form
, but if I close and reopen a project, that ability seems lost.
Model View Controller in VB.Net
Programming
Software Development
15 Years Ago
by Fungus1487
…._name = value End Set End Property End Class [/CODE] My
form
(
view
) obviously updates according to the data held in this class….OnNameChange(Me) Next End Sub End Class ' Then in my
form
I could implement the interface and ' assign it as a…
New web design need help connecting sql database to display content in a form mask
Programming
Web Development
15 Years Ago
by NicoleB
Hi All, If anyone can help me take my sql database (a single table) that information and display it in a
form
on my web page. Sometimes the Sql request will be multiple lines of the table. I have my database created am completely lost in the
form
view
or how to connect. Is it even possible to do this.
Re: form input cannot be passed to database with php
Programming
Web Development
10 Years Ago
by diafol
<
form
id="form_895800" class="appnitro" method="post" action="
form
.html"> html files can't usually process php code unless you made a change to your Apache `.htaccess` files allowing them to do so. Is this the case?
Re: Display result in form view when use console application
Programming
Software Development
15 Years Ago
by jp071
Okay, could anybody tell me, How to convert console application program to windows GUI program in visual c++? Please write step by step procedure for convertion. Thanks in advance.
Re: Displaying data from database in a form view
Programming
Software Development
12 Years Ago
by tinstaafl
Have you tried a listview it can be data bound and can have multiple columns.
Re: Displaying data from database in a form view
Programming
Software Development
12 Years Ago
by ChrisHunter
The best control to use when reading records from a database is probably a DataGridView as it's just a table which you can configure to display as much or as little as you like. The only difficult aspect of a DGV is getting your head around accessing individual cells, but if you've used arrays in vb you'll find it a breeze!
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC