Search found 1223 matches

by Abacre
Fri Apr 15, 2005 8:08 pm
Forum: Advanced Find and Replace
Topic: deleting lines within a portion of a file
Replies: 5
Views: 20685

Hi Russ, Sure you can do that with AFR. The cue is with Modifier S (it should be ON). So <AFrames.+> # end of AFrames Will find the text having several lines between <AFrames and > # end of AFrames But could you post one of you files here? I wan to see exact layout. Ideally you should post the file ...
by Abacre
Fri Apr 15, 2005 4:09 pm
Forum: Abacre Restaurant Point of Sale
Topic: Notification Printers
Replies: 1
Views: 9994

Currently it works as you described. But we are working now on new
kitchen module. So kitchen and bar will know exact state of menu items
and even to change manually between different states.
by Abacre
Fri Apr 15, 2005 9:04 am
Forum: Advanced Log Analyzer
Topic: filter for just product ids?
Replies: 6
Views: 62294

Do you use uri_query as a parameter? What is format of your log file?
by Abacre
Fri Apr 08, 2005 12:58 pm
Forum: Advanced Find and Replace
Topic: Finds text in 98 files but only replaces it in 9 files
Replies: 4
Views: 13074

I successfully received your sample files.
It looks like it work fine on my computer. I send you default.cfg file
which works by email.
by Abacre
Thu Apr 07, 2005 7:04 am
Forum: Advanced Find and Replace
Topic: Finds text in 98 files but only replaces it in 9 files
Replies: 4
Views: 13074

Hi, Are you sure? Could you send us (support@abacre.com) files where AFR cannot find the text <!-- #INCLUDE FILE="login.asp" --> ?? What we recommend: Open file that was not found by AFR with text editor and that copy paste: <!-- #INCLUDE FILE="login.asp" --> from the file into AFR. Sometimes there ...
by Abacre
Tue Apr 05, 2005 10:28 pm
Forum: Advanced Find and Replace
Topic: afr with HTML styles
Replies: 1
Views: 7333

You almost found the right answer, but:
\w means any alphanumeric char. But there are also spaces in your text.

So use the following text in "Search for":
<td class="jefftd">(.+)</td>
by Abacre
Tue Apr 05, 2005 10:24 pm
Forum: Advanced Find and Replace
Topic: New Line
Replies: 2
Views: 9255

Hi, Yes, there are possible ways of doing it. You used Replace tab. Why it did not work? By default the option "remove trailing spaces" in switched on in Options window for Replace. So you may set the option off. Another way: go to Batch replace tab check on "Use regular expressions" put into: Searc...
by Abacre
Tue Apr 05, 2005 3:53 pm
Forum: Advanced Log Analyzer
Topic: No (incremet) analyse is possible ...
Replies: 2
Views: 44078

Hi, Normally analysis of 300MB log file takes about 2-3 minutes. What do you mean by "I was waiting some days"? We have one issue when the program hangs up on SOME log files. We already have one sample and we are going to fix the issue this week. But you may also provide us a sample log file: please...
by Abacre
Tue Apr 05, 2005 9:42 am
Forum: Advanced Log Analyzer
Topic: FAQ?
Replies: 2
Views: 12929

by Abacre
Mon Apr 04, 2005 5:32 pm
Forum: Advanced Find and Replace
Topic: Changing words from upper case to lower case
Replies: 2
Views: 12879

Hi, Ok, we implemented the feature. Please download the latest version of the program: m This is only updated EXE file. You need to extract executable file from zip archive into folder where the program is installed. So you will replace old executable file by this new one. Start the program. In main...
by Abacre
Mon Apr 04, 2005 5:31 pm
Forum: Advanced Find and Replace
Topic: using afr to increment values
Replies: 4
Views: 17751

Hi, Ok, we implemented the feature. Please download the latest version of the program: m This is only updated EXE file. You need to extract executable file from zip archive into folder where the program is installed. So you will replace old executable file by this new one. Start the program. In main...
by Abacre
Mon Apr 04, 2005 1:41 pm
Forum: Advanced Find and Replace
Topic: How to search multiple text files for numeric values only?
Replies: 1
Views: 7782

Hi, It's pretty easy: Go to Batch replace tab check ON: "Use regular expressions" and "Just Find options" put the text into Search for field: ^\d+$ So, some explanations: ^ - begin of line $ - end of line \d - numeric char \d+ - one or more numeric chars Modifier S should be OFF. I verified it works...
by Abacre
Mon Apr 04, 2005 12:39 pm
Forum: Advanced Find and Replace
Topic: Changing words from upper case to lower case
Replies: 2
Views: 12879

We are working on it right now. It may be ready at the end of this week.
by Abacre
Sun Apr 03, 2005 12:52 pm
Forum: Advanced Find and Replace
Topic: Batch replace and fields in reverse order
Replies: 2
Views: 8927

Hi, So what do you want to do? 1. Load your csv file into batch grid of AFR or 2. Your task is to change order of fields into reserve order in csv file. Lets consider the second variant, for example you have file consisting of 3 fields: field1-1,field2-1,field3-1 field1-2,field2-2,field3-3 field1-3,...
by Abacre
Fri Apr 01, 2005 7:41 pm
Forum: Advanced Find and Replace
Topic: Another noobie question :>
Replies: 3
Views: 10090

Try the tip #3