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 wOOdy-Soft 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: nells1
  • Content: Threads
  • Order by date
  1. nells1

    Embedded Crystal Reports Slow To Preview

    Hi All I have been developing my VB.Net application for some time now and it has finally gone into live testing (hurrah!!). However.. When the users go to preview one of my crystal reports (created using the inbuilt crystal reports designer, and viewed using the CrystalReportViewer on a form)...
  2. nells1

    Join Tables and Grids

    Hello I have a system as follows (please excuse the poor diagram): Sites 1-----------m Contacts 1 1 | | | | m m Jobs 1------------m JobContacts Where JobContacts is a Join Table. Now my problem is that on my...
  3. nells1

    Getting SQL Server default values into Dataset (Especially DateTime)

    Hi My VB.NET application fills it's dataset out of a SQL Server database. I know that the Default Values from the database do not copy across to the dataset so I have started looking for other ways to do this. I have found that the default values are stored in the SQL Server System Tables...
  4. nells1

    On install my application's layout is incorrect

    Hi All First time VB.NET developer here - and it shows <blush> I've taken a lot of care to set my anchor and dock properties so that the controls on my forms are Centered and Sized correctly. My Login form fits 800X600 and any resolution after that. It is just a box with the username and...
  5. nells1

    Filtering Dataset Records - Need to replicate SQL Inner Join query

    Hi All I am creating a search builder for my VB.Net database application. The search builder currently produces a SQL statement using Inner Joins like: SELECT Customers.* FROM Customers INNER JOIN Jobs ON Customers.CustomerID = Jobs.CustomerID WHERE Customers.CustomerName Like...
  6. nells1

    Linking issue - Multiple links cause Query Engine Error

    Hi My report is based on a few related tables in a dataset schema. The report shows the details of a "Job". However it also needs to link to two other tables "Customers" (to get the customer name) and "Status" (to get the status name). So I have set up these links in the Visual Linking...
  7. nells1

    Very Simple Question - Showing Parent Name rather than ID

    Hi All I'm BRAND new to Crystal so I apologise for this question. :o) How to you go about showing parent information on your reports?? My report is based on a table in my dataset "Jobs". Jobs has a CustomerID that links it to "Customers" (also a table in my dataset). I want to show the...
  8. nells1

    Chart on report ocassionally displaying information

    Hi All I have a simple system. Tables: (Fields) Accounts (AccountNumber, AccountName) SalesFigures (ID, AccountNumber, Year, Month, Value) Months (MonthID, ShortName, LongName) Reports: SalesFiguresForAccounts The SalesFiguresForAccounts report is based on Accounts with a chart that has...
  9. nells1

    Showing a parent datamember on a child form

    Hi All I'm positive this has to be a very simple thing to do. I'm very new to vb.net and I'm having a bit of fun with binding at the moment. Take the standard Customers/Contacts relationship. There is a form for each entity but on the contacts form I want to show the name of the customer. I...
  10. nells1

    Understanding Parameters of Command objects

    Hi all I'm very new to vb.net and ADO.net. I am trying to connect to a mysql database.. i've managed that :D Now I'm working on the Update, Delete and Insert commands. I don't want to hard code the parameters for these commands as in all the examples i can find.. ie...
  11. nells1

    Breakpoints in form module code not triggering.

    I have a rather large database with the majority of code behind the forms. Quite a few months ago, breakpoints stopped triggering in the form code. Since then I have imported all the forms into a new database and the breakpoints trigger. The 'Stop' keyword is ignored also. This is not a...

Part and Inventory Search

Back
Top