infopath 2007 in sharepoint space above form in print view - sharepoint

i'm using infopath 2007 forms on sharepoint 2007 web, i would like form to fit on one page. I created print view and set its page margins on bottom and top to 0.3cm (that is minimal possible value). Jet still there is huge gap between page top and form that is taking space on page. You can see it here http://imageshack.us/photo/my-images/43/infopathc.png/.
Do you know how to get rid of it?

did you try opening the form library pages in sharepoint designer and see what is causing that extra space? I would start there first.... Good luck!

Related

Power Apps - Rich Text Editor in form: Randomly unable to view/edit (possible height issue)

I'm having an issue with the Rich Text Editor displaying in a custom Power Apps form I created thru/for SharePoint Online. Below are the details
Problem
Somewhat randomly, The Rich Text Editor control loads incorrectly. It appears that the Height is displaying incorrectly, regardless of the FormMode (New, Edit, or View). The user is unable to view/edit any text to the control.
Example:
Expected Behavior
FormMode.New
FormMode.Edit & FormMode.View
Workaround
The only workaround we have at the moment is to refresh (F5) the webpage, but this doesn't always fix the issue. Some users refresh 20 - 30 times before the form is fully visible.
Steps to Reproduce
The issue is random, so it's difficult to reproduce when you want it to happen. Below are steps to create the form in SharePoint & Power Apps.
In SharePoint Online, create a list with a column for Enhanced rich text (Rich text with pictures, tables, and hyperlinks)
List Settings Form Settings: Enable the custom form in PowerApps option
List Settings Form Settings: Select the **Modify form in PowerApps link.
If the default control is not a Rich Text Editor, you may need to modify it.
Width = 1124
Height = 158
Save & Publish the PowerApps form.
Select +New in the SharePoint list to display the custom form.
Results
See the problem section above. Keep in mind, this is random.
What I've Tried
I found a post in the Power Apps Community for Rich Text Editor Not displaying text input section. Unfortunately, I haven't been able to get this to work. Also, the post suggests it would be fixed toon and that was back in 2018, so I wouldn't expect to still see the issue.
I noticed the rich text box had a larger height value than it's parent, but adjusting that didn't fix the issue.
Any assistance would be much appreciated.
Thanks in advance!

merging custom ribbon controls using custom ui editor

I have created custom ribbon control in both the 2007 and 2010. i have added few features in 2010. i wanna use these new features in 2007 also. so for merging these i have used custom ui editor tool. and i have saved this as well. when i opened up this new to the 2007 all my new controls showed up correctly. but when i open it in the 2010, the controls showed correctly without the icon images. for example, control is "Picture" then nearby this control one small image will be there. this small icon images not showing up in the 2010 version. did i do anything wrong ? please anyone help me for showing it correctly !
Make sure you have added the icons as well to that version's xml. The pictures name must match the xml.
Click Insert and then Icons..., browse and select the pictures you want to use as button images.
You can have different sets of pictures for 2007/2010, but better to only use 2007 UI part if both versions are to be the same.

How to add hover effect to visio drawing in sharepoint webpart

I've created a web part page which contains visio drawing in sharepoint site. Now I want to show shape data when the mouse hover on specific shapes, instead of clicking "Toggle the visibility of shape information pane".
e.g. When mouse hovers at one employee image, more detailed information which is included in "Shape Data" can pop up, showing "Name:XXX, ID:XXX, Age:XXX..."
I've tried to add "Comment" in "shape sheet", but the hover over effect only works in Visio Design Mode. It does not work after I integrated the drawing in sharepoint webpart.
Also, I tried another approach by saving visio drawing as htm webpage. However, the data will not be dynamically updated in that way.
How could I achieve this function? Do I need to use javascript? If so, how could I integrate javascript to the webpage I already created with visio drawing?
This will walk you through the process.
Creating an Office Plan ECMAScript Mashup Drawing in Visio 2010 to Display in SharePoint Server 2010

Appropriateness of use regarding ribbons and menu's in sharepoint 2010

So with the new Ribbon on top of the SharePoint 2010 page we have an office like feel to working with SharePoint pages. Customization of this ribbon is great, adding your own functionality augmenting what Microsoft provides out of the box. My question is this though, when is it appropriate to use ribbon customization vs an item menu option (i.e. the callout menu on a particular item).
Are there best practices around this? What do you do?
They share a lot of the same options. The ribbon is focused on working with the entire list or library, but still has options pop up when you click on an item that are targeted at that one item. The call-out on a single item is always focused on options for just that item.
So I would say if your looking to do something with an entire list or library, put it in the ribbon. If it is going to be an option specifically tied to one item at a time, put it in the call-out menu, but also try to make it show up in the ribbon if someone doesn't look at the call-out menu.
But that's just my opinion and I haven't had any experience putting custom functionality into either sections.

Changing the look of MOSS 2007 DropDown navigation menu

How can I completely change the look of the TopNavigation dropdowns in SharePoint 2007?
Basically I need to change the look of the div popup that gets display. I need to use Javascript to do this, so just changing the CSS for the menus won't work.
Grab a copy of the MossMenu code the MS team released, implement and override the render with your own code. Peasy
Telerik has a few pages that show you how to use their controls instead of the the dropdown menu in MOSS. The directions start here http://www.telerik.com/help/aspnet-ajax/moss-overview.html
Please take a look at Heather Solomon's Blog for MOSS 2007 CSS reference. You will most likely get want you want out of that.

Resources