Project

General

Profile

Actions

Bug #2759

closed

Importing from self causes big problems

Added by Michael Lee about 17 years ago. Updated about 17 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
EntryDB
Target version:
Start date:
02/05/2007
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2759

Description

Importing from same database is possible, but shouldn't be.

Actions #1

Updated by Michael Lee about 17 years ago

fix:

If Dir(strDBLoc) <> "" Then
'have a database, import data into this
'check to be sure it isn't THIS database:
If strDBLoc = CurrentProject.FullName Then
'tell them they picked this database
Call MsgBox("You have selected the same database as you now are using. You need to select the old database in the dialog box. Please try again.", vbOKOnly + vbExclamation, CON_APP_TITLE)
GoTo exitthis
End If
Actions #2

Updated by Michael Lee about 17 years ago

rereleasing 2.0.4 since I havent told anyone about it anyway.

Actions #3

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 2759

Actions

Also available in: Atom PDF