<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>dbFront.com - Recent questions and answers in Version 1.1</title>
<link>https://dbfront.com/qa/qa/errors/version-1-1</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: Fixed: Lookup Details not displayed after foreign-key created</title>
<link>https://dbfront.com/qa/1182/fixed-lookup-details-not-displayed-after-foreign-key-created?show=1193#a1193</link>
<description>&lt;p&gt;As of &lt;a rel=&quot;nofollow&quot; href=&quot;https://dbfront.com/releasehistory#v1.2.2.2792&quot;&gt;dbFront 1.2.2.2792&lt;/a&gt;, dbFront now correctly handles renamed/dropped fields that appear in lookups.&lt;/p&gt;
&lt;p&gt;Previously it was determined that renaming a primary key or other column on a lookup table could cause dbFront to get confused and reject the relationship going forward due to the presence of now old invalid configuration.&lt;/p&gt;
&lt;p&gt;This issues is now fixed.&lt;/p&gt;
&lt;p&gt;If you ever encounter issues with relationships it is good to open the Log Viewer and search for the word &quot;Relationship&quot;.  dbFront should log any details there.&lt;/p&gt;
</description>
<category>Version 1.1</category>
<guid isPermaLink="true">https://dbfront.com/qa/1182/fixed-lookup-details-not-displayed-after-foreign-key-created?show=1193#a1193</guid>
<pubDate>Fri, 27 May 2022 17:43:21 +0000</pubDate>
</item>
<item>
<title>Answered: Fixed: Can't work out the rules to explain the search functionality</title>
<link>https://dbfront.com/qa/1043/fixed-cant-work-out-the-rules-explain-search-functionality?show=1044#a1044</link>
<description>&lt;p&gt;This issue has been fixed in dbFront version &lt;a rel=&quot;nofollow&quot; href=&quot;https://dbfront.com/releasehistory#v1.1.5.0013&quot;&gt;1.1.5.0013&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;dbFront &quot;intelligently&quot; allowed for full like searches on tables smaller than 10,000 rows but forced you to specifically enter %keyword% when the tables were larger.​ I realized this was causing confusion.&lt;/p&gt;
&lt;p&gt;The reason for this functionality is that doing a [LIKE &quot;%keyword%&quot;] search automatically forces your database to perform a full table scan.  For small tables this is manageable by a decent database server.  On larger tables this can cause significant performance issues.&lt;/p&gt;
&lt;p&gt;This update to dbFront adds a setting where you the Admin can decide at what point users need to manually use the %keyword% syntax.  The setting &lt;strong&gt;FullLikeRowLimit&lt;/strong&gt; is found in the [Help] / [Settings] dialog under the service tab.  See: &lt;a rel=&quot;nofollow&quot; href=&quot;https://dbfront.com/searching#defaultwildcard&quot;&gt;Default Wildcard&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In addition this release of dbFront is smarter about distributing the search across the various columns, some of which might be full-text indexed and others which might not be.&lt;/p&gt;
&lt;p&gt;If you need your users to perform full-text searches on larger tables (1 million rows+) then you may want to enable &lt;a rel=&quot;nofollow&quot; href=&quot;https://dbfront.com/fulltext-search&quot;&gt;Full-Text search&lt;/a&gt;.&lt;/p&gt;
</description>
<category>Version 1.1</category>
<guid isPermaLink="true">https://dbfront.com/qa/1043/fixed-cant-work-out-the-rules-explain-search-functionality?show=1044#a1044</guid>
<pubDate>Thu, 30 Sep 2021 04:57:38 +0000</pubDate>
</item>
<item>
<title>Answered: Disabled Action Button with Prompt Field of Passthrough on Read-Only record</title>
<link>https://dbfront.com/qa/934/disabled-action-button-with-prompt-field-passthrough-record?show=940#a940</link>
<description>&lt;p&gt;This bug has been fixed by dbFront version &lt;a rel=&quot;nofollow&quot; href=&quot;https://dbfront.com/releasehistory#v1.1.2.214&quot;&gt;1.1.2.214&lt;/a&gt;.&lt;/p&gt;
</description>
<category>Version 1.1</category>
<guid isPermaLink="true">https://dbfront.com/qa/934/disabled-action-button-with-prompt-field-passthrough-record?show=940#a940</guid>
<pubDate>Thu, 25 Mar 2021 02:47:01 +0000</pubDate>
</item>
<item>
<title>Answered: AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application</title>
<link>https://dbfront.com/qa/703/aadsts50011-reply-specified-request-configured-application?show=704#a704</link>
<description>&lt;p&gt;This error seems self-explanatory and should lead you to verify that the application URLs in Azure for your dbFront application are set up correctly.&lt;/p&gt;
&lt;p&gt;One unusual situation can occur if your dbFront application is being projected by CloudFlare.  In that situation, your dbFront application could be running as HTTP on your local server while the rest of the world sees HTTPS.  For more details see: &lt;a rel=&quot;nofollow&quot; href=&quot;https://dbfront.com/qa/549&quot;&gt;CloudFlare and dbFront&lt;/a&gt;&lt;/p&gt;
</description>
<category>Version 1.1</category>
<guid isPermaLink="true">https://dbfront.com/qa/703/aadsts50011-reply-specified-request-configured-application?show=704#a704</guid>
<pubDate>Tue, 12 May 2020 16:06:03 +0000</pubDate>
</item>
<item>
<title>Answered: 405 - HTTP verb used to access this page is not allowed.</title>
<link>https://dbfront.com/qa/695/405-http-verb-used-to-access-this-page-is-not-allowed?show=701#a701</link>
<description>&lt;p&gt;When the Single-Sign-On is enabled then dbFront sends the authentication requests to the service you have chosen.&lt;/p&gt;
&lt;p&gt;When you have correctly signed in, then the Single-Sign-On service will attempt to send you back to &lt;strong&gt;dbFront&lt;/strong&gt; with a &lt;strong&gt;POST&lt;/strong&gt; request.&lt;/p&gt;
&lt;p&gt;The error message &quot;HTTP Error 405.0 - Method Not Allowed&quot; means that the request was sent to a page that can't handle a POST request.&lt;/p&gt;
&lt;p&gt;The most likely issue is that the URL you specified for your dbFront install is not correct.  It is important that the URL ends with a &lt;strong&gt;&quot;/&quot;&lt;/strong&gt; or &lt;strong&gt;&quot;/default.aspx&quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This error does not only apply to Google.  It has also been reproduced with other vendors.&lt;/p&gt;
&lt;p&gt;Depending upon your SSO vendor the URL might be named: &lt;strong&gt;&quot;ACS URL&quot;&lt;/strong&gt;, &lt;strong&gt;&quot;Single sign on URL&quot;&lt;/strong&gt;, or &lt;strong&gt;&quot;Redirect URI&quot;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The following are examples of valid URLs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://localhost/dbFront/&quot;&gt;http://localhost/dbFront/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://localhost/dbFront/default.aspx&quot;&gt;http://localhost/dbFront/default.aspx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://demo.dbFront.com/dbFront/&quot;&gt;https://demo.dbFront.com/dbFront/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://demo.dbFront.com/dbFront/default.aspx&quot;&gt;https://demo.dbFront.com/dbFront/default.aspx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://YourServer/dbFront/&quot;&gt;https://YourServer/dbFront/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://YourServer/dbFront/default.aspx&quot;&gt;https://YourServer/dbFront/default.aspx&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
<category>Version 1.1</category>
<guid isPermaLink="true">https://dbfront.com/qa/695/405-http-verb-used-to-access-this-page-is-not-allowed?show=701#a701</guid>
<pubDate>Tue, 12 May 2020 15:12:22 +0000</pubDate>
</item>
</channel>
</rss>