Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I recently went "live" with a database on our company web page. I am using a custom web page to add records to the database on-line. Whenever a new record is created via SUBMIT, all of the data is entered into the database except that in one TEXTAREA field (called "ResumeDisplayed"). I have tried everything I can think of to make it work, but to no avail. The data fields are "nested" in several tables (the outermost one terminates at the end of the document), but I don't think this would affect how the form works. If anyone could help me out here or point out a really obvious (or not so obvious) mistake, I'd appreciate it. Thanks in advance.

Please excuse the long bit of code, but I wanted didn't want to leave anything out that might be broken.

==========================================================================

<HTML>

<HEAD>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<link rel="stylesheet" type="text/css" href="http://www.morganres.com/style/style.css">

<TITLE>Morgan Research - Submitting your resume on-line ...</TITLE>

</HEAD>

<body LINK="mediumblue" VLINK="mediumblue" ALINK="mediumblue">

<table border="0" cellspacing="0" cellpadding="0">

<tr>

<td colspan="3">

<img src="employment.jpg" width="640" height="75" border="0" alt="" usemap="#top_map" ismap>

<map name="top_map">

<area shape="rect" href="/" coords="2,2,150,38">

</map>

</td>

</tr>

<tr>

<td colspan="3">

Posted

Problem solved: It always helps to give the person that you want to fill out the form access to the data field. In the midst of some major database changes, I had neglected to do that with this particular field.

This topic is 8708 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.