The memo tag has no wiki summary.
0
votes
1answer
69 views
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.
0
votes
0answers
7 views
memo type change depending on the data that contains?
I have a sqlite database and I use C# and System.Data.SQlite to access to the database.
I have a table that has a memo field and when I create my edmx the property of the entity is a string. It is ...
1
vote
3answers
87 views
Picking the maximum value from an alpha-numeric column in MS Access
I've a table that has a column with data type 'Memo'.
This field contains values like "X003", "X0022", "X002", "X0030", "X0031", "X004". In short the first "X00" part is common, and the rest part is a ...
0
votes
0answers
38 views
Reason for losing contents of sessions
What are the possible cases in which a PHP session can lose its data? I'm analysing a PHP application that crashed when the number of users simultaneously connected became a little bit high. The main ...
1
vote
1answer
127 views
Pimping scalaz Memo
I like the new scalaz Memo functionality but find it lacks 2 things: 1) it hides the underlying Map, which I need access to--at least a List of all the values, and 2) I want a version that's ...
2
votes
2answers
104 views
Zend\Di\Di definitions and memory
In my ZF2 application, I use Zend\Di\Di to create all my class instances. The DI definitions are scanned using Zend\Di\Definition\CompilerDefinition and cached using APC. This avoids scanning the ...
3
votes
1answer
236 views
How to add multiple lines from a TMemo component to a MS Access database?
I got an ADO Database with a table named t_codemeaning, below are the table structure :
t_codemeaning
codemenaing_code AS Text
codemenaing_title AS Text
codemenaing_description AS Text
I add ...
0
votes
1answer
24 views
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; ...
1
vote
1answer
83 views
backup blackberry application data programmatically
I'm developing an application in blackberry to backup its data, BBM chats, memos, tasks, calender notes, password keeper data etc. which can be synchronized with other blackberry phones (in case a ...
0
votes
1answer
152 views
Access: Comparing Memo fields - Not In
Good morning! I am seeking guidance on an issue I have been stuck on since last week, but hopefully there is an easy solution.
As you know, you cannot directly link/join memo fields in MS Access. I ...
0
votes
0answers
35 views
How can I get cursor position in a IWMemo using Intraweb
I want to modify the text of the Memo with differents IWButtons, but I need to know the position where the cursor is to insert in that position.
1
vote
0answers
306 views
Magento partial refund programmatically
How can i create partial create memo? i.e. if total order value is £50 and I want to create a credit memo of £10. I am using the below code to create credit memo:
function createCreditMemo($orderId) ...
4
votes
1answer
314 views
removing last blank line in memo
i searched google but can't seem to find a working solution.
the situation is unique. i need to "add" lines with a comment at various times. whenever i press the F9 key, a line number will dispaly ...
1
vote
2answers
154 views
Memo1.Loadfromfile() space
How do I keep the same spaces that exist in the file .txt? In .txt file it says:
text :text
text1 :text1
text23 :text2
text345 :text3
if I write this code:
...
7
votes
3answers
285 views
Load Log.txt From other apps to Memo - Delphi7
I am trying to record the session log from other applications (Proxifier) to a Memo.
I've tried using the command :
procedure TForm1.TimerTimer(Sender: TObject);
begin
...
1
vote
2answers
440 views
After capturing photo camera is till in photo capturing mode
I have a application to capture photo which will display on ImageView (and do some more work internally).
Problem is here when I open camera and after capturing photo, save and discard option come, ...
0
votes
1answer
78 views
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 ...
1
vote
1answer
824 views
Access 2010 query truncates memo field
I have the following query in access used in a report for data selection. It works except that it truncates the What_happened field.
The sql database has the what_happened field as a nvarchar(max) - ...
0
votes
0answers
93 views
Android - Acces memo data
It's any possibility to get acces and insert data into Memo table in Android? I want to insert data on memo table not with the default android app. It's possible?
Thanks!
13
votes
1answer
2k views
Why does memo.Lines use TStrings instead of TStringList?
Why does Memo.Lines use the abstract class TStrings? Why doesn't it use TStringList instead?
And should I convert it to TStringList before working with it?
1
vote
1answer
479 views
Autosize a memo [duplicate]
Possible Duplicate:
Can I make a TMemo size itself to the text it contains?
Need to do autosize memo: height and width.
I autosize the height as follows:
function ...
-1
votes
1answer
121 views
RandomRange TMemo Lines
I would pick a random line from Memo1 and then run it as a link, I tried this code:
ShellExecute(Handle, 'open', PAnsiChar(RandomRange(Memo1.Lines[1], Memo1.Lines.Count)), nil, nil, SW_SHOWNORMAL) ;
...
4
votes
4answers
224 views
How to persist values after a memory warning viewDidUnload
Ok, my problem is when I use the camera UIImagePicker and the phone is low on memory. It throws a memory warning and unloads the view and then reloads.
I know this is a very common problem and many ...
1
vote
1answer
272 views
1 popup menu and 2 memo's, which memo is the menu invoked from
I have 2 memo's on a form and 1 Tpopupmenu I have assigned the popup menu as the popup menu for both memos. The pop up menu has a couple of menuitem assigned to it, when I right mouse click on ...
1
vote
1answer
240 views
use Multiple Lines Of a Tmemo in the arguments of a function
I am using the function here The Function Here
I do this,
StartProcess('b4a_c2dm.bat','send ' + Trim(edit1.Text)+' ' + Trim(edit2.Text ),False,False);
This works great for the edit1.text (This is ...
2
votes
1answer
598 views
How to intercept (detect) a Paste command into a TMemo?
How to catch Paste command and change text of Clipboard before that text is pasted into a TMemo, but, after Paste, text in Clipboard must be same like before changing?
Example, Clipboard have text ...
0
votes
3answers
284 views
Append text to memo using Win API
I'm trying to append text lines with this code
SendMessage(Form1.log.Handle, WM_SETTEXT, 0, Integer(PChar(textLog)));
// textLog are some lines eg 'Program started at xxx' etc
but it doesnt ...
0
votes
2answers
458 views
Display memo fields in VFP
Tell me please how to display the content of memo fieds with select command.
If I have a table (vendors) with the following fields: id_vendor C(10),address M and I want to display all the content with ...
0
votes
0answers
400 views
Concatenating memo fields produces a text field, need query to concatenate into a memo field
I currently have a query that uses a concatenate function to suppress rows of data into 1 line. It is a function called ConcatRelated originally created by Allen Brown. It takes a memo field from a ...
3
votes
2answers
3k views
How I can replace strings in a memo (FastReport)?
I have a memo object in my report, and a need replace "%...%" strings. For example, in Rave Report:
MemoBuf.ReplaceAll('%my_str%', "new string", false);
But, don't exists a method (or property) ...
2
votes
1answer
354 views
Buggy cursor in FireMonkey (Delphi XE2)
Delphi XE2 update 3, Windows 7.
I have a memo, it's cursor is crIBeam. But when I move a mouse over the memo the cursor changes to crDefault and back. The swap repeats vary fast. I took a picture ...
0
votes
1answer
953 views
How to backup memo and task in android
I have a user requirement to backup memo and Task. I don't have any idea about where is the location actually stored these things in android phone. Is there any default uri/path is reserved for this?
...
1
vote
1answer
2k views
Delphi - Find text in large TMemo
I have a TMemo which contains quite a lot of texts, 80M (about 400K lines).
The TMemo is set with WordWrap = FALSE, there is no need to find texts that wrapped in 2 lines.
I need a fast way to find ...
4
votes
1answer
505 views
problems with memo.lines.add
I am trying to make a chat application that will post a message into a memo in the form like this:
USERNAME-> Message
but it is posting to my memo like this:
USERNAME
Here is my code:
const
...
0
votes
0answers
335 views
MS-Access and ASP: How can I save a large data in memo field
I have a very big problem in one of my project. I use classicASP script to update a table:
Set Conn = Server.CreateObject("ADODB.Connection")
conn.open "DSN=Test"
SQLStmt="UPDATE DATA SET ...
1
vote
1answer
159 views
Long arrays caching issues
I noticed lately that scanning long arrays with a loop makes the performance of caching decrease. Can you guys please explain why this happens and what are some work arounds of this problem. I'm ...
0
votes
0answers
231 views
Creating credit memo does not change order grand total?
Once we create a credit memo for an order on Magento, a refund takes place (online or offline). But shouldn't this also change the grand total on the order record?
1
vote
2answers
937 views
Microsoft Access memo datatype to MySQL Datatype
What datatype in MySQL would be best to use for data that was in Memo on Microsoft Access?
2
votes
3answers
673 views
Is there any way to disable selecting of text in a memo control?
Is there any way to disable selecting of text in a memo control because it's very anoying.
The memo is Read Only.
0
votes
2answers
1k views
convert memo field in Access database from double byte to Unicode
I am using Access database for one system, and SQL server for another system. The data gets synced between these two systems.
The problem is that one of the fields in a table in Access database is a ...
1
vote
1answer
315 views
PHP UPDATE MSDB datetime memo Please Help me not go crazy
In PHP I am connecting to an access database using ODBC. I update several fields no problem, but I am having a hell of a time getting two of them to work.
First one is of type date/time in access.
...
0
votes
1answer
491 views
Access 2010: filter from multiple records in memo field?
I've poured through here looking for an answer to this, but haven't found it anywhere.
I have an Access 2010 database with two tables:
one with about 14k codes and definitions(all five digits, ...
3
votes
1answer
1k views
Delphi - Get the whole word where the caret is in a memo
I need to be able to select the whole word of a TMemo if the caret is directly adjacent or in a word in the memo.
Consider the following (where | is a caret)
Here is some text| = Select text
Here ...
3
votes
2answers
1k views
Delphi - AutoComplete Memo
I am requiring a Memo with Auto-completion functionality.
Ultimately, i would like the ability to display a custom auto-completion list when the user presses a hotkey (Ctrl-space) similar to delphi ...
2
votes
5answers
1k views
Delphi. Analog of Memo/RichEdit
Does anybody know is there Analog of Memo/RichEdit? Demand: to number lines, to load big files (more than 5 MB) from a stream.
Thanks!
0
votes
1answer
56 views
Is using copy better than retain in all the Mutable Classes of iPhone SDK?
I came to know that, it is better to use copy on @property of NSString than retain due to the problems you can get if you are provided with a NSMutableString. Is the same condition holds true for ...
0
votes
2answers
96 views
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 ...
0
votes
1answer
502 views
Writing MEMO-field in DBF table by PHP
PHP extension dbase not support read/write operations with DBF files. Are there any third-party solutions (libraries, classes) for writing data in the field MEMO?
0
votes
0answers
330 views
Alternative of Memo in SQL Server 2005
I am shrinking log files of all database on our BD server through the job scheduler after sucessfull completion I am creating sumary of DB name and size of log file before shrink and after shrink in ...
2
votes
3answers
2k views
Lazarus: DBGrid showing “(MEMO)” as the value of string fields in SQLite 3
I'm trying to write a simple SQLite 3 application using Lazarus and the SQLdb components.
I have managed to connect to the database and populate a TDBGrid. Problem is that all the columns that are ...