Search results

  1. A

    auto refresh drop down

    hi, can we use auto refresh drop down in dadabik. like.. if i have 2 drop down and i want when i select first and then second drop down automatically filter some of the option and show some options ex... in country and state selection when one select USA, the second drop down will show state...
  2. A

    how to enter data in two table using one entry form

    hi, i have to tables suppose x and y. now i am in the form of table x and i want to see some of the field of tbale in y in that form to enter some of the data in table y. i have created 2 tables and ones primary key is foreign key to other now i am not able to usnderstand how to configure the...
  3. A

    Only admin can can add/delete while a guest can view all the record

    ya its done.... thanks a bunch
  4. A

    Only admin can can add/delete while a guest can view all the record

    I tried to do this by installing multiple instance but does not work. chnages in cofig.php file. for admin area.. $enable_authentication = 1; $enable_delete_authorization = 1; $enable_update_authorization = 1; $enable_browse_authorization = 1; while for guest $enable_delete_authorization...
  5. A

    Only admin can can add/delete while a guest can view all the record

    Hi, I am using dadabik 4.2 v. I am looking for the chnage like: Only admin can view/add/delete while a guest can view all the record preent in the table... how can i do that? thanks and regards Anshul POrwal
  6. A

    problem in uploading images

    i am getting error on uploading the image Warning: move_uploaded_file(dadabik_tmp_file_image001.gif): failed to open stream: Permission denied in /data/nifindia.org/web/plant/include/business_logic.php on line 1175 Warning: move_uploaded_file(): Unable to move '/tmp/phpRDrykR' to...
  7. A

    I want allow any user to see my database but

    I set all the auth value except browse to 1 but it still directly redirect to the login page and i am not able to see the record without logging in to the system. i also gone through the document given on the website. but i could not find anything which could help me in this matter its same as u...
  8. A

    I want allow any user to see my database but

    Hi, I am using dadabik for the plant database. I want that any one who visit my site can view and search the database but can not edit, add and delete any entry. how do i configure the dadabik in the config.php file. I have set the value of $enable_authentication = 1; but i can only view my...
  9. A

    Urgent need layout of inserting records and show records

    i want the format of the form layout something like this is it possible using insert detail: bill no: TextBox date : textbox bill details: item1 rate qty total textbox1 textbox1 textbox1 textbox1 textbox2 textbox2 textbox2 textbox2 textbox3 textbox3 textbox3...
  10. A

    how do i change the code

    how do i change the code of the form designed by dadabik software. Ans
  11. A

    DaDaBik as a backend - example scripts

    i would like to know how to save multiple records in sinlge form. how can i add multiple items in one form like if i have 1 bill and in a bill i want to multiple item and their price and quantity and other how do i enter these fields. in one form. thank adn regards Ans Post Edited...
  12. A

    is there any way that i can calculate one of the field

    hi i am using dadabik. can any one suggest me that if i have 2 integer field and i want the total of those field in the other field how do i do that ?? for example i have two field prcice and quantity and i want that total price should be in third field and it comes automatically when i submit...
  13. A

    after inserting the data through form

    i have just install dadabik, i encountered the problem after inserting the data through form i am not able to see the details of the records. wat could be the problem i created this table CREATE TABLE `plant` ( `PlantID` int(4) NOT NULL auto_increment, `Plant Name` varchar(34) default...
Top