Search results for query: *

  1. R

    Question Forms gone?

    Using VB.net 2010 Express Edition I am creating a inherited form from a parent and when I work on it for a while everything is fine. When I save and close and come back later all of a sudden all the forms that are inherited from the parent are whited out. Unable to drag controls onto the...
  2. R

    Character Symbols

    I have added a menu item for an engineering app and the are going to be short cuts for special characters like the degree symbol and what not. How do I go about when they click on the menu item where ever the focus is add the degree symbol? Thank you!
  3. R

    Expand multi-line textbox

    Hey I have a situation where a comment box needs to expand instead of scroll. Is there any way to do that on a web form? Thank you to all that reply!
  4. R

    Trim not working any other suggestions?

    I have an excel file that I am uploading and adding to a database. The database column for the state allows only 2 characters. Well the excel files that have been coming in lately have had some extra space. When they do get uploaded they have that nice � character appended to the state which...
  5. R

    String Manipulation Needed

    I have an excel file that I am uploading and adding to a database. The database column for the state allows only 2 characters. Well the excel files that have been coming in lately have had some extra space. When they do get uploaded they have that nice � character appended to the state which...
  6. R

    Parse Strings

    I have a list of customer and I am using a view from a database to bring that list over. Using linq I am filtering a datagrid via criteria. But one of them is last 4 SSN numbers. I have a system where I can manipulate the data before it gets bound to the grid, so during that time is where I...
  7. R

    reporting within specified days

    I am creating a crystal report and having some mental blocks. I need to create a report for an accounting program and one of the reports is deposits within specified days. For example user will type in 6 and the report needs to display all the deposits needed from today to 6 days out. Is...
  8. R

    Triggers and views

    Stored Procedures and views Hey everyone, I have a complex crystal report I am writing and I thought it would be easier to create a view. This is the first time i have done it and was wondering if I can run a stored procedure in the view as a column. I have a stored procedure that does some...
  9. R

    Temp Files

    I have a situation where I have to upload an Access database, convert the information to the SQL Server. Then delete the Access database (that was uploaded to the server, not the local copy). My question is there a way I can use the ASP.net temp folder with a unique ID to save the Access...
  10. R

    Stored Procedures

    Just started to play around creating Crystal Reports with Stored Procedures. Not sure if this is allowed or not. But I have a stored procedure with a return value, is there any way or how can I display that value in the report? Thanks!
  11. R

    SQL Expression Field

    I have a situation where I keep track of telephone poles. Each pole has a distance between them. I group them by the conductor that is on the poles. When the conductor changes the distance between the poles is reset. here is my SQL Expression Field (SELECT pole_number FROM project_lines...
  12. R

    Two tables looking at one

    I have a report that has offices and clients and they both have shared keys to a table of addresses. When reporting how do I differentiate between which address goes to offices and clients. It is just used on the report header. This is all done in crystal reports. Thanks
  13. R

    Using datasource and adding new rows

    My situation is I have two tabs, one is a list of lines for a project, lines are made up of units for a component. So on the second tab is a list of units, but from this tab I need to be able to create a new line. I use the linesdatasource.addnew, but that just enters a blank line, is there...
  14. R

    Create a default row to copy

    I have a database that the first row is a default row, then when a new entry to a database is created I need to copy this row and create a duplicate row in the same table. This stored procedure is called every time a new project is create. Each project has a default area with an area code of...
  15. R

    Reporting (CR or other?)

    Reporting (CR or other?) - Sub report suppressing I have a quick question. I have been using crystal reports in the past and am not sure if it will work for this situation or not. I have a database with multiple tables. Before I made a seperate report for each table. Is there any way to print...
  16. R

    ClickOnce and Databases

    Ok, just started to use the click once deployment and it is pretty slick. But I was wondering and I am thinking not, is there away to have the deployment use an existing sql 2005 express. I see it will let you install it if it is required. ClickOnce is nice but as always don't we want more...
  17. R

    Sdk

    I can't remember off hand which SDK, I think it was the Framework 2.0 SDK, includes a free version of Innovasys HelpStudio. Is that worth looking into? I looked at the web site and saw a version 2 out. Anybody other use it?
  18. R

    Vsto2005

    Not sure where to put this thread but I just started to program some things in visual studio 2005 using the office tools. Does any body have and resources on this or could help me out? I need to access the information in a calendar and export that information to an xml file. Any tips or...
  19. R

    RSS Question

    I am new at the web programming side of VS 2005. I love all the added stuff they have in there. I am wondering is there a way to use the xml files from other web sites RSS feeds and display them on my web page. Is there components needed for that? I am creating a medical type web page and...
  20. R

    License Keys

    Does any one other there know if 2005 studio in the deployment package will have the ability to include software key during installion? Also does any one know if there is a 3rd party software package that has software keys in it. Basically I need to as the user for software keys before they...
Back
Top