Profile
Achievement
CaptainProton's Recent Snippets
- All /
« Prev 1 Next »
This function returns True if the specified form is open in form view or datasheet view.
0
680
posted 14 years ago by CaptainProton
This method runs a SQL query and returns the first result (the query is expected to return exactly one record and one field).
0
679
posted 14 years ago by CaptainProton
This method checks whether a ListBox contains a certain item (based on its text).
0
721
posted 14 years ago by CaptainProton
This method creates a query with a given name and given SQL.
Note: Requires the deleteQuery(String) method.
0
602
posted 14 years ago by CaptainProton
This method deletes a query with a given name.
Note: Requires the queryExists(String) method.
0
573
posted 14 years ago by CaptainProton
This method checks whether a query with the given name exists.
0
625
posted 14 years ago by CaptainProton
This method checks whether a given string is a valid date (current regional settings are used)
0
707
posted 14 years ago by CaptainProton