User Profile

Collapse

Profile Sidebar

Collapse
Jahangir
Jahangir
Last Activity: Oct 24 '07, 02:33 PM
Joined: Oct 26 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Jahangir
    started a topic Processing from without print function
    in PHP

    Processing from without print function

    Hello,
    Could anybody inform me is there any php technique that will also to execute print related commands in background without printing it output to screen. Actually I want to get the output of form. i.e. first login form then after filling user and password its output.
    Anybody can help on this issue ASAP. Thanks.
    See more | Go to post

  • I have reload all the project files more than 2 times. The event_class is defined in events.php in same folder as calendar.php.

    On local host all thing is working fine..but I dont get what problem is in online site?
    See more | Go to post

    Leave a comment:


  • Dear actually, I am doing maintaince of this project,

    I was previously working fine even at localhost, but as some other files I upload, this type of error , i met.

    I shall be gr8 ful for cooperation.
    See more | Go to post

    Leave a comment:


  • the initialization of events_class is in function init()

    [code=php]
    global $events;
    $events->events_file = $this->s_DataDir.'eve nt'.$this->s_calendar_ind ex.'.dat';
    $events->events_map_fil e = $this->s_DataDir.'eve nt_map'.$this->s_calendar_ind ex.'.dat';
    $this->events_class = $events;
    ....
    ....
    ...
    $this->events_class->load_item();
    [/cod...
    See more | Go to post
    Last edited by Atli; Aug 18 '07, 01:49 PM. Reason: Changed [code] tags to php

    Leave a comment:


  • Fatal error: Call to a member function on a non-object

    Hello All,
    In my project I am using php calendar. I have used it locally it is working perfactly, but when I upload it on remote server it gives Fatal error: Call to a member function on a non-object in.......

    in second last line of following code where it gives problem;
    Code:
    function put_day($d, $font = 0, $color) {
    	
    		$cur_time = mktime(0, 0, 0, $this->a_selected_date['m'], $d, $this->a_selected_date['y']);
    ...
    See more | Go to post

  • Jahangir
    replied to select unique values
    very thanks
    See more | Go to post

    Leave a comment:


  • Jahangir
    replied to select unique values
    Explaination is here



    In my table a lot of animals are addedd Cat, dog, cow, cat, cat,sheep, cow, sheep, etc

    Thses animals are repeated in ID fashion.

    I want to see what animals are there in table.
    i.e. return me animal only ones


    result of Cat, dog, cow, cat, cat,sheep, cow, sheep of this data should be

    cat,dog,cow,she ep


    ...
    See more | Go to post

    Leave a comment:


  • Jahangir
    started a topic select unique values

    select unique values

    Dear Fellows,
    I want to extract unique values from a table's field. That is values which repeated in table does not repeat in query result.

    Thx.
    See more | Go to post

  • Jahangir
    started a topic Record edit through form view

    Record edit through form view

    Dear Friends,

    I have make a form in which records are displayed in tabel form. Issue is this I want to place buttons in end of each recorde, whose functionality is that when pressed open another form(single record view) in which data of the corresponding record will be displaying for which button(named edit) is pressed.

    I will be greatful to all of you.
    See more | Go to post

  • Jahangir
    started a topic Call AfterUpdate Function

    Call AfterUpdate Function

    How I can call manually afterupdate function in my code. When I click on a button this will call afterupdate function of some frame.
    See more | Go to post

  • Jahangir
    replied to Record Count
    Code:
    SELECT HeadCount.Animal, HeadCount.Gender
    FROM HeadCount
    WHERE (((HeadCount.Animal) Like "Cow"));
    How can I integrate Count field in this query
    See more | Go to post

    Leave a comment:


  • Jahangir
    started a topic Record Count

    Record Count

    Dear Frinds,
    I want to count the number of records a query has returened. how I can do this in Ms access.
    thanks.
    See more | Go to post

  • Jahangir
    started a topic Executable Access

    Executable Access

    I have made Access databse with all functions and forms. But now I want to generate executabel databse in which user does not have permission to change design of databse. How i can do this.
    PLz help.
    See more | Go to post

  • Jahangir
    started a topic Autonumber

    Autonumber

    When i delete some records in tabel in which primary key field is set for autonumber, and enter again in this tabel the autonumber starts from deleted numbers.

    how i can set the autonumber start from 1.?
    See more | Go to post

  • Jahangir
    replied to Data in Index form
    This all thing I can manage, But i need some usful functionality on from to get the result from 26 queries when click on correspond buttons. What function should i use??
    See more | Go to post

    Leave a comment:


  • Jahangir
    started a topic Guide me abt Index mode

    Guide me abt Index mode

    I want to make index view of phone direcotory i.e. on a single form there are buttons from a to z.
    I hav make separete queries that shows results start from A, B respectivly.

    But how i can handel these queries on single form i.e. when i click A it run qery A and display corresponding records.when B.....so on

    Thx
    See more | Go to post

  • Jahangir
    replied to Data in Index form
    i m using MS access, in which vb coding facility available.
    See more | Go to post

    Leave a comment:


  • Jahangir
    started a topic maximize mode

    maximize mode

    what is code for run form in maximize mode
    See more | Go to post

  • Jahangir
    replied to Data in Index form
    These indexing i want to do in a single form, rather than open seprate forms for each buttons.
    See more | Go to post

    Leave a comment:


  • Jahangir
    started a topic Data in Index form

    Data in Index form

    I want to make index view of phone direcotory i.e. on a single form there are buttons from a to z.
    I hav make separete queries that shows results start from A, B respectivly.

    But how i can handel these queries on single form i.e. when i click A it run qery A and display corresponding records.when B.....so on

    Thx
    See more | Go to post
No activity results to display
Show More
Working...