dnndev
 XMod All-Star Posts: 4622
 dnndev.com Broadcasting Live from Somewhere in Arizona
 |
| 2/16/2005 7:06 PM |
|
We've received a number of requests for information about how to integrate XMod with other applications. To that end, I've uploaded a sample project that demonstrates much of the basic functionality that an application would require such as: - Displaying a list of XMod records
- Displaying a detail view of an XMod record
- Displaying an XMod form
- Filling that form with data from a record
You can download the project here If you have any questions, feel free to post or to contact me directly at kford@knowbetter.com. |
|
Put the power of XMod to work for you today Purchase XMod from Snowcovered |
|
|
dnndev
 XMod All-Star Posts: 4622
 dnndev.com Broadcasting Live from Somewhere in Arizona
 |
| 2/17/2005 1:06 AM |
|
If you were having troubles with the download link before, it's been corrected. Best, Kelly |
|
Put the power of XMod to work for you today Purchase XMod from Snowcovered |
|
|
acorcutt
 XMod Pro Posts: 72

 |
| 2/28/2005 9:12 PM |
|
Do you have any examples of Custom Controls using the IFormControl interface? Thanks, Anthony |
|
|
|
|
FosterAF
 XMod Varsity Posts: 46

 |
| 3/17/2007 6:47 AM |
|
Thanks Kelly, this is a really valuable contribution. Cheers, Foster |
|
|
|
|
herchenx
 XMod Jr. Varsity Posts: 20

 |
| 8/22/2007 12:19 AM |
|
I am trying to get a repeater in my ascx control to bind to the results of GetInstanceDataByPage, but passing in all the required params keeps breaking. The example linked above is out of date with XMod 5. Thanks. John |
|
|
|
|
dnndev
 XMod All-Star Posts: 4622
 dnndev.com Broadcasting Live from Somewhere in Arizona
 |
| 8/22/2007 1:03 PM |
|
Hi John, The example was posted back in 2005. Much has changed since then. Unfortunately, I don't have time to update the integration sample. However, if you are just having problems calling the XMod sproc, let me know what error(s) you're running into and I'll try to help. Best, Kelly |
|
Put the power of XMod to work for you today Purchase XMod from Snowcovered |
|
|
mcotterill
 XMod All-Star Posts: 113
 www.crackerbrandware.com
 |
| 10/14/2007 11:23 PM |
|
Hi, How do I use the sample project? I'm not a programmer and am unsure where to upload/install to. Cheers, M |
|
|
|
|
dnndev
 XMod All-Star Posts: 4622
 dnndev.com Broadcasting Live from Somewhere in Arizona
 |
| 10/15/2007 3:05 PM |
|
mcotterill, Which sample project are you referring to? The integration sample is outdated (as described above). Besides, it is intended for programmers and not as a distributable solution. Best, Kelly |
|
Put the power of XMod to work for you today Purchase XMod from Snowcovered |
|
|
mcotterill
 XMod All-Star Posts: 113
 www.crackerbrandware.com
 |
| 10/31/2007 3:36 AM |
|
Hi Kelly, I am working on using the Xmod calendar to display and choose specific classes and add them to a user-defined list. This list will then be passed via parameters into a form for payment and enrolment details. I am currently displaying the detail link from the calendar in a detail view module next to the calendar. I have then created an additional link in the detail view displayed that will (hopefully) add a new item to a list of an additional xmod module located below the detail view module to create a user-defined list (of sorts). I would like the new list created by the user to be able to be added to and deleted from as needed until they have selected their prefered classes. It is the process of getting the information from the calendar detail view link into the user defined list that I am a little stuck on. I was thinking that "sample 4.Filling that form with data from a record" could point me in the right direction. I was also thinking this may be possible by creating some custom controls behind the form that powers the user-defined list that puts the information where we want it. You can see this in action at http://svc155.bne152v.server-web.com/SeafoodSchool/OnlineBookingCalendar/tabid/121/Default.aspx. The module titled "Your Selection" is where we want the list to appear. Any direction on this would be appricated! Thanks Kelly, Xmod is really a joy to work with and although I am not from a programming background, I am learning fast and loving it. M |
|
|
|
|