[b]Just a couple thoughts ---
While using a web browser with PB is kinda interesting,
I don't think I'd want to write an interactive app with it;
the code overhead would be complex. The browser presents
data very well, and can gather stuff a screen at a time..
after that, it get sticky. A trivial example is immediately
>>
Would pop up windows offering "View next portion of report"
or "Print hardcopy of complete report" fall into this sticky
area?
>>
popping up a window when the operator enters an amount that's
over the customer's credit limit. PB/CC does CGI's pretty well;
in the right environment, it's a great tool.
PB/DLL with DDT creates nice looking windows apps. Combine it
with Chris Boss' EZGUI or FreeDDT designer, and the 'grunt work'
of creating the interface is greatly reduced for you; mostly you
will deal with the computational and data manipulation stuff.
>>
Here's a dumb question... The computational and/or data
manipilation stuff would be done in what programming language?
Remember your talking to a DOS programmer

>>
Yes, there's a learning curve, but greatly reduced, and it can
be argued that Windoze is the world's largest library of utility
routines (find what the day of the week it is in 2 or 3 lines
of code)
>>
Where can you find these libraries and utilities? Unless you know
their names, how do you begin to look for them?
That being said, if you are creating a program that requires a
lot of data entry, PB/CC may be the best solution. As pretty
as the Win-GUI can be, character mode apps are still the fastest
for raw data entry and presentation. One app we use regularly
>>
Data entry would initially be 25-30 pieces of information,
with follow-ups of 5-10 subsequent updated pieces of information.
Would this scenario be difficult to program?
>>
at work is done in PB/CC. It gatersd data from the user and
from a disk file, and reports are created and printed using
Don Dickinson's DDOC add-on. DDOC makes it easy to created
formatted, ready-to-print reports. Meanwhile, the entire
...
------------------
Leave a comment: