-Collapse +Expand
Message Boards
Tech Search:

Advanced
More Board Options
MOREINFO...
My Moderator Settings
MODERATOROPTONS

BOARDSTATS
Posts: 18905
Threads: 6291
Topics: 95
Boards: 34
Groups: 34
 

Prestwood eMagazine

September Edition
Subscribe now! It's Free!
Enter your email:

   ► MB Lobby ►   Print This     

New database Posts

"New database" Message Board Posts

More...

Thread 5 of 5

Mike Prestwood
Happy New Year!
{Too Long!}
Posted to MB Topic: Just Conversation « PrestwoodBoards Board
19 years ago
1 Reply:

Andy.B
merry christmas mike, thanks againfor making me a moderator! the website is looking really good. lot's of improvements this year. i think it's really coming together.
19 years ago
Nothing New Since Your Last Visit
3573
Hits

Thread 4 of 5

Kyle
Detecting duplicate records.
{Too Long!}
Posted to MB Topic: Paradox Forms « Paradox Board
20 years ago
2 replies. Last post:

lmckelvy
Probably due to a change in location of the Database table. I think you'll find that the tCursor is not successfully opening. Try changing this: , , tc.open("COA2.db")to this:, , if not tc.open("COA2.db") then, errorShow(), endifRun it again and see if you get an error. Click the >> symbol on the dialog box to see what caused it.
20 years ago
Nothing New Since Your Last Visit
2250
Hits

Thread 3 of 5

Leo
Open Folder Dialog box?
Hi peeps., I have another interesting newbie question. Big Grin! Is there any way in object pal to present the user with a dialog box where he can choose the folder his database is in? The story behind this is that our software suddenly has to be able to open more than one identicaly structured database for particular users, like an auditor who may want to see the data from several different companies, each in its own database. We will provide him with functionality to open one database at a time. I've found the function "setAliasPath" that allows me to point the tables alias to a new directory containing an identically structured database like this:, setAliasPath("Tables","G:\\OtherDatabaseFolder"), Now i need to get a nifty way for the user to input where he put this new database. Any sugestions? In C++ I've used a standard windows open dialogue and I'm hoping something similar is avalable in Object pal. Thanks
Posted to MB Topic: ObjectPAL « Paradox Board
20 years ago
2 replies. Last post:

Leo
Thanx Jed., , This is what I ended up with., , method pushButton(var eventInfo Event), , var, sDirectory String, fbi FileBrowserInfo, endVar, , fbi.Title = "Select Database Path" , fbi.PathOnly = true ;//To select a path not a file, fbi.Alias = ":tables:" ;//Alias to start in, , if fileBrowserEx(sDirectory,fbi) then, setAliasPath("Tables",sDirectory), endIf, , endMethod
20 years ago
Nothing New Since Your Last Visit
1626
Hits

Thread 2 of 5

not2worry
Rewferential Integrity question
I'm wondering if I need to use Referential Integrity (RI) on my new database. It contains about eight tables linked together in a form via the data model tool. It is on a network and has multiple users. There are several 1:M and 1:1 relationships set up on the data model., , The question is, if I don't allow users to access tables directly (using runtime) and they always use this form with the relationships all set up, is there some reason I should also setup RI?, , My main reason for not wanting to use RI is that I have heard thet it may more easily cause table corruption., , Thank you,, , Bruce
Posted to MB Topic: Paradox Forms « Paradox Board
20 years ago
4 replies. Last post:

Rick Carter
[QUOTE]That's Liz Woodhouse., , Soon to be Liz McGuire. Big Grin! [/QUOTE]Well, congratulations and best wishes, Tony! And my apologies to The Goddess for maligning her Name.
20 years ago
Nothing New Since Your Last Visit
1931
Hits

Thread 1 of 5

reebok_tennis
How to insert a picture to the form with VBA code?
Dear all,, , I have made a form for my new database. I added a bound object frame. Now I want to insert picture to my form. I know how to insert it by right clicking the frame and then select "Insert Object...." on the pop up menu. This procedure seems to be inelegant, because I want my user to insert the pic just by clicking a button. , , I want to make a button, name it "Insert Picture" button, and just by clicking the button, Access will open Dialog Window, and I can select the file I want to insert to my form. The problem is, I just don't know how to make the VBA code for this button. , , Can anyone help me how to make the VBA code for this problem? Please let me know. Thank you for you kind attention. , , Regards,, , Ary
Posted to MB Topic: Access VBA Programming « Access Board
19 years ago
1 Reply:

dynamictiger
{Too Long!}
19 years ago
Nothing New Since Your Last Visit
5062
Hits
More...

"New database" Knowledge Base Posts

More...
  KB Article    

Mike Prestwood
1. Generate Legacy Paradox PDFs

Create documentation directly from legacy Paradox system. We have a suite of PDoxDos and PDoxWin analysis tools which create our data models, data dictionaries, file inventories, and searchable reference databases. This documentation is used to create the new database as well as to extract many data driven business rules. This step includes setting up the legacy system with data in our development environment so developers can exercise the legacy system anytime needed throughout both steps of our 2-step process.

