No announcements
Found 716520 threads
-
1 Votes
Many-To-Many Relationshp with LightSwitch HTML Client
Hi nytrex, Based on your description, you want to use the many-to-many relationship in LightSwitch HTML application.Answered | 1 Replies | 854 Views | Created by nytrex - Tuesday, September 22, 2015 4:09 AM | Last reply by Weiwei Cai - Friday, September 25, 2015 1:35 AM -
1 Votes
Parent child screen problems in html client
https://social.msdn.microsoft.com/Forums/vstudio/en-US/f84e841d-d5fe-4c63-84d8-9e3d25e7615d/best-place-to-put-client-side-property-validation-code-html-client?Answered | 5 Replies | 1189 Views | Created by willContest - Saturday, September 26, 2015 3:13 PM | Last reply by joshbooker - Tuesday, October 6, 2015 4:53 AM -
0 Votes
LightSwitch HTML Client advantage Custom Control
Microsoft LightSwitch team engineers share their tips and tricks about the usage of custom controls in LightSwitch.Answered | 1 Replies | 873 Views | Created by ayankovic - Thursday, March 27, 2014 3:11 PM | Last reply by Angie Xu - Friday, March 28, 2014 8:30 AM -
2 Votes
Uploading mp3 files in Lightswitch HTML client
See: Integrating PayPal With Visual Studio LightSwitch // Associate the Picture to the ...Answered | 3 Replies | 1051 Views | Created by Jeanderson Machado - Wednesday, June 18, 2014 7:40 PM | Last reply by ADefwebserver - Tuesday, June 24, 2014 4:09 PM -
2 Votes
Unable to Delete Records in Lightswitch HTML Client App
Mark Darn probably went to your Spam folder :( Here is the link to the article where I used your theme: ...Answered | 22 Replies | 6494 Views | Created by DaveVanB - Wednesday, April 10, 2013 3:04 PM | Last reply by ADefwebserver - Monday, August 19, 2013 12:58 PM -
0 Votes
Make a parameter text field to be a Lightswitch HTML search box
myapp.BrowseUsers.SearchText_render = function (element, contentItem) { // Write code here.Answered | 2 Replies | 1182 Views | Created by Little_1991 - Wednesday, March 5, 2014 11:25 AM | Last reply by Little_1991 - Wednesday, March 5, 2014 1:55 PM -
0 Votes
LightSwitch HTML Client page RTL alignment
All's right-aligned and looks great in our HTML client.Answered | 5 Replies | 5237 Views | Created by Uri Inbar - Monday, April 29, 2013 1:22 PM | Last reply by Sinan_MCP - Thursday, June 27, 2013 2:07 PM -
9 Votes
Html client: is it possible to use "declarative data binding" in an html custom control?
This post is probably the best stuff about the HTML client I've read since it's announcement :-D It's your story - time to switch on the ...Answered | 25 Replies | 4598 Views | Created by Paul Van Bladel - Sunday, January 26, 2014 9:36 AM | Last reply by joshbooker - Tuesday, May 6, 2014 6:56 PM -
0 Votes
lightswitch html client contentItem
Thank you I appreciate it :)Unleash the Power - Get the LightSwitch HTML Client ...Answered | 4 Replies | 3235 Views | Created by mrP - Friday, August 16, 2013 5:49 PM | Last reply by ADefwebserver - Wednesday, August 21, 2013 9:18 PM -
0 Votes
Lightswitch HTML CLIENT - Leading zeros on Local Property
From the docs: The Format Pattern property applies only to screens in desktop clients for LightSwitch applications.Answered | 1 Replies | 753 Views | Created by Johny Pingo - Monday, December 21, 2015 11:31 AM | Last reply by Xpert360 - Tuesday, December 22, 2015 8:48 AM -
7 Votes
Lightswitch HTML Client Delete method not available.
We are all trying our best :) :) Take Care Unleash the Power - Get the LightSwitch HTML ...Answered | 13 Replies | 11191 Views | Created by George Parissis - Friday, April 5, 2013 1:58 AM | Last reply by ADefwebserver - Thursday, March 20, 2014 6:12 PM -
0 Votes
LightSwitch HTML - Dynamically changing screen heading from data in the entity model
Know any good resources for learning the framework and asynchronous programming layer of LS HTML?Answered | 7 Replies | 4624 Views | Created by engelhk - Friday, December 27, 2013 6:25 PM | Last reply by dns jinung - Tuesday, January 7, 2014 1:21 AM -
6 Votes
LightSwitch HTML Client - Hide screen in code
I expected that the Object Model of Lightswitch was allowing to modify the navigation, but looks like it does not permit too much control in this matter.Answered | 4 Replies | 3218 Views | Created by Marc Jordana - Monday, May 19, 2014 12:20 PM | Last reply by robertofillho - Tuesday, September 2, 2014 2:03 PM -
0 Votes
How easy it is to modify a Lightswitch HTML client app
Full Control LightSwitch (ServerApplicationContext And Generic File Handlers And Ajax Calls) The Visual Studio LightSwitch ...Answered | 2 Replies | 1095 Views | Created by Tony Nguyen - Melbourne - Tuesday, April 9, 2013 11:18 PM | Last reply by ADefwebserver - Thursday, April 11, 2013 2:03 AM -
2 Votes
Third Party JQuery Controls in Lightswitch HTML Client
Regarding your question, inAnswered | 5 Replies | 1336 Views | Created by P00hb33r - Wednesday, September 10, 2014 1:36 PM | Last reply by Nicolás Lope de Barrios - Wednesday, September 17, 2014 2:51 PM -
0 Votes
LightSwitch HTML Client send email notification
The Visual Studio LightSwitch Marketplace http://LightSwitchHelpWebsite.comAnswered | 4 Replies | 2867 Views | Created by Ebony Haigler - Tuesday, December 18, 2012 4:37 PM | Last reply by Ebony Haigler - Wednesday, December 19, 2012 10:37 PM -
2 Votes
How to display a dynamic image in LightSwitch HTML Search Data screen
You're right that the HTML client doesn't have a datagrid...I was using the SilverLight template by mistake.Answered | 4 Replies | 4858 Views | Created by johnpnh - Thursday, September 12, 2013 7:38 PM | Last reply by Elizabeth R Maher (MSFT) - Tuesday, September 17, 2013 10:02 PM -
1 Votes
Combo box in Lightswitch HTML Client
In the dropdown control -postRender event you can then populate the dropdown using the following code (using an order status ...Answered | 6 Replies | 1967 Views | Created by Voyagr12 - Saturday, April 26, 2014 8:53 PM | Last reply by Nicolás Lope de Barrios - Monday, July 14, 2014 4:52 PM -
0 Votes
In lightswitch HTML client how to display logged in user name on the form?
You will found how to display logged in user name in lightswitch html screen End-To-End LightSwitch HTML5 ...Answered | 2 Replies | 4678 Views | Created by Vikas Maurya - Monday, July 15, 2013 6:18 PM | Last reply by babloo1436 - Tuesday, July 16, 2013 12:59 PM -
2 Votes
How do I add content to a Lightswitch html Add/Edit Screen?
Like this: myapp.MyProgramMainScreen.Instructions_postRender = function (element, contentItem) { // Write code here.Answered | 3 Replies | 715 Views | Created by mark269 - Monday, August 17, 2015 7:20 PM | Last reply by R.T. Watkins - Monday, August 17, 2015 8:53 PM
No announcements