Set up time in ACCESS [closed] - tsql

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i have a question about access 2000 or 2003 , can i set up a time for each day that it automatically click on a button in form to perform a query ? is this possible, i think u have to write a VGA code for this ?

Yes, you can do this. To expand on Remou's suggestion:
Create an event in Windows Task Scheduler to run at the same time every day.
The event will call a macro in your Access db.
The macro will call the procedure behind the button.

Related

Eclipse - Only show tasks for the currently edited file [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is there any way to limit the list of shown tasks in the Tasks view? I want to only show tasks contained in the file which I currently edit.
Try Configure contents... in the menu of the Tasks view. There you can change the Scope to On selected element only for example.

Is it possible to postpone the delivery of a post on a wall? (using Facebook IOS SDK) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I will click 'post' and then I will close the app, but I want the post to be delivered after 1hour. Is it possible or How can I do this?
Thanks in advance
It is not possible. You can request up to 10 minutes of background execution time, but that's it. The only way to do something after an hour is display a local notification that prompts your user to re-open the app. You can't force them to do it though.

how to show the single button in uilocalnotification [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Iam developing one application.In that i need to show the local notification with single button.So pease tell me how to show single button in notification.
Since iOS 5 the default setting is to use the Notification center, thus there is no more dialog with buttons any more.
Also you should not force a user to do something, thats bad design.

Automated Script to "Add to xxxx" [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to login to a website and automatically do some action like say Add to some place.. which is like clicking a submit button, followed by another such click. Is there some way that I can automate this.
Also, how can we protect our websites against such things.
P.S : This is only for information.
Try WWW::Mechanize
iMacros or Selenium for ui automation.

How to implement "Remember Me" password feature in C#? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to make use of the ASP.NET login control in my application. If someone checks the checkbox placed in that control for "remember me next time", I want to give him access without typing his password into the application again.
Google shows this article for example: http://dotnetblogger.com/post/2010/01/11/ASPNET-Membership-Remember-Me-That-Actually-Works.aspx