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

    who is the default user and its password for MSDE

    Hi ; I have installed MSDE and I passed following parameters at the time of installation. [Options] INSTANCENAME=MQIS DISABLENETWORKPROTOCOLS=1 SAPWD=CC2004 now, I want to know who is the Defualt user for that and what is his password. I am trying to run a Crystal Report connecting to...
  2. apexbs

    What should I pass as Logon Info for MSDE Database, CR Ver 9.2

    Hi Dear; I am using VB.NET 2003, Crystal Report 9.2 and MSDE Database. I created a report using SQL Server database and now I want to run it with MSDE and I changed my Database Location in design time in Crystal Report to MSDE Connection. I did not set any user ID and Password in that...
  3. apexbs

    Open a pop up window for sending emial when click on a button

    Hi ; I am using ASP.NET and VB.NET 2003. I am trying to do one thing. I have a update button to update record in a grid. I want to launch a pop up window whenever user press upate button. That small pop up window will not have anything but a text box with a button send to send email to a...
  4. apexbs

    Split() ? How to ignore Comma in between Inverted Comma's

    Hi; I am using VB.NET 2003. I am trying to importing data from text files and I am using split() function to get each substring in one row which is comma delimated and have inverted comma's for each subtring. It is working fine if there is no Comma in between inverted Commas. It gives me...
  5. apexbs

    What are the disadvantages of disabling Connection Pooling ?

    Hi ; I have been facing problem in connection pooling for two weeks and I did search each website and forum and I noticed that this is one the most comman problem using ASP.NET with VB.NET and SQL Server 2000. I went thru my application and checked for any open connection and I ensured there...
  6. apexbs

    How to Change Color of Menu Bar on a form

    Hi; I am using VB.NET 2003, I am using MDI Form with Menu Strip , I want to change the color of the menu bar for that particular application , I noticed that it is taking setting from default windows setting. How can I change it for one particular application. Thanks.
  7. apexbs

    How to use Color Codes in VB.NET Coding ?

    Hi ; I want to use Color Codes in Programming instead of using color variable which are available in system.drawing.color class. For example, I want to use #FF6600 for orange and different color codes. I want to change the HeaderBackColor of a Grid in a style in coding. Thanks.
  8. apexbs

    Connection is Sleeping ? What does it mean

    Hi ; I have a website which is developed using ASP.NET 2003 and SQL Server 2000. I am having a problem with Connection Pooling and try to make sure either each connection object is close and destry and I did and checked the whole website and closed and destroyed each and every connection ...
  9. apexbs

    How to stop Prompt Pop up when sending email using Outlook objects?

    Dear All; I am using VB.NET 2003 and I am using following code to send emails using Outlook object. When its sending email Outlook prompts a popup of security alert and Ask user to you want to allow to send that email and I can selected check box to allow and selected minutes how long the user...
  10. apexbs

    Can I place two submit buttons on one page ?

    Hi ; I am somehow new to ASP.NET, I have a question can I place two submit buttons to submit email information on one page? Which will send emails to recipient. Thanks.
  11. apexbs

    Problem in Authenticating SMTP Email Server (username and Password) ?

    Hi ; I am using this code for sending emails and it is working fine at development envoirnment b/c we have that kind of IP setup where no authentication is required. Dim myMessage As MailMessage myMessage = New MailMessage With myMessage .To = sendTo .From = "abc@abc.com"...
  12. apexbs

    How to resolve this error: .....same manifest resource name" ?

    Hi All; I am using VS.NET 2003 to develop websites. When I compiled my project, it gave me few errors in the task list; few are from those errors are as follows: "Resources 'CreditvalleyPhase9\Elevation.aspx.resx' and 'CreditvalleyPhase9\Elevations.resx' have the same manifest resource name...
  13. apexbs

    Exporting from Datagrid to Excel, or Exporting from Dataset to Excel ?

    Hi ; I am looking for the way to export data from our VB.NET 2003 application to Excel. For details, if we right click on the Grid we can have one popup menu to export into Excel from the Selected datagrid. Or , we can have a button on the form and on that button we can export data using...
  14. apexbs

    Allow Sorting on Columns of Datagrid in VB.NET 2003 ?

    Hi ; I am looking for sorting on columns click. I am using VB.NET 2003 and SQL Server 2000. For more explaination, one user Click on specified grid columns which are provided by the sorting ability the data in the grid should be sorted by that column. Thanks.
  15. apexbs

    How Hyperlink works in Crystal Reports for windows application

    Hi ; I am looking for functionality for Drill Through i.e. I can call other report on hyperlink for its details. For examples, If I have reports for Order Listing and If I click on each Order then it opens another report for its Details. How can I do that in windows application reports. I have...
  16. apexbs

    Best practice for design reports if we want to export them to Excel

    Hi All; I have few complex reports which I want to export to Excel,those reports have Boxes, Lines, Cross Tab Reports and Images in header. What is the best practice to design those reports so that I Can export them in proper format. Right now, I am having problem with Header Alignment with...
  17. apexbs

    Exporting to Excel; Problem with DataTypes

    Hi All; I am using CR 9.2 and I am exporting one of my report to Excel and having so many problems with formatting. One of the problem is there are few columns which are integer but when those columns are exported to Excel they have small Green Box with information icon on each cell of thoes...
  18. apexbs

    MSDE Merge Modules

    I'm trying to use the MSDE Merge Modules with my vb .net application. Following the instructions on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/distsql/distsql_8yeq.asp At the bottom it states I need to edit to msi file to set the database properties. However, I used Orta...
  19. apexbs

    How to show Column Headers for Cross Tab Reports Columns on next page

    Hi; I have a report and I am using Cross Tab report in that report, I placed that Cross Report in the report footer. I have few fixed columns(not dynamic) in cross tab report and I have named those columns in my main report but those Columns headings are showing only on first page. If the data...
  20. apexbs

    Can I create Fillable entry form in Acrobat

    Hi All; I am wondering either how can I create Fillable Entry Form in Acrobat Write any adobe product which can perform that task. I mean Form in which we can type our data and then save them into new document and then print them. Thanks.

Part and Inventory Search

Back
Top