Quote:
Originally Posted by apokphp
A couple of bugs, but perhaps it is just because I have 3.6.2 running?
1) When you have 10+ categories, and you order said categories, it doesn't know that 10 is greater than 9. If you want that 10th category and beyond, you have to use 91, 92, 93+ to numerically "order" the category display.
|
That's the terrible way on indexing on numeric fields. That's why I'm always starting numbering from 11 or 101 depending on how many items I believe that I'll have.
In any case I think that I'll remove this indexing replacing it by AZ or record number.
Quote:
Originally Posted by apokphp
2) Carriage returns do not work in the articles. You can have 20 paragraphs, yet the entire article will have just 1 running paragraph with no formatting. I'm sure this is just a bug or an issue with having 3.6.2 vb version, but it is a deal breaker unfortunately.
|
That's why I avoid to use vb internal features. First time I decided to use its editor and here are the troubls. Sorry my friend but as you can see at:
http://www.madebymary.com/forums/vba...e&articleid=17
I've posted an article and paragraphs and styles (italics, bold, colors) are working fine at 3.6.4
Seems that I must replace it with my own editor.