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

    Disable Ctrl+A, Ctrl+C in the Web Browser Control

    Hi Pros, Finally I find how to disable the right click. But now I want to disable the Ctrl+C (want to avoid people copy the content of the html it shows). Any idea on that? thank you. EC
  2. Crazyec

    Disable right click in Web Browser Control

    Hi Pros, I am new in Visual C++ and need to work for a project that create a dialog showing HTML file just like a web browser except those buttons, address bar and want to disable the right click on the html page. I am using Visual C++ 6.0, and using the WebBrowser control. Many Thanks. EC
  3. Crazyec

    How to select language support in Fedora 6?

    Hi All, I am trying to install the fedora 6 to a machine and need to use the text mode installation. But I have to make it support Chinese characters. I know we can choose it in language support in the graphic mode. But where can I find in the text mode? Thank you. EC
  4. Crazyec

    Help on indexing

    Dear Pros, Known that the Postgresql has limitation on the indexing. And now, I need to make index on a column which 64000 characters in length. Is there any method to change the limitation? or I need to do it in alternative way? I have found someone said the changes of "NAMEDATALEN" in...
  5. Crazyec

    Crystal Report 8.5 export to Excel problem

    Hi All, I'm facing problem about exporting the crystal report to excel. My application develop on VB6 and calling the crystal report thru crystal report viewer. My user export the crystal report to Excel 7.0 as normal, but the rows show different. Before, the excel will show a blank line...
  6. Crazyec

    Javascript on asp.net

    Hi Pros, I have a question on using javascript. I want to use some client side javascript for checking user input valid data to the form. but I am using asp.net web controls. the source will like below <input name="ctl16$txtEndDate" type="text" value="11-May-2006" maxlength="11"...
  7. Crazyec

    Showing BigInt in Crystal Reports

    I have created a table in MS SQL Server which have a BigInt field. I wanna show it in the crystal report, but it always got 0 (my crystal report version is 8.5) Anyone has suggestions?
  8. Crazyec

    Change Color in Crystal Report

    Dear All, I wanna change the title and sub-title's colours. Let's say turn them into black in colour. Is there any easy way to do that?
  9. Crazyec

    Problems on adding javascript into the asp.net page

    Dears, my case is like here: In the form, I have 2 text box control, 2 hyperlink control and a drop down list. The 2 hyperlink control is actually for pop-up a calendar window and user can select the date on the calendar to that 2 text boxes.(Use Javascript) I wanna add a javascript to the...
  10. Crazyec

    build Crystal Report in ASP.NET

    Hi, I was using the ASP.NET Matrix to build the asp.net site. I have no idea how to put the crystal report viewer into the page(all of the examples I found are use Visual Studio .NET) Is there anyway to build it? Alternatively, I just open the .rpt by a javascript. It works... but only when I...
  11. Crazyec

    hyberlink control align problem

    Hi, I have make a HyperLink control to a form and use a image to be a button, like the following, Script Part: Sub Page_Load(Sender As Object, E as EventArgs) hlEndDate.NavigateUrl = "Javascript:pickDate('" & txtEndDate.ClientID & "')" end sub HTML Part: <td valign="center">...
  12. Crazyec

    Share Connection String

    Hi all, I have a question on sharing the connection string in web.config file. In web.config: <?xml version="1.0"?> <configuration> <system.web> <sessionState mode="InProc" cookieless="false" timeout="20" /> <pages enableViewState="true" /> <compilation debug="true"/>...
  13. Crazyec

    Optional Parameters of the select command

    Hi, I have a drop down list which refreshing the gridview. I wanna add a item in drop down list which is for "select all". But the select command in the datasource " Where user_id = @user_id " already. Any Idea to make it optional? Or I should use two data source and change the gridview's...
  14. Crazyec

    Problem of text box reset

    Dear Pros, I have created a control page(.ascx) which has a drop down list box, two text boxes with a search button. The two text boxes are readonly which should be enter the date by a pop-up calendar. User should select from the drop down list and the text boxes(date range) and click the...
  15. Crazyec

    Problems on Administrator Page

    Hi Pros, I have tried to install a Coldusion MX on a Windows XP. But after I completed the installation. I cannot access the Administrator page. Firstly tried the standalone(8500), but failed And then I installed the IIS and use it as web server. It still fail. I have tried to place a cfm site...
  16. Crazyec

    Can't Close Form

    Hi all Pros, I have two Access forms. I suppose the Form A will open Form B and close itself. following is the code I cut: DoCmd.Close acForm, "frmChangePwd", acSaveNo DoCmd.OpenForm "frmMain" I found the DoCmd.Close acForm, "frmChangePwd", acSaveNo not work...
  17. Crazyec

    System Tray Problem

    Hi Pros, I believe I have the problem in system tray my programs... will put into systram tray when they are minimised... I follow the code of http://support.microsoft.com/default.aspx?scid=kb;en-us;176085 and just change the code: If Me.ScaleMode = vbPixels Then msg = X...
  18. Crazyec

    ADODB Connection - Reconnect

    Hi Pros., I have a application that connect to a SQL Server for retrieve the new data in every 5 minutes. But sometimes the SQL Server is disconnected. If I want to make my application retry the connection while the connection is downed and make it resume when the connection is back again, what...
  19. Crazyec

    Invalid Procedure Call

    Dear Professionals, I have a big problem on the different version of Windows NT Workstation. My developing plaform is Visual Basic 6 on the Eng. Windows NT Workstation, and the running plaform is a Traditional Chinese Windows NT Workstation. When I running a public sub in a form. The...
  20. Crazyec

    Unzip Z file

    Hi Professionals, I'm trying to make a function for unzip a .Z file(Unix Zip File) format. The decompressed file size is large(over 100 MB)... does anyone know any solution about that? Thank you very much.

Part and Inventory Search

Back
Top