Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

memo field problem?!?

Status
Not open for further replies.

strucnjak79

Programmer
Oct 14, 2005
37
BA
I'm using TTable and MySQL DB on remote server! In DB I have mediumtext field (up to 16000 chars I think), but my memo field allow me only 100 chars, it cut's all the rest after I leave field... Well I have 3 memo fields, and all three allow me to enter different no of char's... Between 75 and 200! Is it something with TTable?
 
well I also used a richedit IP control and it was the same....


plz help!
 
Well I tried with text and longtext and it was the same... Any idea? How to disable this char. count in memo field?
 
OK I find out something, memo field allows me to enter as menu char's as it exists in bigist field in DB... SO I enter a lot chars in one row, so now I can enter more chars in my memo field! How to disable this, or how to manualy enter no of chars in my field (TTable I quess?!)
 
Maybe you got a field size restriction in place?

[bobafett] BobbaFet [bobafett]
Code:
if not Programming = 'Severe Migraine' then
                       ShowMessage('Eureka!');
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top