Razzak, Now that I know MDI forms can use temporary tables, I can do my detective work. I will have to check my code. On the particular form I am talking about, I create two temp tables, one of which is in a scrolling region. I will have to find out why the scrolling region table is not being created. That is the error I get - no table found.
I just want to take this time again to thank you Razzak for having a forum like this where people can get information "on the fly" so to speak. For someone like myself, that does programming on the side, it has been invaluable. Also all the forms, tables etc we receive when we purchase the product have made me look smart when I meet the needs of our users. I hope as RBASE grows with continued success these "extras" are not ever dropped. Jim -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Saturday, July 17, 2010 10:21 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: mdi forms At 06:34 PM 7/17/2010, Jim Belisle wrote: >I have been successful in getting forms to come up as MDI >when they are based on tables. I have so far been unable >get other forms to come up as MDI that use temp tables. Is >this always true? Is there some special programming that I >must do for temp tables to be used as MDI? > >Jim > >Sorry! I meant to say FORMS BASED on temp tables to be used >as MDI. Jim, Any form used as MDI, either a Variable Form, or a form based on a permanent/temporary table, should always work as expected. In your specific case, just make sure that the actual temporary table is defined prior to using the form as MDI. Where in your routine are you defining TEMPORARY table(s) for all those MDI forms based on TEMPORARY tables? Did you know that you can define the appropriate temporary table(s) related to any specific form as "On Before Design" and "On Before Start" EEP? Also, keep in mind that all TEMPORARY Tables/Views are DROPped when using the DISCONNECT command. Last but not least, you may TRACE your routine to pin down the actual problem. Very Best R:egards, Razzak. --- RBASE-L =======================3D=======================3 D= TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) =======================3D=======================3 D= TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO =======================3D=======================3 D= TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE =======================3D=======================3 D= TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. =======================3D=======================3 D=

