CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Andrzej

Page 1 of 12 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    17,084

    Insert text into texarea field

    Hallo Everybody

    My question is:
    Is there any way to insert text (which comes from another table) into <textarea> field.

    I can manage the situation when insted of <textarea> field I have simple...
  2. Replies
    7
    Views
    6,057

    PHP Re: ftp_put(), problem with relative path

    thanks PeejAvery, know I've understood your unswer.
  3. Replies
    7
    Views
    6,057

    PHP Re: ftp_put(), problem with relative path (solved)

    I solved ...

    $remote_path must be RELAVIVE PATH TO YOUR LOGIN DIRECTORY
    I have change my login directory and now it works OK !

    this is OK
    $remote_path='../../public_ftp/data/mleko/';
    but...
  4. Replies
    7
    Views
    6,057

    PHP Re: ftp_put(), problem with relative path

    thanks for the reply,

    could you please give me the example, what my ftp_put() function parameter should be

    to clarify:

    my ftp.php script ( which includes ftp_put() ) is located on the:...
  5. Replies
    7
    Views
    6,057

    PHP ftp_put(), problem with relative path

    Hello

    I would like to upload a file:
    script php with ftp_put() is on the: /public_html/mleko/ftp.php
    source file is on the /public_html/mleko/temp.txt
    remote file should be uploaded to...
  6. Re: Print out html report in every X minutes automaticly

    thank you for fast and helpful reply.

    Unfortunately I need to print out html page on the client printer ( not on a printer connected to the server ).
    Is it possile at all ?
    especially when a...
  7. Print out html report in every X minutes automaticly

    Hallo,

    is there any way ( web technology, ... , etc. ) to run script ( php or other ) on the server side
    which is able to print out some html page automaticly in every, let's say 1 minute.
    ...
  8. Replies
    2
    Views
    687

    Re: Strange problem in basic issue

    absolutly you are right.

    I've get up at 6AM, next I opened php editor and within 10 sec. I found my fault.
    5 hours before (during the night) I check "everything" and I couldn't solve my...
  9. Replies
    2
    Views
    687

    Strange problem in basic issue

    please help

    I'm confused I don't understand ( please find enclosed shootscreen file )

    I have an array.
    I load 10 elements in the array {0,1,2,...9}
    and as result I have sizeof($arr) equal...
  10. Replies
    9
    Views
    4,562

    Re: PHP, convert value of variable into string.

    Thank you
    it works, thank you that you was patient with me.
  11. Replies
    9
    Views
    4,562

    Re: PHP, convert value of variable into string.

    sorry, maybe my english is not good enough

    for instance:


    $field_name = GetFieldName();


    $HTML .= '<form method="post" name=".myform" action="'.$this->ScriptFileName.'">';
  12. Replies
    9
    Views
    4,562

    Re: PHP, convert value of variable into string.

    I hve solved it but in a other way, it means that I put in my Form the field with the fixed name. But I still thin if it is possible

    what I wanted to do:
    my php code creates a FORM where the...
  13. Replies
    9
    Views
    4,562

    Re: PHP, convert value of variable into string.

    so it means that there is no way to do it,
    Am I right ?
  14. Replies
    9
    Views
    4,562

    PHP, convert value of variable into string.

    Hallo,

    I can not manage some task



    $field_name = "surname";

    /* then I need to put this value to the $_POST array
    something like this */
  15. Replies
    1
    Views
    13,540

    MySQL, What query to get special result ...

    Hello,

    I can not find query to get result which is described in enclosed PDF file.
    Please take a look at this file ....
    Is there any trick to get the result ?

    thank you in advance.
  16. Replies
    2
    Views
    1,028

    sugestion about creating report.

    Hello

    I've been looking for any suggestion about - what Windows.Forms I should use to create an report.

    I don't want to use CrystalReport.
    I have DataGrid controll filled with MS SQL data. I...
  17. Replies
    5
    Views
    4,498

    Re: MS SQL 2000, remote connection (fixed issue)

    thanks for help.

    I found the solution.

    The problem wasn't in my ConnectionString but there was a bug in MS SQL 2000 SP3.



    1. I downloaded the last SP ( MS SQL 2000 SP4 ,...
  18. Replies
    5
    Views
    4,498

    Re: MS SQL 2000, remote connection

    thanks for replay,



    Data Source = 192.36.66.139:1433


    it throw new error "Specified SQL Server 192.36.66.139:1433 not found"
  19. Replies
    5
    Views
    4,498

    MS SQL 2000, remote connection

    Hello

    I try to play with Microsoft SQL 2000 ( 8.0 ).
    I'm able to connect when I run my application where the MS SQL 2000 is installed.
    Could you please help me to build ConnectionString to make...
  20. Replies
    0
    Views
    796

    Create simple chart

    Hello

    I have been trying to solve my problem for few hours and I have to give up.
    Could you please help me to solve it ?

    I have the table /please find enclosed shootscreen below/.
    I would...
  21. Re: Does RichTexBox.DetectUrls work for lik to disk file?

    Thank you very much for your concrete, perfect answer.
  22. Does RichTexBox.DetectUrls work for link to disk file?

    Hello


    In Framework 2.0


    this.rtb = new RichTextBox();
    rtb.DetectUrl = true;
    rtb.AppendText("c:/text.txt");
  23. Replies
    4
    Views
    1,918

    Re: Pivot Table and ORDER BY -problem

    yes, my tables name are:

    Table1 Name / "ReelGradeData"
    Table2 Name / "ReelGradeDetail"
  24. Replies
    4
    Views
    1,918

    Pivot Table and ORDER BY -problem

    Hello

    I use MS SQL 2000. I need to present some rows as new columns.
    Thanks to help hspc I know how to do it but ...

    I think that my query ( please find enclosed file ) is simply wrong.
    To...
  25. Replies
    4
    Views
    1,277

    Re: What Query for some issue ?

    Thanks a lot.
    There are very usefull links. Unfortunately I'm not able to rate your perfect post.

    by the way
    please find answer below for my issue


    USE ABBMeasureHistory

    SELECT T1.X,
Results 1 to 25 of 280
Page 1 of 12 1 2 3 4





Click Here to Expand Forum to Full Width

Featured