Viewing 9 posts - 16 through 24 (of 24 total)
While the code is hanging you might want to check out the locks on the subscription table to see if something else is blocking it.
August 1, 2005 at 9:16 am
If you use the format() function you should be able to get just the date out.
Ex.
sDate = format("12/07/05 16:32", "mm/dd/yy")
July 30, 2005 at 9:19 am
You could do a find on the form's recordset using the pk of the new record that was just added. That'll probably work. As to the record being...
July 30, 2005 at 9:16 am
Would you mind posting the code that creates the recordset?
July 30, 2005 at 9:12 am
If you want to get the Common controls in the reference when it is not showing, you just need to hit the browse button and then navigate to where the...
July 29, 2005 at 10:04 am
Can you give me a brief explanation of what the code behind the "Add Like" button looks like. I don't need the exact code, but just kind of what...
July 26, 2005 at 10:05 am
Well, you can look up the specs on the tiff format and try to locate which parts of the file contain what you're looking for. I looked at this...
July 26, 2005 at 9:34 am
Just curious, how many records is your form loading?
April 22, 2005 at 11:04 am
Give this a try
db.execute sql, dbseechanges
February 9, 2005 at 7:49 am
Viewing 9 posts - 16 through 24 (of 24 total)