XPages data source hide until view entry clicked - xpages

Currently I have an XPage with a view data source and below it a document data source shown in edit mode. When clicking on the view entry that document gets loaded into the document data source in read mode. Cool.
But ...
How can I hide the document data source until a view entry is clicked?
How can I open the document data source in edit mode?
How can I hide the document data source once saved?

Related

Creating from blank canvas sharepoint lookup fields are not visible when editing form

Creating from blank Powerapp canvas Sharepoint lookup fields are not visible when editing form.
It is working fine if I start creating my app from Sharepoint data however I need tablet/web layout. I am using on-prem Sharepoint data and a gateway.
Update: As a workaround I was able to convert my phone layout app derived from sharepoint list to a tablet layout by saving to local folder and updating the properties json file.
Steps:
Save phone layout app created from sharepoint data to local folder.
Create a blank app from tablet layout and save to local folder.
Rename both .msapp files by adding the .zip extension.
Extract both file to one directory
open the properties.json file of both apps and update the LocalConnectionReferences, DocumentLayoutWidth, DocumentLayoutHeight, DocumentLayoutOrientation, DocumentAppType to be the same as the value of the blank app
Save and drag updated properties.json to the original zip file.
Rename from zip to msapp extension.
Reopen from powerapps, browse from local folder.
Click App Settings.Click Screen size + orientation.
In the Size radio button, select 3:2. Click Apply.Click Save.
In the Size radio button, select 16:9.Click Apply.Click Save.
Would you be willing to try this method? (You can mute the sound if it bothers you.)
https://www.youtube.com/watch?v=TGhiNakRx6Q
If you don't like that approach:
Forms: Try selecting the form control, then use the right properties panel to click on edit fields. The lookup column should be listed in the area with the checkboxes. If it is a brand new lookup column that you recently added to SharePoint, then try saving and closing your app, then reopening to force a hard refresh of the data.
Galleries: Click on the label control where you want the lookup, then use the formula bar TEXT property and use the formula ThisItem. followed by the field name then followed by another . (dot) then Value.

How to Copy a table from webpage source code using Excel vba which is a mouse over table on web page

I have requirement in my project to copy a table from web page to excel. Here the table appears on web page only when we mouse overs a word.
How can I copy the specific table required to an excel using VBA. Is it possible to copy from source code?
You mean the table is not visible unless the mouse hovers a specific part of the page? Then yes, you should be able to use VBA to extract it from the page's source, as it is most probably embedded in it. You can verify it by Inspecting that text or looking at the source.

Document Set NewDocSet.aspx HTML Field

If we have a document set content type containing a 'publishing HTML' column type, then when creating a new document set (NewDocSet.aspx) there is no ribbon loaded thus no richt text HTML editor box is shown for the 'publishing HTML' column.
Is it possible to load the ribbon and RTE functionality via JavaScript?
I fixed this by just using a custom application page form and adding the RTE textbox as SharePoint control

lotus notes creating new view but getting all documents of the database

I am new in lotus notes.
In an existing application i want to create a new view. So i created the new view and put it in the main -Views folder. i copied from blank. The formula selection is SELECT #all. Then in the design of the view i placed 2 columns with 2 fields(updateDate and updateText) these are from a new form that i made. But now if i save and preview my View it takes a long time to index and when done i see 0 documents but i can click on every row. And if i click on a random row then it will open a random document which is in the database.. as if the view populates the whole database. And i don't get the form document where i got the fields updateDate and updateText..
How come?
Since the view selection formula SELECT #all, the view selects alle documents from the database.
So you need to change the view selection formula to for instance select documents based on the form used to create them:
SELECT Form="MyNewForm"

How can I update the dataset in my vb.net 2012 report after changing a table structure?

I have created a report in vb 2012 and it was very involved and would prefer not to re-do it. My problem is that I have made a small change to a table's structure. I've updated the table adapter in visual studio but in my report, it still shows the older version of the table adapter before I made the changes. I cant seem to find a way to update the dataset without starting over completely with my report. Any ideas?
To refresh the fields for a specific dataset
In the Report Data pane, right-click the dataset, and then click
Dataset Properties.
Note:
If the Report Data pane is not visible, on the View menu, click Report Data. If the pane
opens as a floating window, you can dock it.
In the Query pane, type the query.
Click Refresh Fields.
Click OK.
In the Report Data pane, expand the dataset node to view the currently defined field collection.
Ref: http://msdn.microsoft.com/en-us/library/ms365160(v=sql.100).aspx

Resources