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 Mike Lewis 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: *

  1. mohaimen

    Password encryption

    Dear All, Can anyone provide me some code in C# or VB.Net or T-SQL which can encrypt and decrypt password? Best regards. Mohaimen
  2. mohaimen

    How can I produce database documentation?

    Hi, Can anyone help me in preparing a data dictionary (tables, columns, datatypes, keys etc of a database) using SQL Server 2000/2005. Database diagram does not provide info anout the foreign keys. Best regards. Mohaimen
  3. mohaimen

    Resizable column in HTML table

    Dear All, I am trying to deveop a web page which will have tables with resizable columns. How can I do it? Best regards. Mohaimen
  4. mohaimen

    Crystal Reports not refreshing parameters sent from ASP.NET

    Hi, I am developing an ASP.NET web application that uses CR 10 for reporting. I developed an ASP.NET page that calls rpt files developed outside the project. The page sends server names and other parameters to the rpt file. However, while trying to display reports, CR is looking for the...
  5. mohaimen

    Don't see Crystal Viewer in IIS after installing Crystal Reports 10

    Hi, I am working with Crystal Reports 10 and ASP.Net. I installed Crystal Reports, but Crystal Viewer is not registered in the IIS. It results error while trying to view the report. Does anyone have a clue? Regards. Mohaimen
  6. mohaimen

    Saving data to parent-child tables

    Hi, I am writing an ASP.NET application with SQL Server 2000 at the backend. In most of the cases data are entered in grids and saved in two tables - one record in a parent table and a number of records in the child table. Currently I am executing stroed procedures for saving individual...
  7. mohaimen

    Intelligent Search in ASP.NET Combo

    Hi, How can I implement the intelligent search feature (to go to an item starting with '4639' user will press 4 then 6 then 3 then 9 ) in ASP.NET? Regards. Mohaimen
  8. mohaimen

    How to check fonts of a word document to upload?

    Hi, I am working in developing a web interface for uploading word documents from client PC to a web server. I want to ensure that the system checks whether the document uses only a set of predefined font before upload. How can I do it with ASP.net? Regards. Mohaimen
  9. mohaimen

    Uploading file from client PC to webserver folders using ASP.NET

    Hi, In my ASP.Net application, the user will upload word files from their PCs to the webserver. How can I do it? Thanks. Mohaimen
  10. mohaimen

    Problem in running ASP.Net web application under Windows XP

    Hi, 1.1 framework is alrady installed in the PC from Prerequistes CD. It does not help. Regards. Mohaimen
  11. mohaimen

    How to place ASP.NET project from a web server?

    Hi, We are working on an ASP.NET project as a team. We want to place the project on the web server and open and modify it from client PCs. Is it possible? If yes how? Regards. Mohaimen
  12. mohaimen

    Problem in running ASP.Net web application under Windows XP

    Hi, I am trying to create an ASP.NET web application in my PC which runs Windows XP (SP 2). However, I am unable to create such project as it says "Visual Studio.Net has detected that the specified web server is not running ASP.Net version 1.1. You will be unable to run ASP.Net web...
  13. mohaimen

    Reporting in ASP.Net web based systems

    Hi, We are converting our Windows applications to an integrated web based one using ASP.Net. The users want to have facilities to print reports in predefined format. Can Crystal Reports be used in this case? Is there other solutions? Best regards. Mohaimen
  14. mohaimen

    Word breaks when using non-English fonts

    Hi, Thanks for the replies. My problem is, I am using a font that treats hyphen as an ordinary character of Bangla language and the word containing the character should not break. For example, if a font treats hyphen as character 's', then any word containing 's' should not break on 's'. So...
  15. mohaimen

    Word breaks when using non-English fonts

    Hi, I am using Crystal Reports 10 in producing some reports in Bangla language fonts. The font I am using uses special characters like hiphens (-) as ordinary characters. When a word with such a character is found at the end of line and there is not enough space in the line to accomodate it...
  16. mohaimen

    Displaying Varchar fields wider than 256 char in Crystal Reports

    Hi, I am developing an application using SQL Server at the back-end and VB 6 and Crystal Report 8.5 at the front end. Some of my database fields (varchar) are wider than 256 chars. I have no problem in displaying these field values in VB forms. However when I try to display then in Crystal...
  17. mohaimen

    Web Searching Using ASP

    Hi, I am trying to develop an ASP page for one of the websites I am developing that will be used to search words in the site and display results like Google or Yahoo. Can anyone tell me which VB Script function to use? Regards. Mohaimen
  18. mohaimen

    SQL Server Stored Procedure to Generate Recrodset for Crystal Report

    Hi, I am developing few reports using Visual Basic 6 and Crystal Report 8.5 from a SQL Server 2000 database. The reports will use SQL Server stored procedures to get the recordsets. Can anyone tell me how to do it? I tried using SetDataSource method of the database object, it produced error...
  19. mohaimen

    Online Data Import from SQL Server to Oracle Database

    Hi, I have a SQL Server database and an Oracle 8 database in my network. I want to write a stored procedure in my Oracle database that will import data from the SQL Server database to Oracle database. Can anyone tell me how can I do it? Regards. Mohaimen
  20. mohaimen

    Does Keyboard Hang If I Use Masked Edit Control in VB

    Hi, I am experiencing a peculiar problem. One of my VB applications was running well. I modified some forms and used Masked Edit control there. Since then the keyboad hangs after sometime of using the application. Can anyone give me the solution? Regards. Mohaimen

Part and Inventory Search

Back
Top