Print Page | Close Window

add page

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Database Discussion
Forum Description: Discussion and chat on database related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=4125
Printed Date: 29 March 2026 at 7:49pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: add page
Posted By: garv
Subject: add page
Date Posted: 08 July 2003 at 4:36am
now i have another problem... my add.htm page works when i type in just small amounts of text but when i try to type a large amount of text it doesn't seem to work. does anyone know what i might be doing wrong?



Replies:
Posted By: Bunce
Date Posted: 08 July 2003 at 7:40am
how big is the field in your database?

-------------
There have been many, many posts made throughout the world...
This was one of them.


Posted By: ljamal
Date Posted: 08 July 2003 at 9:58am
Your field in the database could be too small for the text as mentioned above or you could be using the get method rather than the post, the querystring will only accept a select length.

-------------
L. Jamal Walton

http://www.ljamal.com/" rel="nofollow - L. Jamal Inc : Web/ Print Design and ASP Programming


Posted By: garv
Date Posted: 09 July 2003 at 12:51am
i think i found the problem, my table that my asp is writing for me is restricted to 800 px wide if i type anything longer than the provided 800 px it wont accept if i keep in within the 800 px it will accept. does that sound right? if so how can i add multiple lines of text into an access database?


Posted By: ljamal
Date Posted: 09 July 2003 at 8:40am
Nope, that doesn't sound right at all.
I assume you are using a textbox. Could you post the could for add.htm?


-------------
L. Jamal Walton

http://www.ljamal.com/" rel="nofollow - L. Jamal Inc : Web/ Print Design and ASP Programming


Posted By: garv
Date Posted: 09 July 2003 at 11:18pm
<html>
<head>
<title>Add New Flight Operation</title>
<link rel=stylesheet href="styles.css" type="text/css">
</head>
<body bgcolor="#F3F4F2" text="black">
<!-- Begin form code -->
<form name="form" method="post" action="ASPadd.asp">
<br>
<table width="403" border="0" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF">
    <tr>
      <td height="13" colspan="2"><img src="images/header_add.gif" width="146" height="27"></td>
    </tr>
    <tr>
      <td height="13" bgcolor="E5E8E2"> </td>
      <td height="13" bgcolor="E5E8E2"> </td>
    </tr>
    <tr>
      <td width="142" valign="top">  Evt/Msn/Sqn: </td>
      <td width="254"> <input class="textbox" type="text" name="evtmsnsqn">
      </td>
    </tr>
    <tr>
      <td valign="top">  C/S/Buno: </td>
      <td> <input class="textbox" type="text" name="csbuno"> </td>
    </tr>
    <tr>
      <td valign="top">  T/O:</td>
      <td> <input class="textbox" type="text" name="to"> </td>
    </tr>
    <tr>
      <td valign="top">  ONSTA:</td>
      <td> <input class="textbox" type="text" name="ONSTA"> </td>
    </tr>
    <tr>
      <td valign="top">  OFFSTA:</td>
      <td> <input class="textbox" type="text" name="OFFSTA"> </td>
    </tr>
    <tr>
      <td valign="top">  Land: </td>
      <td> <input class="textbox" type="text" name="Land"> </td>
    </tr>
    <tr>
      <td valign="top">  Mission Summary: </td>
      <td> <textarea name="MissionSummary" type="text" class="textfield"></textarea>
      </td>
    </tr>
    <tr>
      <td> </td>
      <td>
        <input class="button" type=image src="images/but_submit.gif" name="Submit" value="Submit">
      </td>
    </tr>
</table>
</form>
<!-- End form code -->
</body>
</html>


Posted By: garv
Date Posted: 10 July 2003 at 11:19pm
can anybody help me with this, i need to be able to add multiple lines to the mission summary section


Posted By: Bunce
Date Posted: 11 July 2003 at 5:21am

have a look through the tutorials at http://www.w3schools.com/html - http://www.w3schools.com/html

Cheers,
Andrew



-------------
There have been many, many posts made throughout the world...
This was one of them.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net