I'm having problem displaying and storing data from RS232 to access 2007. I have a PIC demo board that sends SMS via AT commands. I want to grab useful information like phone numbers and status message and store/display to access/richtextbox respectively. Right now every line of AT commands are display. And does not store to access. How do i search for the string with numbers like phone numbers?
I am designing a test launch tool that I want the user to be able to select a product type from a list and then choose a station type from another list. Depending on what they choose will determine what is run (what is passed out).
The data will look like the following : Product Station Test to load Config file to use 10-9890-1 mfgtest1 Progamming.xml config5.conf 10-9890-1 mfgtest2 Configuration.xml config92.conf
I am coding a program that will allow the user to input 5 payrolls for Store 1, Store 2, and Store 3. The total of the 5 payrolls are then added together and shown in the respective Store's labels. A total label is also there to add up all the totals into one number. The numbers in the label must be in currency form. My problem is the numbers don't add correctly when I hit calculate. The first two numbers add together, but then after that the number just seems to subtract a random amount.
So far I have this --
Public Class Form1
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Me.Close() End Sub
In the following code (Class & Form1), I'm trying to figure out the following:
- Create an array that stores the 'Clients' (first name, last name, account number) - 'Button List' the array with the (First Name , Last Name , Array Value , Account Balance) [code]
I am having issues getting my application to display the correct number of asterisks per store. Also, I cannot figure out how to get each store to display in the list box.
' BarChart: Chapter 5 #6 ' Program Discription: This application prompts the user to enter today's sales ' for five stores. The program then displays a bar graph comparing each store's ' sales. The bar graph is made up of asterisks in a list box. Each asterisk ' represents $100 in sales.
What I want to do is display large amounts of text and a few pictures, ideally with hyperlinks between the pages. A lot like wikipedia really, lots of similarly arranged pages, text in categories with in-line hyperlinks and the occasional picture to illustrate a point.But not online, integrated as part of a larger app.
How would it be best to go about doing that? The display method is sortof dictated by the storage method. My thoughts were:
Lots and lots of labels stored in an Access database
Straight HTML as if it were a webpage embedded in an iFrame or something
Labels populated from XML files?
Program the whole lot in Flash or something else (A language I can't speak)
This is only a mockup for demonstration purposes so the priority is user-friendlyness and ease of programming rather than storage concerns or good programming form.
I am writing a VB 2008 program to display and update records from a sql database. This particular form is used to display and modify retail store information records from the database. I am running into an issue with saving the records once they have been changed.The error message I am getting is "Update requires a valid update command when passed DataRow collection with modified rows". I am including all of my code for the form because I am not sure what is relevant. I am getting the error when SaveTheEdit() is called on line 83. [code]
I am wriing a vb.net windows application to log and store information. then display it in a sortable multiple column listbox (I personally like FlexGrid by Component One). However... I am not sure how to go about storing the information. Should I go with a .sdf file database, registry, simply storing them in a file, or some other method?
What I need is to be able to: read/write/delete from it read possibly up to a 20mb file and sorting it without a lot of lag be transported to multiple systems and maintain these writes (installed on many systems)
I know I could split up the reading/writing to anther thread. Even to other .DLL's and whatnot. But as for storing. Not sure what the best option is.
I have an application that uses Dataset.WriteXML to create a small backup before data is syncronized to a data store (less than a meg).This application has worked well for 5 years now, and all of a sudden with the installation of XML 6.0 SP2 the XML document is not working correctly.I have multiple tables within a Dataset (Company, Contact, Notes, etc...)When WriteXML is called, the first table should be Company, however, the first table is being named Contact with the Company Data in it. The Notes table is being called Contact and so forth. In other words it's not giving the correct names to the tables in the XML File.This appears to be a bug, which is causing great distress on all the companies who have been using this program.
Whenever I store values to a double-type variable, and ask to display it on the screen, there seems to always be a discrepancy, for example, I entered 7.416 to a textbox and assigned it to a double. When i ask for it to be displayed, it used to be that the 7.416 is returned to me. But just a few days ago, when I debugged my program again, it returns numbers like 7.4159987.......[code]....
I hope this is the correct place to obtain a little bit of advice for a program I am looking to produce in visual basic 2010.
I currently work as a design engineer designing press tools and a lot of our designs are similer just maybe a feature, length, diameter change etc. So the design principles are the same for each product.
What I am aiming to do is program the 3D design package so that 80% of the tool design can be done using the program etc.
Now the enquiry I have is where would the best place to hold the standard data be?
For instance each press has a maximum blank diameter, shutt height, bores diameters in the bed and likewise each product type has design features with the same calculations such as length, pierce etc.
I have done a bit of reading and I have found that data can be stored into text files, xml files and databases etc or hard coded into the program.
I am looking to allow new presses to be added so the user would need to add new shutt heuights, blank size etc but the tooling would have to be unqiue dependent on the typs of stage. So I am wondering to store this information would a database be the best option even though the data will not be continually updated more a place for it to be retrived from excpet under failry rare circumstances.
QuoteI would like to display my password from database (MS Access)into datagrid but in invisible. Below is my coding retrieve data from database, but my password is visible,
I've just finished an application which does everything I want within the Visual Studio environment now I need a way to store the data the user creates but I've never had to do it before and am a bit lost. I've spent days trying to use XML to do this but to no avail mainly cos my classes use ArrayLists as properties and it gets a bit beyond me. I've been told that ArrayLists were not the best choice for this and would be prepared to change my design if need be if I thought the end to this problem was in sight.
I am reading data from wordpad one by one which records the sale of grocery item by barcode. I want to store it in memory so that after reading the whole file I can calculate the total number of the same items sold by comparing the bar code.
I'm creating a program that outputs Quotations (and other information relating to these 1. What is the BEST way to read/write from a database (I only really know how to use Access but if XML or SQL would be better, I'm willing to learn). The database needs to be stored and accessed from the same state every time that the program opens. I've tried multiple different ways, both through DataAdapters (in code) to doing it through connecting the database through the Visual Studio GUI. Neither have seemed to work. Other people have told me that using DataAdapters and such aren't the best way, but no one has been able to tell me what this 'best way' is. Also, I need to somehow be able to link pictures in the database - apparently it's not easy to do in SQL?[code]...
i want to store data for Pilots ( a program i am working on ), i want to store the Callsign (ie UKV1918) and there Lat and Lon (latitude and longtitude)I need to be able to update the pilots lat and lon, and remove the pilot when they disconnect.
I just wondering if Visual Basic.NET and VB6 can do these examples.I have use python before and i will take some examples.Save numbers to a list and add
Quote:
this_is_a_list=[1,2,35,4564,532,2454,3404,3,455,2,1] x = len(this_is_a_list) this_is_a_list.insert(10, x)
len is a function who count how long a list is. This list is 11 numbers long. I will now insert/add number 10 after the last number. The first number has the place 0. The second number has the place 1.Can VB.net do that? Check how long a list is?Delete a list?
I m trying to create a windows app that will store employee working hours of everyday. Is there any way to store a week much data in some sort of file or somewhere else beside database ? Or I have to use some sort dbms.
I wish to create a visual basic asp.net web application which can store data, entered by the user via a textbox to a database, once the STORE button has been clicked. I also want to be able to view the stored data by clicking VIEW STORED DATA.I am using visual studio and I am a complete beginner. I need to know how to create an appropriate database and how to link it to my web application.