Missing Table Designer in Azure Datastudio - azure-data-studio

I only see 'Refresh' when I make right click on Table.How to get 'New Table' to manage table with designer in Azure Data Studio.Is there any extension to get.

I thought I was going insane. Simply go to your settings and enable preview settings. It showed up all the features I was missing.

Related

Outlook VSTO ribbon add-in tab not showing on load

I’ve created an add-in that consist of a ribbon and three tabs.
Background to build:
The ribbon is built using designer and not xml. The primary use of these is to allow quick opening of various email templates.
Tab0 adds a couple buttons to the built in TabMail
Tab1 is a new custom tab with various buttons that do various things.
Tab2 is a reduced version of Tab1 for use by users of our subsidiary company but pointing to alternatively branded templates.
In the coding, Tab1 and Tab2’s visibility is set based on user AD group membership on ribbon load event. This has been tested and works.
Tab0 always is merged with the built in Home tab shows as expected.
Developers and template admins like me should see all tabs. This also works using same methods.
Current issue:
Recently and I think after a certain office 365 update (but not 100% which), Tab1 no longer shows for anyone that should see it on load. However the tab has loaded somewhere. The reason I know this is because to fix this bug all I have to do is minimise the ribbon the re-maximise. Both additional tabs are instantly visible.
Please note, I do not have to disable and the re-enable the actual add-in.
I can also confirm that the Ribbon Type is set correctly (Microsoft.Outlook.Explorer) so please, no reply along those lines either.
I have trawled the web and cannot seem to find an explanation or fix for this behaviour. I'm hoping someone has seen this before and might point me in the right direction.
To replicate, I've seen it happen by just creating a new simple ribbon project and creating a new custom tab. Then create a second tab by copying the first, giving it a diff ID.
e.g.
Ribbon on App Launch/Load - Tab01 Missing
Ribbon on minimise - Tab01 Appears
Ribbon on maximised- Tab01 still visible
Still have no idea why this happens but i have found a work around for those that have experiences the same issue.
The issue seems to affect the first custom tab only. So if you add a new blank custom tab and set its visibility to false, this inherits this bug allowing the other to function properly.
Its a bit of a dirty fix but work well.
Would still be interested in an actual fix if anyone knows one though.
This happens because you had added control to your ribbon perhaps a property to the Control which you should not.
An example is when you add a Ribbon Gallery control to your Ribbon and change its "PositionType" property from Default to another value.
This results in the Ribbon not showing.
Or perhaps you should check the last code you added to your project

Microsoft Common Data Services - How to disable the service

I went to my company's Power Apps Admin centre and there was a button saying 'Create my database'
In the attempts of creating a Microsoft Automate business process, I clicked this button and it asked what currency I want to use in the database and what language. I chose accordingly and like a real idiot, clicked 'Create my database' button again without reading anything.
Now I am freaking out as I don't know if this is going to cost my workplace. Did I create an empty database? Or a data server? I don't know how to undo/ delete. disable what I did.
The questions are:
Is this going to cost our company?
If so, how do I undo this/ disable the CDS?
There is also a link saying 'You can manage these settings in the Dynamics 365 Administration Center.'
I clicked this link and I will attach what I see when I click them. Seems like I created something today and I don't even know what I created.
Please help me to understand what I did and the financial impact of it.
Thank you in advance!

Unable to Hide See All Records button from Sub Grid in UCI

I am not able to hide 'See All Records' button from UCI, the button is not available in Ribbon Workbench. Please refer below screenshot for better understanding - Is there any other alternative?
Currently I am working on MS Dynamics CRM online version 9.1. I have searched on internet but couldn't find something related to 'See all records' button on sub-grid. I have checked the forms for any setting while adding sub-grid, but no luck.
If you have associated entity in the navigation then this icon will show up. Remove from form editor to remove this.
Read more
“Open Associated view” may be the right keyword to search.
Update:
I verified this in my environments (9.1.0.2251) - these options are not there.
But in our preview org (9.1.0.3010) - I can see it. No way to hide it.
Without associated entity in navigation:
With associated entity in navigataion:
Here My solution after I expensed a lot of time ..
Use Ribbon workbench , then select Home and look for NavigatetoHomepageGrid , button doesn't have an icon.
Hope It helps.
NavigateToHomepageGrid

Access 2013 Web App Cascading Combobox

I am trying to create a cascading combobox. I have read on the internet that you should be able to very simply use the "Parent Control" on the combobox's "Data" button. But I don't have that control on the data button. I've also read about using a query built directly on the combobox to run in the browser and not on the web. But I'm uncertain as to what that means. I see no build button or anything in the combobox's data button. Can anyone help? Was this something that came out after the app's release that not everybody has? I'm lost. Please, help if you can. Thank you!
It seems that "Parent Control" is not available in on-premises SharePoint and and only available in SharePoint Online. This may be your issue.
In any case there is a simple 3 minute test to see if you can use cascading combo boxes or not:
Create a new Access Web App;
Open the App in Access;
Create a new blank table and add just one short text column (I called it "Test_name"), save the table as "Test_table";
Edit the List view of Test_table and add a new combo box;
Open the combo box's "Data" menu and select Test_table as the Row Source.
Now the "Parent Control" property should have appeared at the bottom of the list of properties for the "Data" menu (see the image). If it hasn't, it means this feature is not available to you.
See diagram

Cognos Viewer remove "open with report studio" option

We have upgraded from cognos bi 8.4 to 10.1.
Reports are ran directly view links we provide straight to the prompt page, when the report is ran Cognos Viewer opens and report is displayed in pdf...however the users have an option on the toolbar on top right side to "open with report studio", how do i disable/hide this option??
It is beside the options to view report as html and excel etc.
I can see how to remove the view report at html by editing the system.xml file... but i cannot see how to remove this option for opening in report studio.
Any help would be good!
IBM has an article about this. Skip to the 'Using URL Commands' section.
In your link to the report, add '&cv.toolbar=false' to remove the toolbar that contains the Report Studio link. You can also add '&cv.header=false' to remove the Cognos View title bar.
If removing the toolbar is an issue (you need other functions), then you can remove options using system.xml
This includes options beginning with RV_ that will remove tools from the Report Viewer. However the 'Open in Report Studio' is not an option.
Your best bet in this case is to:
Remove the entire Toolbar ( RV_TOOLBAR )
use the option to add back in the required elements (XML output, saveas, etc).
With the toolbar removed, this may require some tweaking to achieve a desirable web page layout.
You can revoke an access to Report Studio for users.
Go to Cognos Administration -> Security -> Capabilities and set up access to RS there

Resources