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

    Refreshing database/tableadapter at runtime

    I have a form that enables and disables controls based on whether there are any records in the table or not. For example, there is an Edit, and a Delete button that are only enabled if there are records and an Add button that is enabled at all times. Everything works as it's supposed to except...
  2. artyk

    Loss of mouse control

    I was recently working on a Dell desktop computer (not sure of the model or specs as it is not mine) and upon reboot lost control of the mouse. The mouse in question was wireless and at first I thought it could be the batteries, but I tried quite a few, including several that were known to be...
  3. artyk

    "Downgrading" to XP

    Hi, all. I am currently trying to "downgrade" a friend's laptop from Vista to XP. It's a Sony Vaio VGN-FW139E. 250GB HD. Intel Core2 Duo. (I'm not sure of all the specs). Whenever I would try the install, it would blue screen at the "starting Windows" part of the install. I googled that error...
  4. artyk

    Using bound controls on the fly

    I am currently working on an application that creates some controls at runtime based on the number of records in the table. I have run into a strange problem however and wanted to see if anyone had any ideas. The app adds controls just fine and sets the attributes (name, size, position, etc.)...
  5. artyk

    Laptop won't reboot-acts like it, but doesn't

    I am working on a laptop for some relatives (it's an HP pavilion zt1130, XP Home SP2). It has a quirky problem. When you try to reboot, it shuts down fine and acts like it is going to start back up (fans spin up, some lights, etc.) but instead of it starting up, it emits a high-pitched beep out...
  6. artyk

    Cycling through forms

    Hi,all. I'm developing an app that needs to add/remove controls on the fly to accomodate additional records. I added a numerical identifier to the "tag" property so that I could identify how many records there are, but I'm not sure how to cycle through the controls to find the highest "tag"...
  7. artyk

    Me.Controls help

    Hi, everyone. I am fairly new to VB.Net, meaning I have done a couple of pretty simple apps. The one I am currently working on is quite a bit more complex, however. What I have is a scheduling program that I need to be able to add controls to a form on the fly. I have a general idea of how I...
  8. artyk

    CD/DVD disappears & misc. probs

    Hello. I'm sorry if this has been addressed in another thread. I found some similar topics, but I'm not sure it's quite the same as the problem I'm having. My laptop has recently been acting a little flaky. The first problem I noticed was that when I was running a system scan with Windows...
  9. artyk

    Blank Crystal Report at runtime after deployment

    Hi. I am currently trying to deploy my first VB.NET 2005 application. After much work, I got it installed on a client machine and it is writing to the database and everything just fine. However, when I try to view the report all I get is the layout, but no data. I know it's probably something to...
  10. artyk

    Publish/Setup project walkthrough?

    Hi, I am getting ready to publish my first VB 2005 project. I am running into a few issues and I was wondering if anyone knew of a good walkthrough of the process, since I really don't have a frame of reference to start from. I would appreciate any links\guidance. (Sorry if there is another post...
  11. artyk

    I'm new to CR and am trying to figure out parameters.

    Hi, I am trying to create a simple parameter in CR for a date value, but when I create the field and select the date I want to filter on, I get all results from all dates. I was just wondering if there might be a setting I'm missing or something. What I have done so far is this: I created a new...
  12. artyk

    The equivalent of a "Where" in CR?

    Hi. I have 3 tables that I am working with and will need to do several reports. The one I'm currently working on gets the numbers of procedures a hospital performed grouped by the specialty under which the procedure was listed (for example, how many cardiac procedures were performed). I know the...
  13. artyk

    Good tutorial for using Crystal Reports with .NET?

    I am trying to feel my way through setting up reports with my VB app. I have tried Crystal and regular reports and I'm not getting any data in either. Is there a good tutorial anyone knows of that might be helpful? I have looked at the Microsoft/MSDN guide, but it didn't address my absence of...
  14. artyk

    Crystal Report seeing database, but not pulling data

    Hi, everyone. I asked this question over in the Crystal Reports forum, but didn't get an answer, so I'm hoping someone over in this forum has had a similar experience working with CR in VS. I have created a pretty simple report for use with my VS05 app. It pulls from 2 tables (ID and name from...
  15. artyk

    Newbie Question - Retrieving Data

    I am very new to Crystal Reports and I am trying to set up reports for a VS 2005 app. I create the report using the fields I need, but when I preview the report or browse the data I either get blank values or some made-up data. I'm using the wizard to tell the report what I want. Is there...
  16. artyk

    Way to get just date or time from DateTime field in SQL?

    Hi, I am trying to do some comparisons between fields in a database and values in DateTimePicker controls. For some of those I need just the date or just the time. I have received help on getting what I need from the DateTimePicker, but I'm not sure how to get the info I need from the actual...
  17. artyk

    Way to get just date value from DateTimePicker?

    Hi, I'm using several DateTimePickers in a form all of which display a date and time. One of the calculations that needs to be done requires matching records of the same date. If I try to compare those values as is the database will never find a match because it also has the time attached to the...
  18. artyk

    Any way to set today as default in DataSet Designer?

    I am working with a dataset and some DateTimePicker controls (each being bound to a DateTime field). I had a default value set for the DateTime fields in my table, but as time passes the default date/time is becoming irrelevant. Is there any way to set that to now? It is set to DBNull right now...
  19. artyk

    Does anyone know how to bind a DateTimePicker?

    I am trying to bind a DateTimePicker to an SQL database using the "Value" property. Everything seems to work fine (i.e. appropriate values being picked up, no errors, etc.). However nothing is ever added to the database. I've checked my queries inside the query builder and everything works there...
  20. artyk

    Database updates from one form, but not another.

    Hi. I am writing an application and I have two forms that both read from/write to a database. They are both bound and contain TableAdapters, BindingNavigators, and BindingSources. Both have controls that were dragged and dropped from the Data Sources pane. One is kind of a setup/maintenance form...

Part and Inventory Search

Back
Top