HTML pane MHT to HTML conversion questions

Submitted by KeithB on 2009/07/15 15:44
I tried converting a lot of MHT files over to HTM in my main database , and ran into a few things that are confusing/and may be bugs:

1) For a locked item--you can still change htm to mht and vice versa.  Is this by design?

2) For an existing item with HTML text (not MHT) --if I click "create a new HTML document" , the html pane text blanks; but the HTML (ID=1608) Using Forms/ /  ... etc text at the top remains.
ItemHTMLText field is still filled, so you can copy it back, but  why does the HTML pane blank without some warning

3)  apparently once I convert MHT's over to HTM, the .MHT files remain--is this by design? 
Am I supposed to go in manually and delete them from a file manager?

I don't see issues being addressed on this forum, what's going on?

Submitted by jan_rifkinson on 2009/07/14 09:28
I counted over a half dozen questions / issues posted over the last week that have not been addressed. That's abnormal to me. Does anyone know what -- if anything -- is going on in terms of getting issues off the table or new ones on the table for discussion?  Thanks.

VB Script problem : Interaction involving : 1- String in field (content), 2- field names and 3- VB functions parameters

Submitted by Armando on 2009/07/12 19:35
If the "item" field text contains a string which is identical to another field name,
it will prevent VB functions from working properly if they're using that field as a parameter.
 
(Possibly, the bug could involve any String from any text field, and not just the item field, of course. Haven't tested that though.)
 
I can reproduce that easily. [ EDIT : but only with the example below...! ]
 
 
Seems to be a problem with my own code. But can't find where the problem lies...
 
Code example used for item color calculation (important lines at the end of function):