English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. Blitz Basic

 
 
Thread Tools
Old 08 August 2024, 17:40   #1
MystikShadows
Registered User
 
Join Date: Feb 2020
Location: Oneonta U.S.A.
Posts: 7
A file management tool in BlitzBasic

i would like the solution in BlitzBasic as an example take a contact file (with name, age, birthday phone, and so on.

I want to be able to add new contacts, delete some. Edit them. with a input screen and the likes any do something like this?
MystikShadows is offline  
Old 08 August 2024, 21:10   #2
Cylon
Registered User
 
Join Date: Oct 2014
Location: Europe
Posts: 482
wdym, you need a complete source code or just an idea how to do it?
Cylon is offline  
Old 10 August 2024, 07:41   #3
saimon69
J.M.D - Bedroom Musician
 
Join Date: Apr 2014
Location: los angeles,ca
Posts: 3,678
There were some examples of ASL requesters in old Amiga Format PDF files i remember; for the management part should be just array of structures (or newtypes as they are called in blitz) i would look to export in a format that can be handled by other programs, like CSV or PSV; maybe even JSON but you will need to create your own parser
saimon69 is offline  
Old 12 August 2024, 12:32   #4
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,416
Yeah, as was mentioned, are you looking for Blitz source for an entire database application, looking for general guidelines for creating such an application, or is there a particular part of that you wanted help on?

A database program like that is reasonably large and specific. You need to understand what it is you're looking to do so you can break it down into simpler parts. You need to plan out what data you want to handle and how you're going to store it. You need a file loader and potentially an interpreter. You need a file saver. You need a window to display details. You need the gadgets in the window to handle the various user interactions. And you need the data handling functions to do things like add new records, edit, sort, search, delete etc.

Most of that stuff is relatively simple, and there are probably various examples that cover most, if not all. But unless someone also wanted to write the very same application and is willing to share their source, I don't know if you'll have much luck finding a complete solution.
Daedalus is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
tool assignment via file extention derSammler support.AmigaOS 21 06 October 2023 05:01
Tool to convert data file to executable Radertified Coders. Asm / Hardware 39 23 November 2020 06:37
File management marm New to Emulation or Amiga scene 21 04 November 2018 13:41
Vehicles Costs Management Tool AMIGASYSTEM News 1 30 October 2017 11:46
new ROM management tool, RomVault high-5 project.TOSEC (amiga only) 7 19 April 2010 20:57

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 15:18.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.17766 seconds with 12 queries