dbTalk Databases Forums  

Attaching a Table to an MRO

comp.databases.paradox comp.databases.paradox


Discuss Attaching a Table to an MRO in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Anders Jonsson
 
Posts: n/a

Default Re: Attaching a Table to an MRO - 02-13-2006 , 02:09 AM






Bill,

I'm not sure, do you still have a problem or is everything solved?

Do you have the creation of the table in the OPEN or the INIT of the form?

If you put it in the INIT method I can't understand why your current
workaround should be needed?

But probably I'm missing some thing.

Anders



Reply With Quote
  #12  
Old   
Bill McCray
 
Posts: n/a

Default Re: Attaching a Table to an MRO - 02-13-2006 , 06:51 AM






On Mon, 13 Feb 2006 09:09:08 +0100, "Anders Jonsson"
<gt3TakeThisAway (AT) bredband (DOT) net> wrote:

Quote:
Bill,

I'm not sure, do you still have a problem or is everything solved?
What I have is working fine. I was just reporting what I had done to
solve the problem.

Quote:
Do you have the creation of the table in the OPEN or the INIT of the form?
If you put it in the INIT method I can't understand why your current
workaround should be needed?
It's in OPEN, but previous suggestions pointed out that doing it in
INIT can also create a problem. I don't recall now what it is, but I
chose to avoid the possibility.

One possible problem with creating the table in INIT is that I
couldn't open the form for design unless the table exists. With my
current design, I can.

Quote:
But probably I'm missing some thing.
Probably not.

Bill


Reply With Quote
  #13  
Old   
Anders Jonsson
 
Posts: n/a

Default Re: Attaching a Table to an MRO - 02-13-2006 , 06:59 AM




Quote:
What I have is working fine. I was just reporting what I had done to
solve the problem.
OK

Quote:
One possible problem with creating the table in INIT is that I
couldn't open the form for design unless the table exists. With my
current design, I can.
Yes, but you only need to run the form once. I ofthen create temporary
tables in the INIT, especially when working with an SQL-backend, and I don't
encounter any major problem with it.

Good you got it working.

Anders





Reply With Quote
  #14  
Old   
Bill McCray
 
Posts: n/a

Default Re: Attaching a Table to an MRO - 02-13-2006 , 04:30 PM



On Mon, 13 Feb 2006 13:59:34 +0100, "Anders Jonsson"
<gt3TakeThisAway (AT) bredband (DOT) net> wrote:

Quote:
What I have is working fine. I was just reporting what I had done to
solve the problem.

OK

One possible problem with creating the table in INIT is that I
couldn't open the form for design unless the table exists. With my
current design, I can.

Yes, but you only need to run the form once.
Not true. The form has function other than just creating the table.
The form is an aid for solving Sudoku puzzles. It does the
bookkeeping for you, but doesn't solve it for you. The table stores
partial solutions for later attempts at solving.

Quote:
I often create temporary tables in the INIT, especially when working
with an SQL-backend, and I don't encounter any major problem with it.
Bill


Reply With Quote
  #15  
Old   
Anders Jonsson
 
Posts: n/a

Default Re: Attaching a Table to an MRO - 02-13-2006 , 07:01 PM




Quote:
Yes, but you only need to run the form once.

Not true. The form has function other than just creating the table.
The form is an aid for solving Sudoku puzzles. It does the
bookkeeping for you, but doesn't solve it for you. The table stores
partial solutions for later attempts at solving.
OK, I can't really picture a situation where creation in OPEN *will* work
and a creation in INIT will *not*. Anyway the important thing is that you
found a solution that works for you.

Anders




Reply With Quote
  #16  
Old   
Bill McCray
 
Posts: n/a

Default Re: Attaching a Table to an MRO - 02-14-2006 , 07:47 PM



On Tue, 14 Feb 2006 02:01:36 +0100, "Anders Jonsson"
<gt3TakeThisAway (AT) bredband (DOT) net> wrote:

Quote:
Yes, but you only need to run the form once.

Not true. The form has function other than just creating the table.
The form is an aid for solving Sudoku puzzles. It does the
bookkeeping for you, but doesn't solve it for you. The table stores
partial solutions for later attempts at solving.

OK, I can't really picture a situation where creation in OPEN *will* work
and a creation in INIT will *not*.
Oh, I think it would work fine in INIT. I just want to avoid having
the table be in the data model.

Quote:
Anyway the important thing is that you found a solution that works for you.
And I learned some more about Paradox in the process. Thanks to all
for the suggestions.

Bill


Reply With Quote
Reply




Thread Tools
Display Modes

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

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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.