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 Chriss Miller 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: dduva
  • Order by date
  1. dduva

    Use DataRelation to find a parent record without a child record?

    Can I use a DataRelation to find out which parent records in Table A do not have a child record in Table B? Or is there some other way to do this?
  2. dduva

    How to connect to a dataset in SSIS using a script task

    In SSIS, I have an incoming flat file which I use to populate a dataset. If I run a script against the dataset, how do I connect to the exising dataset using vb.net. I'm new to SSIS and vb.net. Any help would be appreciated. Thanks.
  3. dduva

    Switch/ Case statement with an operator?

    I appreciate the help.
  4. dduva

    Switch/ Case statement with an operator?

    Newbie needs some help with case statments. In the code below I want to see if today's day is less than 26. I get an error with my case statment saying I can't implicitly convert a bool to an int. How would I accomplish this? int dateOfDay = DateTime.Now.Day; switch(dateOfDay) { case...
  5. dduva

    Delete a Row in Excel through C#?

    I want to delete a range of rows from an excel spreadsheet. I don't want to just clear the cells but actually remove the rows and have the rows below shift up. How would I do this through my C# application. Thanks.
  6. dduva

    Would large memo field (1.4GB) cause "Not enough memory" ...???

    Would a large memo field (1.4GB) cause "Not enough memory to complete this operation" error during a replace of multiple fields. The DBF itself is only 3.1MB. Thanks for you help.
  7. dduva

    How to count two fields in a query but not count the duplicates?

    That worked. Didn't know I could put distinct inside the count. Thank you.
  8. dduva

    How to count two fields in a query but not count the duplicates?

    I have a query where I am selecting fields a, b, and c. I am grouping by a. I want to get a count of b and c. The problem is there are duplicates in b. Column c has no duplicates. How can I count all of column c, only the unique records in column b and group by a. Thanks in advance. Devin
  9. dduva

    IE won't load web pages

    Thanks for your input, but I figured it out. It wasn't that I deleted one to many but one to few. I needed to delete another line with the broken access lsp.dll in it.
  10. dduva

    IE won't load web pages

    I am using XP. However I turned off the system restore before I started all this.
  11. dduva

    IE won't load web pages

    I know I am connected because I can log onto msn messenger but if I click on the emails, the page is loaded with "page cannot be displayed" Some background, I used Hijack this to get rid of msoffice.hta, I also used spybot search and destroy. I think through Hijack I might have...
  12. dduva

    How many hours to go?

    I did try to look up this question but I couldn't seem to get any threads with my search criteria. Question for slighthaze, how do you get the future date into datetime format? Thanks
  13. dduva

    How many hours to go?

    I am looking for an easy way to find out how much time, hours, minutes, seconds are left until some future date and time? Is there a simple commmand? Thanks in advance. devin
  14. dduva

    Does VF6 support Font - Helvetica Compressed??

    Does anyone know if the font helvetica compressed is supported by VF6? Thanks in advance.
  15. dduva

    Parse out 2 characters starting from the right?

    Thanks DSummZZZ. The first way works, there were no commas. I wasn't thinking outside the box with the right() funciton. Thanks again.
  16. dduva

    Parse out 2 characters starting from the right?

    I have a field city_state which holds the city and state together. The state is always the last two characters, but the city is variable in length. Is there command or combination of commands I can use to parse out the state. Thanks in advance. Devin
  17. dduva

    Kepping cursor in the current textbox ??

    I knew it was something simple. Thanks.
  18. dduva

    Kepping cursor in the current textbox ??

    How do I keep the cursor in the current text box when the input mask limit is reached, rather than having the cursor jump to the next textbox automatically? Thanks
  19. dduva

    Question related to "dos command problem", thread 184-466983

    Rianeiro, I had tried a counter and it was not working. But after reading your post about multitasking I tried increasing the counter and it worked. Thanks.
  20. dduva

    Question related to "dos command problem", thread 184-466983

    I am using the ShellExecute command to run a self extracting executable. When the executable is finished another folder is created with the same name as the executable with a couple of text files inside. I am then trying to append these text files to a foxpro table. The problem is that when I...

Part and Inventory Search

Back
Top