In Access 2013, I'm trying to create a label control on a form, so it links to a shared Google doc for editing, but it doesn't get to that page, although the link itself works OK in the browser directly.
Anyone with the same problem?
Related
I'm using Microsoft's One Drive to share an Excel workbook by embedding it into a web page using the iframe tag.
I've got the code that One Drive provides and it displays fine on the page. However, it's possible for a user to click the icon in the black bar at the bottom and view the Workbook full screen.
I don't have a problem with that, but it then gives the option to download, copy and share the entire file and that is a problem.
I've found parameters that can be used with the workbook link such as wdHideGridlines, but is there anything that will get rid of that black bar? Or anything that will stop someone downloading the file?
It seems that you can embed a file with OneDrive and it's open for all, or you can use the 'share' option and get a view-only link, but I can't seem to embed that link - it displays an Excel icon for the workbook rather than a view of the data.
I hope this makes sense, if anyone can help I'd be grateful.
At the moment, the only way to prevent the download is to hide the download command on the web page with CSS.
Cast your vote in this user voice idea. https://excel.uservoice.com/forums/274580-excel-online/suggestions/19274656-remove-the-download-option
If it gets sufficient votes, Microsoft will consider implementing it.
I have created a contact page using Google Forms. And I want to add a placeholder in this forms.
Before asking, I searched a lot on Google but I get no success. The only way I am able to do is by accessing Developer Tools in Chrome Browser by assigning placeholder="some_name" but that is of no use as it is for temporary basis.
How do I achieve this?
You can't add a placeholder to a field in a Google Form.
There is no way to dynamically change the HTML, CSS and JavaScript in a Google Form. The Google Form is served directly from Google's servers. There is no way to add and save HTML, CSS and JavaScript to the Form file. If you try to open a Form file from Drive, there is only one option to open it with Google Forms. You can't open a Google Form with a code editor, and you can't download it. There is no way to run JavaScript code when the Form is first loaded.
I had the same problem. You can't add placeholders directly, but you may find this workaround useful. Go to:
(Old forms) "Responses->Get pre-filled URL"
(New froms) "More->Get pre-filled link"
Fill in the fields with values you need and click "Submit". You will get the link to the prefilled form with entered values in the fields
Is there a way to copy a hyperlink object to the clipboard with just a button push in browser, to paste in email?
This is not a duplicate question from this post
How does Trello access the user's clipboard?
But rather an extension of it. The post above only describes how to copy a text string. I'm asking how to copy a hyperlink object (with the click of a button) that i can past into an email.
I would suggest maybe using Clipboard.JS in order to implement this functionality. It works without using Flash and it works.
I am using Access 2013 with our enterprise Office 365 Sharepoint site to create a simple Access App. I'm unsure of all the terminology--the main point is that this is an Access App as opposed to a desktop application. I am wondering if there is a way to display an image on a list view, where the image source is a data field. Here's what I can do so far and where I get stuck:
I can add a picture control. I can set the picture to a permanent URL that displays just fine in the view. However, this is a permanent setting for the view of any record.
I can add a URL field to the table. It's easy to pick the URL in datasheet view, and on list view, it's difficult to change the URL, but clicking on it will pop up the image (or whatever link) in a new tab or window.
I can create a Web Browser Control. I can have this control source be the URL frame. When I look at this view using an IE browser, I get something that looks like an iFrame. However, no matter what URL I try, the content will not load.
More clarification here: Depending on whether I try Flickr or an image hosted on my own OneDrive, I get different errors. One of the errors I get (tyring to use my own OneDrive with publicly shared image) is: "To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame."
More information: If I link to a publicly shared image from Google Drive, then the Web Browser Control does in fact show the image. This is not ideal, and I'd rather be able to dynamically change the link for the Picture Control, as opposed to embedding web content.
This is where I am stuck on two avenues. (A) The Web Browser Control will not show any content (maybe this is a security setting of my institution's Sharepoint 2013?). And (B) I cannot figure out how to dynamically change the URL for the picture control. Option B may be possible with a macro, but macros in Access Apps are different than desktop version and much more limited in capability. And I'm not good at either set of macros. Thanks for any ideas!
I have created a form using script in google now i want to add this in my website and want to share the form. I don't know how to do that?? So if anyone knows how to do that please let me know i need it very urgently..
Go into the Form Editor, open File menu, select "Embed...", and use the "Embed Form" dialog to generate the HTML for an iframe you can embed in your web site.