I know that this format was created from
"SCRIPTS > BEGINRECORD":
(Yes, exactly) You can edit and save, then play the script later if you wish or it could be a 'one-up' script that will only be used one time and then deleted. Do you realize what is going on? (It sounds like it.)
In Paradox for Windows, you would open a File | New | Script and start typing; none of the work is done for you.
To manage 'objects' you declare a name for an object and state the type of object it will be. Generally you want to establish a format and stick with it or use one in common use by many programmers. Not sure how 'normal' my names are but I'll just start and you tell me when you get bolloxed up.
Code:
; declare a variable block (set of variable names)
var
rptReport report
; Paradox for Windows reports are standalone files,
; not connected to tables. unlimited #s of reports
; and forms per table
frmForm form
; same goes for forms in Paradox for Windows
tcTcursor tcursor
; a tcursor is a pointer to a table that can
; do all kinds of cool stuff to the information
; in the table with lickity-split speed
endVar
And sorry, I gotta stop there. I'm outta gas.
I REALLY wish this site had the ability to edit our posts available.
I've got some stuff I gotta do first thing in the morning and then I'll check back in. Let me know if my style is helpful, or whether may you think I don't have any. :)
Tony McGuire
"It's not about having enough time; we have the rest of our lives. It's about priorities.