Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jacksparrow87
  • Content: Threads
  • Order by date
  1. Jacksparrow87

    Show information when data is being loaded?

    Hi people, I was hoping someone could help me out please. When my vb application tried to load data from the database it can take a few second depending on the amount of users using it at the same time, I was hoping someone could help me out please. When the data is being loaded I want some...
  2. Jacksparrow87

    Access/Sql Server help please (Select statement)

    Hi people, I was hoping someone out there could help me with a really annoying problem. I have been using Access to connect to my vb applications all my life but last week I got to the stage where I had to change my database - the only real alternative I had was SQL. So what done was move my...
  3. Jacksparrow87

    Date is not getting saved

    Hi people, I'm facing this problem where I need to save the date from the date time picker into my sql database. However the date format on the sql database is set as US format where I need it to be UK, the alternative I have found is to pass the date in as a parameter (so that the actual...
  4. Jacksparrow87

    Connection String

    Hi people I was hoping someone out there could offer me some help please, basically I’m in the early stages of moving from Access to SQL, I got one of my colleagues to convert the database and he’s changed it to SQL 2000 and he’s given me the network path of where the converted database is...
  5. Jacksparrow87

    Filtering data with Datagrid

    Hi people I was hoping someone could offer me some help please as Im struggling a bit on some datafiltering (well it does what its suppose to do but not what I want it to) What I want to do is if I choose lets say record 23 and then enter data in txtsearch I want to filter the data however I...
  6. Jacksparrow87

    System restore?

    Hi everyone, I've never really posted on this side of the forum as I mainly stay on the programming side however I have come across a problem and was hoping some one with more knowledge could help me out please. I really need to restore my laptop to a position it is on a DVD (I know some may...
  7. Jacksparrow87

    Easy Rich text box question

    Hi people, Just a really easy question, I want to copy and paste data from my email into my rich textbox. Now the problem is when I highlight the text from the email and rightclick>copy and then open my application and try to right click nothing happens, the only way I can past it by is...
  8. Jacksparrow87

    Vb.net/Excel

    Hi people, Just a easy simple question really, I have a datagrid and 2 buttons. What I do is select some search criteria and then click on the search button which displays the data in the datagrid. What I need help with is the 2nd button which is called 'Save' what I want to do is when this...
  9. Jacksparrow87

    Help with another Select statement please?

    Hi people, I was hoping someone could offer me some help please, I have two select statements which work and show me different information but how do I join them to show the information I need? The first select statement is as follows: "Select [Company], [ChaCode], COUNT(ChaCode) As...
  10. Jacksparrow87

    Sql help please.

    Hi people, I was hoping someone could help me out here please, on my form I have a datagrid and a button and a few labels. What I need to do is basically display all the information on the datagrid and at the same time have a certain row in the datagrid selected. So far I have the following...
  11. Jacksparrow87

    Replace character in textbox

    Hi people, I was hoping someone could offer me a little bit of help please. Currently I have a coding and when executed the text in the textboxes are shown in the body of an email. Part of the coding is as follows: body = body & "%0A" & Label15.Text & " " & txtcuscall.Text...
  12. Jacksparrow87

    Select statement help

    Hi people, I was hoping someone could help me out please. What I need is to do is basically run a sql statement where it shows the company name, counts all the charge codes and the time spent. For example I have the following statement so far: Dim conn As New...
  13. Jacksparrow87

    Try catch

    Hi people, I was hoping someone could help me out please, I never really used Try and Catch methods but I've just started to get used to them and they are really helpful. I was hoping someone could offer me some help please, my application is simple as when the 'Save' button gets clicked the...
  14. Jacksparrow87

    Sending emails with VB.net

    I have really struggled on a simple problem which is trying to send an email through my vb application, I have search the web inside out and even looked at a few examples but it just doesn’t make any sense to me. I’ve read about SMTP servers and MAPI but don’t really understand much, I did also...
  15. Jacksparrow87

    Sql help please.

    Hi people, I created a topic not soo long ago asking for help with a select statement and the people who helped me out did a great job. However after working on my application for a few days I can see that the select statement doesn't actually work. Now so far I have the following in a search...
  16. Jacksparrow87

    Code not working???

    Hi people, I was hoping someone could help me out here please, basically I have an application which is linked to a database. Now if the combobox status is set to 'closed', I want to Update my database on EVERY row where the lognumber matches lbllogno. So far I have the following coding...
  17. Jacksparrow87

    Help with my select statement please,

    Hi people, I was hoping someone could offer me some help on my select statement. First I will try to explain how my data is shown: My table looks like as follows: LogNumber, NoteNumber, Company, ChargeCode, Date, Time Spent, etc 1,3Adidias,then the other info in all of the rows. 1,2Adidas...
  18. Jacksparrow87

    Datagrid help

    Hi people, Just a simple question Im using a datagrid in my vb application but I dont want the last row (row with *) to appear. This has been really annoying me for so long but I just dont know how to do it as im using vb.net 2003. Some one please help me, thanks
  19. Jacksparrow87

    Help with saving data

    Hi people, I was hoping someone could offer me some help please, I have my application all working apart from this one problem im facing with. What the program does is simple, my combobox consists of company names, and when a company name is selected their calls logged are shown in a label...
  20. Jacksparrow87

    Display time in 24hours format?

    Hi Newbie here just asking a few simple questions regarding displaying my date and time in 24hour clock format (As it currently displays it in the 12hour clock format.) In my application I display the date and time in 2 different places, for the first part I have used a ticker and the...

Part and Inventory Search

Back
Top