Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a user types a value into a text field (which is bound to a specific column of the database table) and clicks out, the Servoy Application Server issues a SQL update command to the database to modify the selected record. The resulting change is also broadcast|display/DOCS/Data+Broadcasting||||||||||||||||||||\ to all connected clients.

...

The fundamental unit of data binding in both the GUI and the API is the Servoy Foundset|display/DOCS/Foundsets+Concepts||||||||||||||||||||\ object.

...

Code Block
/**/**
 * Record after-insert trigger.
 *
 * @param {JSRecord} record record that is inserted
 *
 * @properties={typeid:24,uuid:"92834B20-1CAC-472F-B022-DD97FEFEA792"}
 */
function afterRecordInsert(record) {
	if(record.projects_to_projects_users.newRecord()){				// create a link record
		record.projects_to_projects_users.user_id = globals.currentUserID;	// associate to current user
		databaseManager.saveData();
	}
}
Editing Tables in Servoy
Tasklist
titleTo Do
Merge in Relations Page
Merge in ValueLists Page
A section on Programming
Updating the client cache?
Editing Tables from Servoy


http://forum.servoy.com/viewtopic.php?p=85478#p85478 

http://forum.servoy.com/viewtopic.php?p=85475#p85475 

http://forum.servoy.com/viewtopic.php?p=78242#p78242 

http://forum.servoy.com/viewtopic.php?p=78547#p78547 

http://forum.servoy.com/viewtopic.php?p=77967#p77967 

http://forum.servoy.com/viewtopic.php?f=22&t=11684#p75081

http://forum.servoy.com/viewtopic.php?f=22&t=11684#p75081

http://forum.servoy.com/viewtopic.php?f=13&t=14089#p74182

http://forum.servoy.com/viewtopic.php?f=22&t=14078#p74018

http://forum.servoy.com/viewtopic.php?f=4&t=13931#p73033

http://forum.servoy.com/viewtopic.php?f=22&t=13885#p72762

http://forum.servoy.com/viewtopic.php?f=22&t=13646#p71003

http://forum.servoy.com/viewtopic.php?f=3&t=13280#p68498

http://forum.servoy.com/viewtopic.php?f=3&t=13276#p68496

http://forum.servoy.com/viewtopic.php?f=22&t=13218#p68248

http://forum.servoy.com/viewtopic.php?f=22&t=13171#p67928

http://forum.servoy.com/viewtopic.php?f=8&t=13158#p67832