Search results

  1. J

    Search entire database

    Hi Is it possible to set a page up in Dadabik that enables you to search your entire database or search fields from more than one table? Thanks ou are using DaDaBIK version 11.6-Elba pro, installed on 07-05-2022 (installation code: 178066228c557cae36), the latest version of DaDaBIK is 11.7-Elba...
  2. J

    General query on displaying results

    Hi I have a technologies table (PRIMARYKEY, TECHID, TECHNAME, PROJECT_MANAGER, DATE_CREATED etc..) I have an activities table (PRIMARYKEY, TECHNOLFK, PROJECT_MANAGER, DATE_CREATED, SUBJECT etc..) A project manager will record activities against a technology they are working on. The activities...
  3. J

    Strange error after moving from MAMP to WAMP

    Hi I am developing a system to track innovation projects in our hospital. I originally developed the system on my laptop using MAMP. I then transferred the system to a Trust server running WAMP. Since moving to the server I have got an error which suggests DADABIK can't find some of the tables...
  4. J

    Updating existing data

    Hi I have posted this issue at the end of a previous thread but not got a response yet so starting a new thread. I really need to resolve this to continue with my application. I have a "View Projects" menu option that links to a page that is generated from a view in mysql. This view joins...
  5. J

    Windows IIS

    Hi I am about to transfer my application from my laptop (which was running MAMP) to a server provided by my organisation. Their preference is to run Windows IIS as the web server rather than Apache. Is this likely to cause any issues? Thanks
  6. J

    Transferring application from local host to server

    Hi I have been developing a system on my laptop using MAMP as a server and all files stored locally. I now wish to transfer the system to a remote server so colleagues can test it before going live. What is the easiest way of doing this? Can I just copy the existing database and everything in my...
  7. J

    Simplifying page layout

    I would like to simplify the layout of a page. I have a View Project page. This takes all its info from a mysql view. It lists all projects and you can search for different projects. If you click on the details icon it opens a new page where you can view the details of that project. The...
  8. J

    Changing width of main menu

    How do I change the width of the main menu - some of my menu options are wrapping and I would prefer it if they were all on one line. I've had a quick look at the CSS files but it looks like there is lots of potential for messing stuff up if you don't know exactly what to change. See image...
  9. J

    SOLVED - Creating a Master/Details view on a View?

    In brief - In the form configurator, can I set up a Master/Details view on a page that is initially based on a view? This is an evolution of this issue. https://dadabik.com/forum/index.php?threads/insert-into-new-table-using-select_single-lookup-from-other-table-basic-error.24293/#post-24509...
  10. J

    Insert into new table using select_single lookup from other table - basic error

    OK - I thought I was doing this properly but..... technol - table that contains details of different technologies (lots of columns including PRIMARYKEY, NAME, MANAGERNAME, DATECREATED etc...) project_managers - table that contains names of project managers (only two columns PRIMARYKEY...
  11. J

    "Plus" symbol appearing on an insert form that links to a new window ?????

    Hi I have set up an insert form that includes some select_single drop down lists that are populated from another table. I am getting a "plus" symbol next to these fields. When you click on the plus symbol it opens a new window that lets you insert a new entry in the table that is generating the...
  12. J

    $form_config_security_check

    Hi I am getting the following error message when trying to setup a select_single field in forms configurator and linking to a lookup table. "Table/view technol, form configurator, unexpected primary_key_table_field: projects. Check $form_config_security_check in config.php for additional...
  13. J

    Displaying data from multiple tables on single form

    The database is to record new technologies/ideas/inventions developed in a large hospital. I am trying to put a new frontend on an existing database (the structure of which can't be changed). I want to display information from multiple tables on a single page. Best explained with an example...
  14. J

    Primary Key issues

    I have installed Dadabik onto an existing SQL Server database. The Primary Keys on all the tables of this database are non-sequential. So for example, entries that have been added sequentially by date into one table have the following values in the Primary Key column. 201356 201358 201402...
  15. J

    Installation

    Hi Downloaded Dadabik 11.3 Elba Pro last week - can't seem to get it to install. Bit of a novice so likely to be a simple mistake. Running everything locally on the C drive on my laptop. Have installed MAMP and this seems to be working (I can display various helloworld.php messages) Using...
Top