Project

General

Profile

Actions

Bug #2098

closed

allow space delimited stem lists

Added by Michael Lee almost 19 years ago. Updated almost 19 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
vegbranch
Target version:
Start date:
06/02/2005
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2098

Description

replace code in moveE2toE_runall() with this: (needs test)

With rstTEmp
'get list of values
Do Until .EOF
Dim strList As String
strList = Trim(Nz(!list, ""))
If strList <> " " And strList <> "" Then
If InStr(strList, ",") = 0 Then
'no commas in the list, convert spaces to commas
strList = substTextForText(strList, " ", ",")
End If
End If
Call EmptyCollection(colList)
If csv_listIsNumeric(strList, True, colList) Then
Actions #1

Updated by Michael Lee almost 19 years ago

no, that is crazy. Advise users that they can use search and replace in their
fields if they are space delimited.

Actions #2

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 2098

Actions

Also available in: Atom PDF