Search:

Type: Posts; User: titan7262

Page 1 of 7 1 2 3 4

Search: Search took 0.09 seconds.

  1. [2005] unable to debug using F5 page cannot be displayed

    Hi,

    I am having problems with debugging with VS2005 when I press F5 an error occurs saying "Page cannot be displayed" I don't really know what happened maybe the latest windows patch screwed my...
  2. Replies
    2
    Views
    500

    Re: Response.redirect to frame

    I did post this here intentionally because I am working on vb.net not in asp.net. I have been searching for hours for answers but all I have seen is scripts. I am actually looking for answers for...
  3. Replies
    2
    Views
    500

    Response.redirect to frame

    Can anyone please teach me how to redirect a page to a frame?

    fir exampel I have an index page with 2 frames. left is the navigation part and right is the main frame. if i click a button for...
  4. Replies
    1
    Views
    1,492

    reuse of odbc connection

    To All,

    I am currently having some connection problems such as if I use a connection string to a odbcconnection and use that connection again it gives me an error saying that the connection is...
  5. Replies
    2
    Views
    670

    Re: Publishing .NET application

    thanks i'll opt to do that.. thanks!
  6. Replies
    2
    Views
    670

    Publishing .NET application

    I am trying to publish a .net application and publish it to make it accessible through internet or intranet. The problem is that other computer does not recognize my the published application. but on...
  7. Help on 'Too few parameters. Expected 2'

    Private Sub btnShowReport_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnShowReport.Click
    Dim mlogin As CrystalDecisions.Shared.TableLogOnInfo
    Dim...
  8. Vb.Net 2005 _ Crystal Reports XI deployment

    Please guide me in creating a deployment package using VS 2005 and Crystal Reports 11. I am totally lost way back I was using VS 2003 and it needed the xxx_xxx.msm files as merged modules, but after...
  9. Re: [2005] databse is not updating!!

    i solved it.. i was calling a proceedure at page_load which apparently blocks all my database calls like insert..update statements..

    to resolve :

    I placed my code from page_load to page_init....
  10. Re: [2005] databse is not updating!!

    this is what my query looks like :


    update stdMaster set fname = 'Ryanss ', lname = 'Flores ', mi = 'S ', address = 'AMA East Rizal ', pob = 'Marikin ', age = 23, sex = 'M', email =...
  11. [RESOLVED] [2005] databse is not updating!!

    Please take a look at this.. my sql string executes well if i try to execute it using mssql query but when i execute it through code.. it never returns an error nor updates the database..


    ...
  12. Replies
    2
    Views
    588

    Re: thread being aborted?

    Problem Solved.. that error was caused by the "try-catch" part.. I've read that response.redirect will always give out an error if placed within a try-catch.. now i know!
  13. Replies
    2
    Views
    588

    [RESOLVED] thread being aborted?

    Protected Sub btnLogon_Click(ByVal sender As Object, ByVal e As System.EventArgs)
    Dim connstring As New SqlConnection("Server=kabunyawan\sqlexpress;Database=ojt;Trusted_Connection=True;")
    ...
  14. Replies
    3
    Views
    573

    no row count returned

    Please check my code.. i am certain that it should return 1 row but it doesn't..


    Protected Sub btnLogon_Click(ByVal sender As Object, ByVal e As System.EventArgs)
    Dim connstring As...
  15. Replies
    1
    Views
    393

    count number of prints.

    is there a way t odetect or count the number of prints/pages made.

    example:

    i am using wordpad or ms word.. then print.. a dialog box will appear then at the Number of copies: i put 4..

    is...
  16. Replies
    14
    Views
    941

    Re: VB.NET Crystal logon appears

    Private Sub frmReport_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Dim oRpt As New billing2
    Dim report_name As String = "dbase.mdb"

    ...
  17. Replies
    14
    Views
    941

    Re: VB.NET Crystal logon appears

    Private Sub frmReport_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Dim oRpt As New ReportDocument <-- i have error here
    Dim report_name As...
  18. Replies
    14
    Views
    941

    Re: VB.NET Crystal logon appears

    BTW. I have already installed crystal XI on my machine and is using VS.NET 2003. Do i have to install 2005 version for this to work?
  19. Replies
    14
    Views
    941

    Re: VB.NET Crystal logon appears

    no i am not.
  20. Replies
    14
    Views
    941

    Re: VB.NET Crystal logon appears

    oRpt.Load(Application.StartupPath() & "\" & report_name)
    Dim oRpt As New ReportDocument
    Dim crTables As Tables
    Dim crTable As Table


    yeah i tried it but i am having with this...
  21. Replies
    14
    Views
    941

    Re: VB.NET Crystal logon appears

    the logon window is still showing.. is that code applicable for ACCESS dbase? If it is, what servername will i give to it?
  22. Replies
    14
    Views
    941

    VB.NET Crystal logon appears

    [I am using Crystal 9 & vs.net 2003]

    I have created a crystal report but not with the bundled one with vs.net and I am trying to call it from my app. The problem is that it is asking for a login...
  23. Replies
    0
    Views
    384

    need help here...

    Please help me on how to configure PHP 5.0.5, IIS 4, MS SQL SERVER 2000 on a windows 2000 server.. or any link will help greatly. I have been trying to configure those on my machine but it seems to...
  24. Replies
    4
    Views
    458

    Formating Strings

    How can I format a string from an input value '1' to '01' then typecasting it to string?

    Thanks!
  25. Replies
    6
    Views
    628

    Re: on click setcookie..

    i was thinking of this kinda page.. see attachment. i want to only expose branches within the specified grid below the choices.. i wan it all only at one page.. and without forms. actually i have...
  26. Replies
    6
    Views
    628

    Re: on click setcookie..

    not quite.. i am thinking of.. having a global value like region then everytime i click the link i change it's value.. like a global value in VB.. so using cookie it might be possible.

    i am...
  27. Replies
    6
    Views
    628

    on click setcookie..

    How will i set the cookie after a click on a link. like if i have north,east,south,west links.. if i click north i want to setcookie("grid","NORTH") or if i click east setcookie("grid","EAST") for...
  28. Replies
    3
    Views
    507

    Re: Website requirements[softwares]

    so you mean to say.. if i want to build my site it has to be PHP and PHP alone? But how will my site be seen from the outside like www.mywebsite.com
    I understand that IIS i needed to broadcast the...
  29. Replies
    3
    Views
    507

    Website requirements[softwares]

    if i am building a website what softwares do i need?

    What i have:

    1) Windows 2000 server
    2) An existing website(html,asp build)
    3) IIS services is turned on <---- this is the reason why i...
  30. Replies
    3
    Views
    1,167

    Re: PHP weakness??

    Thanks for the reply.. i actually managed to finish my pages. i used $_POST[''] and $_GET[''] consecutively but with the help of if..elseif..else but i ma a noob at PHP and i don't know SESSIONS...
  31. Replies
    3
    Views
    1,167

    PHP weakness??

    i've done everything but still no success.. i have a link named temp and i just want to pass the links name to a textfield from another page.. is it really hard or impossible to do this? it makes me...
  32. Replies
    2
    Views
    383

    Re: passing values to textfield/menu..

    not really.. i have to pass a from a function returning $month to a textfield.. like <?php getBranch_Month();?> then pass the value into the textfield.
  33. Replies
    2
    Views
    383

    passing values to textfield/menu..

    To all,

    how is it done in PHP, the passing of values from a variable to a textfield or to a menu. Do i need javascript for this(that would be very very difficult for me.. i don't know how to...
  34. Replies
    1
    Views
    444

    trigger a function on button click??

    i've been tryin to call a function on button click even (onClick) but still no success.. need help.. really reall need it.. Thanks
  35. Re: what is the equivalent of x mod 2(VB->PHP)

    Thanks for the reply i don't know c or other c like languages(yet) heheh thank you so so much!
  36. what is the equivalent of x mod 2(VB->PHP) [RESOLVED]

    can you please translate this one to PHP code..


    if (x mod 2) = 0 then
    msgbox x mod 2
    end if


    actually i want to know what is the equivallent for MOD in PHP.. thanks!
  37. Replies
    13
    Views
    841

    Re: function..

    just found some samples on other websites.. ;) Thanks to all that helped!!!

    CHEERS! :wave:
  38. Replies
    3
    Views
    654

    Re: undifined index.. :(

    i just changed tu and tp and it worked well.. i think tu and tp is a php function.. or a reserved word.. :D

    CHEERS!!! :wave:
  39. Replies
    3
    Views
    654

    undifined index.. :( [RESOLVED]

    Notice: Undefined index: tu in D:\PHPWEB\enterPortal.php on line 3

    Notice: Undefined index: tp in D:\PHPWEB\enterPortal.php on line 4


    dbconnect.php


    <?php
    $host = "localhost";
  40. Replies
    13
    Views
    841

    Re: function..

    ok that did the trick.. and a new error has occured.. sorry if i am bugging you this much.. :(

    this is the whole code..



    <html>
    <head>
    </body>
    <?php include("show.php")?>
Results 1 to 40 of 267
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width