I downloaded the 2017.9 version just about yesterday and when i wanted to added a new file (during which i will also add a .db file). After specifying the name and stuff, i pressed the create button...but nothing happened
. Why is this? Is this a common bug? How should i fix this? 
C# File Adding Disabled?? Database Unclear!
Page: 1
Posts 1 to 2 of 2
Share12017-06-25 21:18:06
Share22017-06-25 21:30:26
No this is not a common bug. What you're practically doing is adding a new file while your project is active
. After you've add a file to inactive the project, go to the manage file inports form and edit the config file as following:
Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using NetConfigure;
using System.Windows.Forms;
namespace New
{
public partial class New : New
{
public New()
{
InitializeComponent();
NetConfigure.Settings.Set(.db) == true;
Component.Equals(1);
//if you have 1 database file.
Component.Settings.Import(1);
}
}
}
Or as following:
hoped it helped
Admin, @Roebebin
Oryle Foundation
Page: 1
