Quote:
Unfortunately, I still have problem with:
Displaying multiple records on a page (like master / detail)
Search within a database and displaying the results page
Browse Image option to add to the database
If there are 200 records total, then there should be several list pages
One of stronger solutions is to use OpusScript... and specifically run through a 'For LOOP' to pick-up all of the records that are returned from your DB query.
...continuing: the specific 'trick' for displaying these is to use a "\n" at the beginning of the 2nd and subsequent records.
see post:
viewtopic.php?t=2855&highlight=database(there are many threads on this/similar approaches)
Regarding "Arrays". 'yes', that is another viable alternative. But IMHO I think more geared to the 'manipulation' of the datasets and pointing to one record --- while still using basic Textbox objects or Listbox objects
to display mulitple rows.
viewtopic.php?t=307&highlight=records+lineviewtopic.php?t=88&highlight=records+line- - - - - -
regarding: 'Browse images' to add
Do a Search in forum for: user own image (or similar keyword)
regarding: 200 records / several list pages
I'd simply implement textbox scrolling to see long lists.
I'd use different Opus Pages to give me different views or different capabilities.
Quote:
2) No, I don't plan to sell this application.
I have big collection of E-Books, Music, etc. and I want to build the Organizer for this so I could search, add, view, etc. the records.
Since you have Vista OS, why not simply use Windows Explorer. You can customize quite well with 'Tags' and also add additional 'display columns' for Author, Publisher, etc. (Right click near current col headings)
Once you select a File, its Thumbnail and attributes fields are displayed in the lower area of the window, resizable. Search and Sort are already in-place.
http://www.vista4beginners.com/Windows- ... ips-Tricks
http://itsvista.com/2007/01/itsvista-ti ... columns/2/
That said, it's always interesting to see what can be built with OpusPro. Who knows... maybe a new wheel?