Search results

  1. L

    Cannot search forum for version number as "too short"

    Most forums have a 3 character minimum on search. This helps with reducing false results. Here is the link to the upgrade instructions. https://dadabik.com/index.php?function=show_documentation#installation
  2. L

    custom dashboard

    Thanks I will give this a try. I was thinking of writing a custom php page that just creates the tables instead of using a iframe.
  3. L

    custom dashboard

    Thanks for this info. I guess I need to build a custom php page, that can have these tables on it and do what I need.
  4. L

    custom dashboard

    Your current DaDaBIK version You are using DaDaBIK version 12.4-Aveto enterprise, installed on 12-04-2024 (installation code: 1858963bf8fb23a22f), the latest version of DaDaBIK is 12.4-Aveto released on 11-21-2024 You are running the latest release of DaDaBIK In case you want to upgrade to a...
  5. L

    Access database with SQL server plus DaDaBIK online front-end?

    I would be using MySQL on my web server, but it should be the same either way. Thanks for the answer. Hopefully I may be able to get most of the functions transferred over to DaDaBIK with time.
  6. L

    Access database with SQL server plus DaDaBIK online front-end?

    I have an Access database that I've built for my work, it's a two-way radio maintenance/repair/sales tracker. If I convert the back-end to an SQL database, can I use DaDabik as an online front-end, while still using the Access front-end in the office? The Access database is pretty extensive and...
  7. L

    Import Excel XLS Questions.

    ALTER TABLE tablename AUTO_INCREMENT = 1 to reset a tables auto-increment use this command in like phpadmin Note: you can't reset it to a number that is lower to, or equal to, a number that is already in use.
  8. L

    dadabik_12.0-Aveto_enterprise upgrade

    same here, it just sits on loading, and chrome gives an error.
  9. L

    "Create new item" button in details page?

    It because in the details view fields aren't editable, so there's no option to add/edit any settings. You have to be in the edit view to make changes to the record including subforms. May need to make a feature request if this is something you want to be able to do, or add a custom button...
  10. L

    Implemented Results grid, show preview for large body of text

    I agree, it makes rows on the main page really tall, so you can't see very many without scrolling.
  11. L

    Options buttons in iframe?

    Is there a way to get the grid in an iframe to look like a grid in the page view or deailt view? I want to have the Edit/Delete/view buttons, and the Show link to Record button. Also, is there a setting to add a button on a Details page, to go to the edit page of the record? or do I need to...
Top