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 SkipVought 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. rogerluo

    problem in Netscape4.

    Hi all, In Javascript, Netscape 4 doesn't support 'getAttribute(&quot;attributename&quot;)', eg. <input type=&quot;text&quot; name=&quot;txtUserNames&quot; size=&quot;30&quot; maxlength=&quot;15&quot; class=&quot;formfield&quot; validate=&quot;req&quot; /> i want to get the value of validate...
  2. rogerluo

    onkeyup in Netscape 4.7

    tried it, but doesn't work.
  3. rogerluo

    onkeyup in Netscape 4.7

    Hi Jame, Thank you very much. however, have you try define a value to innerHeight or innerWidth? when i did it (innerHeight = 500, or innerWidth = 350), it doesn't work again. any idea? thank,
  4. rogerluo

    onkeyup in Netscape 4.7

    Hello All, here is my code: <html> <head> <STYLE TYPE=&quot;text/css&quot;> <!-- #text {position: absolute; top: 100px; left: 250; width:169; padding: 2px; } --> </STYLE> <script language=javascript> function testing(number) { if(document.all) { var Staked = 12...
  5. rogerluo

    something about Netscape

    Hi all, i got a instereting question about Netscape: firstly my code as below: <html> <head><script language = &quot;javascript&quot;> function testing(){ var place = document.frmMain.text.value; var total =number*place; if(document.layers) { var Lname = 'PosReturn'; var y =...
  6. rogerluo

    Help please!!!

    but if you defined a value to table width (<table width = &quot;300&quot;>), it doesn't work! why??? thanks,
  7. rogerluo

    Help please!!!

    Hi all, here is my code: <html> <META http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-16&quot;> <title>Bet365</title> <head> <STYLE TYPE=&quot;text/css&quot;> <!-- #PosReturn {position: absolute; top: 100px; left: 400; width:200 ; padding: 2px; } --> </STYLE>...
  8. rogerluo

    About Opera

    Hi, anyone know something about Opera? does opera 6 support DHTML? i generated some dynamic text in javascript, it works fine in IE (i also found the solution of Netscape), but it seems doesn't work in opera. any solution? thanks a lot.
  9. rogerluo

    help!!!

    one interesting question for example, one printer has two traies: trayA and trayB. is it possible write the code by using vb6.0 that printer will choose the paper form trayA when the first page be printing; and printer will choose other paper from trayB when other pages be printing. thanks a lot.
  10. rogerluo

    HELP!!!

    i am using SQL Server 2000,and ODBC connection. thanks.
  11. rogerluo

    HELP!!!

    Hi, Thanks in advance.. When attempting to run a VB6 program with a CR8 report from the client system, I receive the following error message:&quot;Physical database not found. In fact, all works fine on the development PC, but as soon as you package the whole lot up and install it on a fresh...
  12. rogerluo

    HELP!!!

    Hi Ken, i am using ODBC to contact with Database. and the DataBase format is SQL server 2000. thanks,
  13. rogerluo

    HELP!!!

    Hi, anyone know how to change the data-source location of the crystal report within Visual Basic? it will be great if you got the simple code. thanks a lot!
  14. rogerluo

    HELP!!!

    I tried to open a external cystal report within Visual Basic 6.0. the report would be opened in the first time. however, when you want to open the report by enter different parameter, the error message &quot;Memory Full&quot; is received. my code as follow, 'General Declarations Dim crxReport...
  15. rogerluo

    cannot open report throught the web!!!

    I am unable to open my report through the web. I am using the RDC in ASP. I keep getting this message Error Type: Seagate Crystal Reports ActiveX Designer (0x80043AC6) Access denied. Please help!
  16. rogerluo

    &quot;memory Full&quot;

    Hi Darrick, Like Below? Private Sub Command1_Click() Dim crxReport As CRAXDRT.Report Dim crxApplication As New CRAXDRT.Application Set crxApplication = CreateObject(&quot;CrystalRuntime.Application&quot;) Set crxReport = crxApplication.OpenReport(&quot;H:\vb\CRVB\crystal.rpt&quot;)...
  17. rogerluo

    HELP!!!

    Hello, i want to display a report on web page(created by ASP), i expect to do like below: 1. created stored procedure in sql server 7.0 2. created crystal report(calling SP) 3. created .dll by using Visual Basic 6.0, and in this .dll the crystal report will be open 4. registered .dll in...
  18. rogerluo

    &quot;memory Full&quot;

    this is my code: Private Sub Command1_Click() Dim crxReport As CRAXDRT.Report Dim crxApplication As New CRAXDRT.Application Set crxApplication = CreateObject(&quot;CrystalRuntime.Application&quot;) Set crxReport = crxApplication.OpenReport(&quot;H:\vb\CRVB\crystal.rpt&quot;)...
  19. rogerluo

    Urgent - Crystal Report vs Stored Procedures

    In fact, I tried to pass a recordset to the report with in the App. On the other hand SP itself is all right, since I called this SP from the ASP, that is work.
  20. rogerluo

    Urgent - Crystal Report vs Stored Procedures

    i'am trying to create a dynamic report with crystal report 8.0 devlopper version, but i couldn't find any example using stored procedures(sql server 2000 database). when i create the recordset from a stored procedure, i always get the error -&quot;2147192179 (8004728d) Error detected by...

Part and Inventory Search

Back
Top