Looking for a list of sites

View: New views
6 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

Re: se

by Zocoloco Studios :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Actually - I dunno. I have used Formtools for creating admin forms - but not for 'general public' forms. Can formtools work for this as well? I love finding out about all of the cool features in Farcry ;)

elaine


On May 4, 2008, at 5:30 PM, Blair McKenzie wrote:

Does the same thing happen if you build and handle the form with formtools?

Blair

On Sat, May 3, 2008 at 3:59 AM, Zocoloco Studios <zocoloco@...> wrote:

I am getting an error:
Element '' is undefined in a CFML structure . . .

referring to line 494 of core/packages/types/types.cfm

What I am trying to do...
- I have extended dmEvents
- I created an includedObj for a form that displays on the website
(not in admin)
- on form submission, I
       - create an event object (createObject -
application.types.dmEvent.typePath
       - set stProps for all form values
       - setData(stProperties = stProps)

What am I doing wrong that could be causing this error?
It looks like it is hanging on getting a 'status' value - but even if
I include this in stProps I still get the error.

thanks!
elaine










--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: se

by Blair McKenzie-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can use formtools anywhere. :D

You may need to redo some of the CSS to match your public website though.

Blair

On Fri, May 9, 2008 at 5:55 AM, Zocoloco Studios <zocoloco@...> wrote:
Actually - I dunno. I have used Formtools for creating admin forms - but not for 'general public' forms. Can formtools work for this as well? I love finding out about all of the cool features in Farcry ;)

elaine


On May 4, 2008, at 5:30 PM, Blair McKenzie wrote:

Does the same thing happen if you build and handle the form with formtools?

Blair

On Sat, May 3, 2008 at 3:59 AM, Zocoloco Studios <zocoloco@...> wrote:

I am getting an error:
Element '' is undefined in a CFML structure . . .

referring to line 494 of core/packages/types/types.cfm

What I am trying to do...
- I have extended dmEvents
- I created an includedObj for a form that displays on the website
(not in admin)
- on form submission, I
       - create an event object (createObject -
application.types.dmEvent.typePath
       - set stProps for all form values
       - setData(stProperties = stProps)

What am I doing wrong that could be causing this error?
It looks like it is hanging on getting a 'status' value - but even if
I include this in stProps I still get the error.

thanks!
elaine













--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: se

by Zocoloco Studios :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

sweet ;) 

and to think of all the time I wasted to create traditional forms ;)
Where does the current style sheet for formtools reside?

thanks,
elaine


On May 8, 2008, at 5:44 PM, Blair McKenzie wrote:

You can use formtools anywhere. :D

You may need to redo some of the CSS to match your public website though.

Blair

On Fri, May 9, 2008 at 5:55 AM, Zocoloco Studios <zocoloco@...> wrote:
Actually - I dunno. I have used Formtools for creating admin forms - but not for 'general public' forms. Can formtools work for this as well? I love finding out about all of the cool features in Farcry ;)

elaine


On May 4, 2008, at 5:30 PM, Blair McKenzie wrote:

Does the same thing happen if you build and handle the form with formtools?

Blair

On Sat, May 3, 2008 at 3:59 AM, Zocoloco Studios <zocoloco@...> wrote:

I am getting an error:
Element '' is undefined in a CFML structure . . .

referring to line 494 of core/packages/types/types.cfm

What I am trying to do...
- I have extended dmEvents
- I created an includedObj for a form that displays on the website
(not in admin)
- on form submission, I
       - create an event object (createObject -
application.types.dmEvent.typePath
       - set stProps for all form values
       - setData(stProperties = stProps)

What am I doing wrong that could be causing this error?
It looks like it is hanging on getting a 'status' value - but even if
I include this in stProps I still get the error.

thanks!
elaine

















--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: se

by Blair McKenzie-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In the webtop. But you can override the form css by using the css attribute on ft:form. Instead of including the standard css file, the one you specify will be used.

Have a look at /farcry/core/webtop/css/forms.cfm. It includes other css, but you can copy and modify what you need in your own file.

Blair

On Fri, May 9, 2008 at 11:32 AM, Zocoloco Studios <zocoloco@...> wrote:
sweet ;) 

and to think of all the time I wasted to create traditional forms ;)
Where does the current style sheet for formtools reside?

thanks,
elaine


On May 8, 2008, at 5:44 PM, Blair McKenzie wrote:

You can use formtools anywhere. :D

You may need to redo some of the CSS to match your public website though.

Blair

On Fri, May 9, 2008 at 5:55 AM, Zocoloco Studios <zocoloco@...> wrote:
Actually - I dunno. I have used Formtools for creating admin forms - but not for 'general public' forms. Can formtools work for this as well? I love finding out about all of the cool features in Farcry ;)

elaine


On May 4, 2008, at 5:30 PM, Blair McKenzie wrote:

Does the same thing happen if you build and handle the form with formtools?

Blair

On Sat, May 3, 2008 at 3:59 AM, Zocoloco Studios <zocoloco@...> wrote:

I am getting an error:
Element '' is undefined in a CFML structure . . .

referring to line 494 of core/packages/types/types.cfm

What I am trying to do...
- I have extended dmEvents
- I created an includedObj for a form that displays on the website
(not in admin)
- on form submission, I
       - create an event object (createObject -
application.types.dmEvent.typePath
       - set stProps for all form values
       - setData(stProperties = stProps)

What am I doing wrong that could be causing this error?
It looks like it is hanging on getting a 'status' value - but even if
I include this in stProps I still get the error.

thanks!
elaine




















--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


case sensitivity mysql question

by Zocoloco Studios :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I have been trying to locate the source of this problem to no avail.

When I deploy a new type through the COAPI admin, I always get an error:

"Table 'databaseName.tablename' doesn't exist."

It is a a case sensitivity issue. It should be sending: (MySQL)

databaseName.tableName but somewhere it is changing it to LCase.

For example, when extending dmProfile, it turns into dmprofile - and  
does not work. While I can update it manually, it would be nice to  
know where this problem lies so I can just fix it. I was looking at  
alterType.cfc and coapTypes.cfm - and no luck.


Can anyone point me in the right direction?

thanks,
elaine

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: case sensitivity mysql question

by Blair McKenzie-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The actual code that does the deploying is in /packages/fourq/gateway. Not sure if the problem is in there or in the code that calls it though.

Blair

On Tue, May 27, 2008 at 8:53 AM, Zocoloco Studios <zocoloco@...> wrote:

I have been trying to locate the source of this problem to no avail.

When I deploy a new type through the COAPI admin, I always get an error:

"Table 'databaseName.tablename' doesn't exist."

It is a a case sensitivity issue. It should be sending: (MySQL)

databaseName.tableName but somewhere it is changing it to LCase.

For example, when extending dmProfile, it turns into dmprofile - and
does not work. While I can update it manually, it would be nice to
know where this problem lies so I can just fix it. I was looking at
alterType.cfc and coapTypes.cfm - and no luck.


Can anyone point me in the right direction?

thanks,
elaine




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

< Prev | 1 - 2 | Next >