Search results

  1. A

    Change SqlServer Instance

    Hello, I need to change the instance of SQL Server that hosts the database some of my Apps connect to - i can't see where in the custom_config.php i should change it - does it go : localhost/instance? or will it just find the correctly named database in whichever instance it resides? The...
  2. A

    custom caclulate button on Items edit form

    Hello, I have a successfully working calculate button on a master edit form. I have now tried to add a similar button to an items form, and have noticed an odd behaviour. The calculation works fine, and the value i wish to update with the calculation is updating, so all of that is good...
  3. A

    Reverse Master Details

    Hello, I have a database where i have two related tables - Locations and Clients. Each Location can have many clients. I have built an application where an engineer can see a client that they have to visit on a given date. That all works well, what i am wondering is am i able to show for that...
  4. A

    Suddenly nothing is working....

    Hello, I have just added a field to a view, and then updated the table with DB Syncro. I then gave details permissions to all groups. Then i went to my custom button code, and changed the sql to include this new field in an update query when the button is pressed - it was already updating...
  5. A

    Unexpected form opens after log in

    Hello, i am experiencing an odd situation. I have a single grid list for which i force a search before it opens. As this is the only table i want the users to see, i don't display the left hand menu, and it should open directly to this initial search. And mostly it does. So, i have two...
  6. A

    Header above Results Grid

    Hello, I have looked and looked, and can't find any information on this that doesn't involve the no longer relevant business_logic.php. My application involves 'Runs' - lists of places that need to be visited on that Run. The searches limit the grid to one run but the search is not by run...
  7. A

    Business_logic.php

    Hello, I have found various references to include>business_logic.php to try to solve some ideas i have. However, in my application business_logic.php appears encrypted - it is just a mass of jumbled characters! Most of the references i have found are pretty old, so i am wondering if what i am...
  8. A

    Form closes after pressing Custom Button

    Hello, System info PHP Version: 7.4.33 sqlserver version: 15.00.2000 Web server: Microsoft-IIS/10.0 Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0 URL installation: https://osdeliveries.co.uk/DDOS/ I have created a couple of custom buttons - one in...
  9. A

    Cascade single_select based on 3rd column of parent single_select

    Hello, I choose the name of a property - which is defined by the propertyid. This is a cascade single-select field where the propertyid is captured, and the actual address is listed. This works fine. Each property has a type - many properties are of each type, so when the property is chosen...
  10. A

    Condense Edit form

    Hello, i have everything on my edit form working as i would like, but when it displays on a mobile phone, it pushes the field below the label, and there seems to be quite a big gap between each line. Is there anything i can do about that? It results in a lot of unnecessary scrolling. Your...
  11. A

    Quick Search Default

    Hello, I have a date field in the quick search, is it possible to default it to today? The user will be most interested in today, but might want to see tomorrow or yesterday, so i can't filter the view. Thanks, You are using DaDaBIK version 11.7-Elba enterprise, installed on Jun 7, 2023...
  12. A

    Modify the Home Page

    Hello, Where do you go to modify the wording on the home page? Is it possible to include the user name somehow? Thanks, Anna
  13. A

    Multiple Inserts

    Hello, I am quite new to this, and can't seem to find any information on Multiple Inserts - the tick box appears on my data form at the bottom - i'm not quite sure what it does, or how to hide it if i don't want my users to use it. Thanks, Your current DaDaBIK version You are using DaDaBIK...
  14. A

    Upgrade from 10.6 to 11.2

    Hello I have just tried to upgrade to 11.2 from 10.6, and am getting this error: [08] Error: during query execution. ALTER TABLE "dadabik_installation_tab" ADD status_installation VARCHAR(50) default 'available' NOT NULL, ADD users_maintenance_installation VARCHAR(500) default NULL The DBMS...
  15. A

    Installation Error [08}

    Hello, I upgraded yesterday to the 10.5 Enterprise version. Everything upgraded fine. Then, somehow, i managed to delete some files in the directory, including all those in /include - not good i know! After trying a few things and not getting anywhere i removed all the files in the dadabik...
Top