Deliverable: Saved as PDFs on drive P as well as sent to the client in an email.

Posted to KB Topic: Coding Services Info
9 years ago

SS
Nothing New Since Your Last Visit
2656
Hits

Prestwood IT Solutions

Mike Prestwood
2. 1 of 2, AppName 1.0

Step 1 of 2: Discovery

  • PSDP Feasibility Phase: Setup legacy system for coders. Document legacy system using automated tools.
  • PSDP Requirements Phase: Identify forms and reports to convert. Document terms, actors, and identify use cases. Identify enhancements (if any). Identify tables in use.
  • PSDP Design Phase: Build new database. Initial screen design mockup. Document business rules and additional documentation of use cases.

Step 1 deliverables usually include a project plan for the Step 2 of 2 build-it phase which serves as the requirements, a new database, and a GUI mockup. Each form and report becomes a task in step 2 of our 2-step process along with other known tasks such as build data migration program, build MVC Shell Application, user subsystem, and admin forms for maintaining users, lookup tables, etc.

Step 1 of our 2 step approach is used to start a project with discovery. Step 2 is build. The goal of discovery is to document known requirements, some initial design, and a project plan. Step 1 of our 2 step includes at least the following tasks: Gather Requirements, Build GUI Mockup, and Create the Initial Database. The Requirements task becomes the project plan for step 2, Build.

Discovery can include additional tasks such as documenting an existing application, data cleanup, and even a task or two from the initial coding phase such as implementing our Prestwood ASP.Net MVC shell which includes some initial design, and member management.

If this ticket is not authorized, the printed version of the Project Plan is the Project Proposal for Discovery. Once authorized, the tasks of this project are completed. The requirements task is completed by creating a Step 2 of 2 project ticket which becomes the project plan and/or the proposal for Step 2, Build.

Posted to KB Topic: Coding Services Info
9 years ago, and updated 9 years ago
(1 Comments , last by Ameli.K )

SS
Nothing New Since Your Last Visit
2333
Hits

Prestwood IT Solutions

Mike Prestwood
3. Prospect, Build App, New

Feasibility Phase, which is part of Discovery, can include converting any existing documentation into our system, or we can just get started by kicking off a Requirements+Design project.

Time Estimate: Although it depends on many factors, feasibility usually ranges from 0 to 16 hours, but each client varies. Our recommendation is that we kick-off a Requirements+Design project ASAP.

Goals:

  1. Define any initial feasibility tasks the client wants done plus propose any that come to mind.
  2. If appropriate to do a longer Feasibility Phase, then initiate a Feasibility Phase project.
  3. If client is ready to proceed, define 2-Step approach, initiate Step 1: Requirements+Design (What+Why) with minimum tasks of Requirements Document, Initial Database, and GUI Mockup.

Note: For the best chance of a successful project, limit version 1.0 to as few features as reasonable.

Posted to KB Topic: Coding Services Info
9 years ago

SS
Nothing New Since Your Last Visit
1805
Hits

Prestwood IT Solutions

Mike Prestwood
4. Document Legacy System

Usually includes screenshots with text, access to physical database for reference, or we document existing database. Other documentation might include creating videos of old app focusing on walking through of various use cases.

  1. Create app record in Enterprise Modeling, complete 100%.
  2. Create Old Requirements Document project. Usually best to stick with one task/artifact per screen. Skip General Requirements because that applies to new projects.
  3. Add App Specific Actors.
  4. Add App Specific Definitions.
  5. [Optional] Document old app General Design.
Posted to KB Topic: Coding Services
13 years ago, and updated 9 years ago
(8 Comments , last by Gladlys.G )

KB Post
Nothing New Since Your Last Visit
5672
Hits

Client Extranet

Mike Prestwood
5. Prospect, Build App, Convert from Old

Feasibility Phase, which is part of Discovery, can include documenting existing system, establishing scope of new application (meaning document what is in old app that is not needed, plus minimal needed additional features).

Time Estimate: Although it depends on the complexity of the old application, feasibility usually ranges from 16 to 40 hours, but for larger complex applications, they can be several hundred hours.

Goals:

  1. Define new project as a Strict Technical Conversion with few additions, or define as a Technical Conversion with Additions.
  2. If appropriate to do a longer Feasibility Phase, then initiate a Feasibility Phase project.
  3. If client is ready to proceed, define 2-Step approach, initiate Step 1: Requirements (What) with minimum deliverables of Requirements Document, Initial Database, and GUI Mockup.

Note: For the best chance of a successful project, limit changes to as few as reasonable.

Posted to KB Topic: Coding Services Info
9 years ago

SS
Nothing New Since Your Last Visit
2638
Hits

Prestwood IT Solutions
More...
 
Go ahead!   Use Us! Call: 916-726-5675  Or visit our new sales site: 
www.prestwood.com


©1995-2026 Prestwood IT Solutions.   [Security & Privacy]