Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Forms Tips   (RSS)

Forms Script: Send Instant Message

I want to take you line-by-line through this code, with maybe a few words of explanation for each piece. // Find the contact var pContact = GetContactFieldValue("Contact"); Groove contacts are a datatype unto themselves; the contact object contains a
Posted by hpyle | 0 Comments
Filed under:

Forms Script: Send Instant Message

Sorry about the hiatus here. It's been a while. Here's a little piece of script code for Groove Forms, which might be useful to a few people. It's also small enough to be a nice illustration of some of how script and forms work together. The application
Posted by hpyle | 0 Comments
Filed under:

Reading Forms Data

I think we can read Forms data now. We already added event handlers to two of our three combo-boxes (IdentitiesCombo, WorkspacesCombo), so let's do the same for the ToolsCombo, which contains a list of tools in the selected workspace. When the selection
Posted by hpyle | 2 Comments
Filed under: ,

Identifying Groove Forms Tools

The various workspace tools each have a Type, which identifies the tool: Files, Discussion, Calendar, Forms, and so on. The standard list of tool types in Groove V3 are: urn:groove.net:platform.tools.Forms urn:groove.net:platform.tools.Files urn:groove.net:platform.tools.Discussion
Posted by hpyle | 2 Comments
Filed under: ,
 
Page view tracker