RE: [RBASE-L] - Best practices?

2020-08-04 Thread javier.valencia
[mailto:rbase-l@googlegroups.com] Sent: Monday, August 03, 2020 3:40 PM To: rbase-l@googlegroups.com Subject: [RBASE-L] - Best practices? Hard to believe in my decades of programming that this is the first time this has happened. Just wondering if other programmers have tips on this situation

Re: [RBASE-L] - Best practices?

2020-08-04 Thread 'Karen Tellef' via RBASE-L
ASE-L Sent: Tue, Aug 4, 2020 2:45 pm Subject: Re: [RBASE-L] - Best practices? Random Comments: Easy Thing #1:  I drop temp tables when leaving the form.  If I want to look at the contents during processing, I have "Hide on Startup" pushbuttons that each BROWSE a table. To make them vi

Re: Re[2]: [RBASE-L] - Best practices?

2020-08-04 Thread 'Karen Tellef' via RBASE-L
@googlegroups.com Sent: Tue, Aug 4, 2020 11:51 am Subject: Re: Re[2]: [RBASE-L] - Best practices? As a general rule, I drop a table I am about to create just in case it existed before creating it. You have to set error messages off before run to not have the code error out though.    Ryan On Mon, Aug

Re: [RBASE-L] - Best practices?

2020-08-04 Thread Doug Hamilton
Random Comments: Easy Thing #1:  I drop temp tables when leaving the form.  If I want to look at the contents during processing, I have "Hide on Startup" pushbuttons that each BROWSE a table. To make them visible , I have a transparent flat 30x30 enhanced speed button that runs PROPERTY

Re: Re[2]: [RBASE-L] - Best practices?

2020-08-04 Thread Ryan Blanchard
t; *rby...@safesectors.com * > *---* > +011 (909) 238-9012 c > +011 (909) 912-8678 f > > -- Original Message -- > From: "Dan Goldberg" > To: "rbase-l@googlegroups.com" > Sent: 8/3/2020 2:49:36 PM > Subject: RE: [R

Re[2]: [RBASE-L] - Best practices?

2020-08-03 Thread Bruce Chitiea
+011 (909) 238-9012 c +011 (909) 912-8678 f -- Original Message -- From: "Dan Goldberg" To: "rbase-l@googlegroups.com" Sent: 8/3/2020 2:49:36 PM Subject: RE: [RBASE-L] - Best practices? I always drop temp tables/views/variables when done with that routine. Maybe ke

RE: [RBASE-L] - Best practices?

2020-08-03 Thread Dan Goldberg
I always drop temp tables/views/variables when done with that routine. Maybe keeping an excel file/or table with column names and datatypes would help? Dan Goldberg From: 'Karen Tellef' via RBASE-L Sent: Monday, August 3, 2020 1:40 PM To: rbase-l@googlegroups.com Subject: [RBASE-L] - Best

Re: [RBASE-L] - Best practices?

2020-08-03 Thread Tony IJntema
Karen, A beautiful example of Murphy's law, I think. The "easy" thing which I would choose is option 3. However, there is another option, which I use in my apps. In every app, which I develop, I have a central program, called something like temptableview.rmd. In this program I create all

[RBASE-L] - Best practices?

2020-08-03 Thread 'Karen Tellef' via RBASE-L
Hard to believe in my decades of programming that this is the first time this has happened.  Just wondering if other programmers have tips on this situation for the future.  And I'm kinda bored this afternoon so thought I would post. History:  I work on this company's stuff with another