| Subject |
Database Name Recognizing |
| From |
Bob McKinney <bmckinney721@gmail.com> |
| Date |
Thu, 28 May 2020 09:37:00 -0400 |
| Newsgroups |
dbase.getting-started |
Hi All: 96 year old Bob needs some help. My 7 computer crashed and I'm trying to set
up a different computer using (dB8.2 w W/10). When I open dB the Navigator tells
me everything is there.
Problem: When I attempt to open a form that has a datamodule I get the error msg
[ memory variable not defined:BOBSBIZ ]. I'm sure it's refering to the sample code
below from the datamodule. nO DATAMODULE NOFORM (Grin)
********* sample code**********
class InvoiceDATAMODULE of BASECDATAMODULE from :BMCustom:Base.cdm
with (this.BOBSBIZ) //Datebase name
left = 18.0
top = 108.0
width = 115.0
height = 112.0
active = true
endwith
*********** End of code*********
I remember something about assigning the database to files in the "bin". The last time
I did that was probably 10 years ago. Soooo. I don't remember the "code" to do that.
Any help get this thing going will be greatly appreciated....Bob
|