Jump to content
Server Maintenance This Week. ×

Posting Problem


This topic is 8177 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have created about 5 different FMPro databases using web companion. They all work very well and when I submit a record it is recorded. Now for the problem. The last online registration database that I created looks fine and tells me that a new record has been added and IN FACT a new record is added to the database. Unfortunately there in NO data in the record. Nothing appears at all. Any suggestions?

Link to comment
Share on other sites

There is a layout name and all of the fields are in the layout.

Here is the HTML:

<HTML>

<HEAD>

<TITLE>MM ClassroomGrant - New Record</TITLE>

</HEAD>

<BODY BGCOLOR="#FFFFFF" LINK="#003300" ALINK="#CC6699" VLINK="#33CC33">

<P><FORM ACTION="FMPro" METHOD="post">

<P><INPUT TYPE="hidden" NAME="-DB" VALUE="MMClassroomGrant">

<INPUT TYPE="hidden" NAME="-Lay" VALUE="Application">

<INPUT TYPE="hidden" NAME="-format" VALUE="new_reply.htm">

<INPUT TYPE="hidden" NAME="-error" VALUE="new_error.htm"></P>

<CENTER><TABLE BORDER=0>

<TR>

<TD ALIGN=center WIDTH=65>

<P ALIGN=left><IMG SRC="images/mclogo.gif" WIDTH=87 HEIGHT=76 X-CLARIS-USEIMAGEWIDTH X-CLARIS-USEIMAGEHEIGHT ALIGN=bottom></P>

</TD>

<TD ALIGN=center WIDTH=492 BGCOLOR="#000000">

<H1><FONT COLOR="#FFFFFF">One-on-One Instructional

Technology Development:</FONT></H1>

<H2><FONT COLOR="#FFFFFF">Create practical uses for the

Multimedia Teaching Stations</FONT></H2>

</TD>

</B></FONT></TR>

</TABLE>

<P><TABLE BORDER=0 WIDTH="97%" HEIGHT=228>

<TR>

<TD COLSPAN=2>

<H3><CENTER>Please complete the application below and

select the submit button. Deadline for submission is

December 21st. We will notify all successful candidates

by January 11th.</CENTER></H3>

</TD>

</TR>

<TR>

<TD>

<H4>Name:</H4>

<P><INPUT TYPE=text NAME=Name VALUE="" SIZE=55></P>

</TD>

<TD>

<H4>Department:</H4>

<P><INPUT TYPE=text NAME=Dept VALUE="" SIZE=55></P>

</TD>

</TR>

<TR>

<TD>

<H4>Phone:</H4>

<P><INPUT TYPE=text NAME=Phone VALUE="" SIZE=55></P>

</TD>

<TD>

<H4>Email:</H4>

<P><INPUT TYPE=text NAME=email VALUE="" SIZE=55></P>

</TD>

</TR>

</TABLE>

</P></CENTER>

<P><TABLE BORDER=0>

<TR>

<TD WIDTH=230>

<H4>Are you a full or part-time faculty member?</H4>

</TD>

<TD>

<P>[FMP-VALUELIST: Fullpart, LIST=full/part]

<INPUT TYPE=radio NAME="Full or Part time" VALUE="[FMP-ValueListItem]">[FMP-VALUELISTITEM: Always, HTML]

[/FMP-VALUELIST]</P>

</TD>

</TR>

</TABLE>

</P>

<CENTER><TABLE BORDER=0 WIDTH="100%">

<TR>

<TD>

<P></P>

</TD>

</TR>

<TR>

<TD HEIGHT=47>

<H4>What are your learning goals for enhancing your use

of the multi-media classroom and/or web based

instruciton?</H4>

<P><INPUT TYPE=text NAME=Question1 VALUE="" SIZE=116></P>

</TD>

</TR>

<TR>

<TD HEIGHT=50>

<H4>How would you use one-on-one training provided by the

Media Center?</H4>

<P><INPUT TYPE=text NAME=Question2 VALUE="" SIZE=116></P>

</TD>

</TR>

<TR>

<TD HEIGHT=52>

<H4>What specific products and outcomes will result from

the training you receive?</H4>

<P><INPUT TYPE=text NAME=Question3 VALUE="" SIZE=116></P>

</TD>

</TR>

<TR>

<TD HEIGHT=52>

<H4>With whom would you work as a mentor, and what are

your mentee's learning needs?</H4>

<P><INPUT TYPE=text NAME=Question4 VALUE="" SIZE=116></P>

</TD>

</TR>

</TABLE>

<P>

<HR>

<BR>

<INPUT TYPE="submit" NAME="-New" VALUE="Submit">

<SPACER TYPE=horizontal SIZE=15> <INPUT TYPE=reset VALUE="Reset this form"></P></CENTER>

<P><A HREF="http://www.ccsu.edu/media">Return to Home Page</A>

</FORM></P>

</BODY>

</HTML>

Link to comment
Share on other sites

If on the page is just single typo or wrong syntax, everything stops often working.

This I do recommend to all beginners:

Start with single layout with single field.

When this works OK, add more fields by ONLY copy/paste and never try to write manually something.

That way I am working very fast and I never had typo. I've learned this from my mistake. I've inherited database and it didn’t work in CDML. It took me 2 hours, that the author of the database named one field "Name " instead "Name". Because I've just typed that as "Name", FM/WC didn't work at all. When I did the copy I've discovered the space frown.gif" border="0

Link to comment
Share on other sites

quote:

Originally posted by Anatoli:

I've inherited database and it didn’t work in CDML. It took me 2 hours, that the author of the database named one field "Name " instead "Name". Because I've just typed that as "Name", FM/WC didn't work at all. When I did the copy I've discovered the space
frown.gif" border="0

I had the exact same experience, Anatoli -- I think stories like this illustrate the need for field-naming standards, e.g no spaces, because you may just have to create a web front-end some day. smile.gif" border="0

Link to comment
Share on other sites

quote:

Originally posted by The Bridge:

I had the exact same experience, Anatoli -- I think stories like this illustrate the need for field-naming standards, e.g no spaces, because you may just have to create a web front-end some day.
smile.gif" border="0

CDML is very, very syntatically precise. Perhaps soon it will just go away.

Old Advance Man

Link to comment
Share on other sites

I have tried all of the suggestions. I even recreated the pages using Claris HomePage. I still get a new record with NO data. I am getting desparate. It has to be up and running by Friday. Do you have any other suggestions? It seems to be receiving the record and not posting any data. I have made the "space" errors in the past and usually received an error message. This time I do not get an error message just no data.

Link to comment
Share on other sites

OK now is the time to change Web Companion's preferences from Access Privileges (built-in passwords) to Web Security database. You have already learned why. Keep the built-in passwords, but just use them for FMP-client access security.

Link to comment
Share on other sites

This topic is 8177 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.