Questions tagged [memo]
144 questions
0
votes
2 answers
Last character in a memo field
I am looping character through a memo field but I do not know how to stop the looping. Is there an End-of-field value like the EOF character? Is there a better way to determine the end of a memo field?

Hal Metz
- 1
0
votes
1 answer
MS Access query memo fields being cut off
I have an MS Access table that uses a memo field for longer text entries.
I am using a query to pull information from that table + joined with some others in order to create a recordset to iterate over / send emails from.
However the memo field is…

Sean Hill
- 1,297
- 1
- 13
- 21
0
votes
2 answers
how can I fix Memory Error on np.arange(0.01*1e10,100*1e10,0.5)?
I have Memory Error when I run np.arange() with large number like 1e10.
how can I fix Memory Error on np.arange(0.01*1e10,100*1e10,0.5)

Maryam Raouph
- 9
- 2
0
votes
2 answers
Copying from server and local recordsets (Access VBA) - fields truncating after 255 characters?
Long story short, I am pulling a bunch of data from a data warehouse into a local Access DB. I'll post the code before showing what I'm doing with the first source data set. The rest of the data sets are being pulled in using the same concepts.
The…

RH224
- 141
- 1
- 5
0
votes
1 answer
MSACCESS: How to update a memo field with large text
I've got a memo field in MS Access 2010 and I'm trying to paste a large piece of text in it (about 160k chars).
When I paste directly in the table I get an error that "the text is too long to be edited".
The same thing happens when trying to do it…

Cameron Castillo
- 2,712
- 10
- 47
- 77
0
votes
0 answers
Text files - how to programmatically mimic opening in Wordpad and overwriting as plain text
My app writes the contents of text files to a db memo field. Most files display properly in the db form, but some display in a run-on fashion (all contents on one line). If I open these files in Wordpad they display correctly, so I save them as…

BrianJames
- 11
- 1
0
votes
1 answer
DBase DBF files import, but having trouble with DBV Memo files
I am trying to convert an old Dbase application to .NET / MS SQL.
I had no problems getting a linked server up and running so that I could get the Dbase DBF data into SQL table format, but in cross checking with the original application I noticed…

Vinayak
- 55
- 11
0
votes
1 answer
C# retrieve MS Access Memo Field
I'm using C# (Visual Studio 2015) and communicating with MS Access database. My code below works fine, except that the _statusLadder variable is returning an empty value from a Memo data type field (I run the same query in MS Access and it pulls the…

Sanya
- 1,270
- 5
- 21
- 47
0
votes
1 answer
What is a Memo Backup File ? Retrieving data from a .TBK file dump (TheOS POS Sytem)
Recently i have been shared a TBK file dump from a legacy TheOS - POS System. My major objective is to extract the Sales data from this binary file.
I have tried to open the file with notepad and it looks encrypted.
From what i know
tbk are memo…

Binay Budhathoki
- 65
- 1
- 9
0
votes
0 answers
Truncated data in Access 2010 Memo Fields
Let me start out by saying that I am not an Access person, I struggle with coding so please be patient if I don't grasp everything immediately
I have created a database for my healthcare organization. The purpose of the database is for the liaisons…

kam
- 23
- 4
0
votes
1 answer
How to open FoxPro DBF with memo fields in R
I have a problem with opening a DBF ( resulting from Foxpro) with Memo fields which are stored in *.ftp file into R.
I can read in a dbf using read.dbf() from package foreign, but memo fields are not read in correctly.
Any ideas how to read dbf…

Leni Ohnesorge
- 716
- 8
- 19
0
votes
1 answer
trouble creating table with a field of type MEMO in Access db using perl/dbi/ODBC
perl 5.8.9
Hello folks,
I am successful in using DBI/DBD/ODBC to create a new table in an existing Access 2003 (.mdb) database with the following string:
$q = "CREATE TABLE memoTestA (name TEXT, addr TEXT)"; # works
but I can't figure out how to…

user1201168
- 415
- 6
- 19
0
votes
1 answer
Add text to TEdit like in TMemo Delphi
I need to add text from program to Edit01 like to memo01:
memo1.Lines.Add(inttostr (b));
I have f as integer number and i need to add it to edit01.

Lukas Jankauskas
- 31
- 11
0
votes
1 answer
Blackberry : PIMList.getFieldLabel(id) not working
I'm trying to retrieve all fields of a Memo in blackberry device. At the moment I'm testing in my simulator OS 5.0. My code below:
StringBuffer sb = new StringBuffer();
BlackBerryMemo item = null;
while(memos!=null &&…

nikita sharma
- 169
- 1
- 8
0
votes
1 answer
Insert query inside of memo Access
Is it possible to insert a query or tag inside of an access memo? I would like to create a welcome packet that will include a welcome letter along with other data pulled from Access tables. I can create a new field in a table to store the text i…

BilliD
- 577
- 2
- 7
- 17