Thanks for the heads up. It worked great...
Have a great weekend...
And as they say...
"Luck is for rabbits and look what happens to them....
they get eaten...."
The client needs to pick an inventory item based on a description contained in two 60 character fields within in a dbf. The approach I'm trying is to create an array - pos_sel(1,3) containing some information about the item - no, class, qty-on-hand - as pos_sel(1,1) and the two description...
Thanks for the suggestion...
I was able to drag all emails over the 1919 count to the desktop Recycle Bin. Any emails at or below 1919... Same error...
Thanks for the suggestion...
Any other suggestions would be appreciated...
Junk folder accumulates all items sent to it. I have been unable to delete all items in the folder. I can select items and press the delete key removing any email over the 1919th item.... For those items 1919 and below I receive the following:
"The messaging interface has returned an...
I'm using a GET field for an invoice number. If zero followed by a RETURN, a new invoice is created; if a number is entered followed by a RETURN, the invoice with that number is located. The valid checks the content of the GET and takes the appreciate action. I have heard that using the TAB...
Thanks for all of the suggestions....
I did find a 573 page manual from Epson on control codes without any comment about inverse printing.... See EPSON ESC/P Reference Manual December 1997.
Maybe I was just dreaming....
I've decided to use the code above and repeat it across the sheet about...
I'm looking for dot matrix printer command codes which would print white letters in a black background. It could be used to differentiate an invoice from a quote.
It would be used as in the following example for printing double wide, double height, and bold text:
* 2 LINES HIGH, DOUBLE WIDE...
And now for the next update...
I contacted Grafx Software - the current owners of Clipper 5.3 - and found out the following:
1) Clipper 5.3 is compatible with Foxpro DOS 2.5.
2) Clipper 5.3 in not compatible with Foxpro DOS 2.6 in the area of indexing a Foxpro DOS field created in a Clipper...
You got me....
I manually retested the "INDEX ON comment1 TAG custcom1" using "ON" and it did index as expected... I also checked all indexing command lines in the application and found them with correct coding....
Which bring us back to the original problem:
"Indexing a new field added to a...
Need to copy Clipper 5.3 DBF to Foxpro DOS DBF, add new fields, and create new index on a new field. Indexing on a new field generates an error # 12 within Foxpro DOS - "Unable to find the new field in the new Foxpro DOS dbf". See thread # 182-1624709 for details from the Foxpro side.
It...
Thanks for all of the support...
An update is in order...
1) The new indexing command on phone_no1 was commented out and a new field was added to the CUSTOMER DBF - comment1 C(30). The new CUSTOMER.COMMENT1 field was then indexed using INDEX comment1 TAB custcom1.
THE SAME ERROR #12 OCCURRED...
I tried to build Foxpro DOS DBFs using the following without correcting the indexing problem:
** Perform the equivalent of a PACK** get UNIQUE
** record number for a record
** use a modified sys(3) since sys(3) may not be ** ** ** UNIQUE on a 486
lcFile = curr_data + "\" +...
Dave, thanks for the reply....
What I need to do is to add a new field to a DBF coming from a Clipper 5.3 application using Foxpro DOS. Using COPY STRUCTURE EXTENDED is justy to create a modified DBF
In the past, I would do the following...
Need to use Clipper 5.3 DBFs in a Foxpro DOS application. Clipper DBFs opens, reindexes, and processes correctly in Foxpro DOS application. However, when a new field - phone_no1 - is added to the Clipper DBF using Foxpro DOS and is index on, the following error is generated:
ERROR...
A second store is being opened using the same software as the main store. The main store will control adding new product to the application. Once added, a DBF will be created containing the new inventory items. How can the application be modified so the new item DBF can be sent to a FTP site...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.