Search results for query: *

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

    Using Two Dates To Return Data

    Hi Well basically, a user enters a date into a textbox, and another date into another, I want a lable to display how many records (or rows) of information there are, between those dates. Below is a start, but I am quite new and this coding doesnt work really, but I have given it my best shot...
  2. bopo

    Information to appear when ID is clicked (CR)

    Kind of new to crystal reports, so forgive me if this is simple. Basically, all the information from a DB is displayed in rows, however when I click an ID of a row on the crystal report viewer, I get a blank page, for example it willl say preview 37, but theres no content on there and I really...
  3. bopo

    Automatic E-mail

    Hi people Well basically I want to send a e-mail when a button is clicked, the e-mail will contain the same information each time (no changes required) and only be sent to two people each time (to keep it simple) Does anyone know the coding to do this?
  4. bopo

    Require some opinions, new to database

    Hi people Basically I have designed an application, this application has 2 purposes Allow users (around 50) to submit problems, which are then stored in a database Show administrators (me) the data which has been inputted, and to allow data (rows) to be deleted and manipulated via a form...
  5. bopo

    Telling Lst's to display imported data (simple)

    HI Below is the coding, I have finally been able to extra data from a MS Acess database and make it display in text boxes, however I tried switching to list boxes and it totally doesnt work, below the code: Imports System.Data.OleDb Public Class ProblemForm Inherits...
  6. bopo

    Storing Data in a database

    Hi People Basically, I thought it would be interesting to learn how to store data into a MS Access database (as I have never implemented this before) I have looked at several programming websites, however they just talk about creating a database. I have three textboxes, and I want the data...
  7. bopo

    Flash & VB.NET

    Hi I have been thinking more and more about including flash on standard appz (not web based on anything) anyone got a tutorial on how to do this.
  8. bopo

    Temporarily Storing data & Percentages

    Hi everyone, I need help regarding two question 1. I need to deduct 27% off a value, which is constanetly changing depending of the numbers entered within the calculation. When I try to do this, it takes off 27, rather than 27% of the value 2. Each time I hit the 'Calculate' button, a name...
Back
Top