Search results for query: *

  1. W

    Retrieve sheets in workbook (Excel & SQL)

    Hi I am currently using the following Query to retrieve a excel sheet select * from [sheet1$] It Works the only problem is the datasheet will not always be named sheet1 thus I need a sql Query to retrieve a list of all the datasheets available in a workbook. The problem with this is I have not...
  2. W

    File permissions?

    Hi I create a folder and add files to it programatically. this works fine. but when I log out and log in as a different user the new user can read the contents but not modify it. Can I perhaps set access rights when creating the folder and files or is there another way?
  3. W

    Error with "merge" or "select"

    Thank you I will follow your advice
  4. W

    Error with "merge" or "select"

    Error with "merge" or "select" [RESOLVED] Hi I have a datagrid with that is bound to a dataset(dsFiltered) and a second dataset that contains all my records. What I want to do is when you type in a word in a textbox(txtsearch) and click a button the dsfiltered dataset must be filled with a...
  5. W

    Attachments in groupwise

    HI I am trying to add an attachment to a mail message I want to send, I found the code for the mail message online but thusfar have not been able to add an attachment to it. The mail message has to be send using Groupwise (I know how to do it using the normal smtp method it is the groupwise...
  6. W

    Keeping databases the same

    Thank you :)
  7. W

    Keeping databases the same

    The databases will be Microsoft SQL and I only need to keep the data syncronised the structure will not be changed.
  8. W

    Keeping databases the same

    Hi I have 2 databases on different locations. and need to ensure that they are syncronised daily. I have never used webservices and was wondering if this could be used?. If so could you suggest some good tutorials please Thank you
  9. W

    buy .net book or wait for .net2

    Hi I am interisted in buying the following book and was wondering if I should buy it now or wait until a new version that is compliant with .net2 (visual studio 2005) becomes available. The book is : MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements
  10. W

    Crystal Report Viewer Scrollbar (aspx)

    Hi I create a crystal report and then display it on my aspx form it is a line graph so all I want to see on the form is the graph it however adds a blank space (report page width) to the left and due to the fact that my report viewer is sized to the size of the graph it creates a horisontal...
  11. W

    Standard Naming conventions

    Thank you It is just what I was looking for
  12. W

    Standard Naming conventions

    Hi I am looking a list of standard naming conventions to use in myprograms. Is there such a list. if so where can I get it. Or am Ibetter of just making my own conventions for my projects.
  13. W

    Page break in Crystal reports

    Hi I am trying to put a page preake in crystal report . In other words I want to add some text objects and then the "Page break" then some more txt objects on the new page.
  14. W

    Retrieve SQL Servers

    Hi I would like to add the list of all SQL servers available and add it to a combobox. Could anyone please tell me how to do this or where to go read up on it.
  15. W

    using Microsoft Baseline Security Analiser in vb.net application

    Hi Is there any way of using MBSA (Microsoft Baseline Security Analiser) in VB.NET. I want to use its security scanning fasilities in my program
  16. W

    Buttons move on inherited form

    No there is no code on the base and inhertited form form that is what is so interesting. I don't know if it is important but I am using source safe .
  17. W

    Buttons move on inherited form

    Hi I have a bit of a problem I am inheriting. I have added some buttons on a groupbox that is located on a panel (on the base form). when I inherit from this form and not resize the inherited form it apears to work fine. but as soon as I resize the form the buttons start moving around ... not...
  18. W

    Access to SQL

    Hi I have written a new program in vb.net but now need to "upgrade" the data from their old system to the new one I developed. The old system used a simple Access database but heve been in use for years. My new system relies on SQL. Does Anyone have any ideas on how this can be done. Or where I...
  19. W

    Vertical text on a button

    Hi I would like to write text verticaly on a button? It must not hoever be on leter below each other like this B U T T O N but more like the style visual studio use for the bars on the side that autohide?
  20. W

    sql problem with update and delete in wizzard

    Do you have a primary key selected. I have seen this once when I forgot to set my "id" ield as the primary key in sql
Back
Top