Hi,
I have an issue on outlook 2007. It accepts all meeting from inside and outside, even when it should not. The option at Tools > Options > Preferences > Calendar Options > Resource Scheduling > Automatically Accept Meeting request and Process Calculations is NOT checked.
The invite still...
Okay tipsters, I need you on this one.
My case is that in the cell A1 is a TEXT entry
"CompanyName Inc. (City)"
without "" of course
Now I need to get the city information to another column, and I need help to figure out the most efficient formula to do this. The city is ALWAYS in the end of...
I need to find the rows from a table, where a certain data has no value, aka null. I've tried to use the isNull({TABLE.DATA}) in my formula but i get dll-error etc.
So, could someone give a pointer on how to create a formula for example:
- TABLE.DATA = 100
- TABLE.DATA2 = NULL
Version 8.5
We had an app which used access 2000 db, and some tables were imported from oracle8 succesfully.
We upgraded oracle to 10g, and now the imported data shows as "#deleted". The ODBC driver was upgraded, but the data does not appear correctly.
Could someone point me to the right direction?
I need to sort records using string typed value, as the first group (main category) is a string (1-99), the grouping/sorting is done alphabetically (for example 1,10,2,3,4,5,6,7,8,9)
I need to sort the data in ascending order, numeric of course.
This issue is related to my previous post...
I want to get records from a db based on "category"-field, which is string typed but it contains mostly numeric data, some exceptions excluded. Let's say that the categories that we need to get are from 1 to 3, and we have categories from 1 to 99 in the db.
I get the data ok, but the problem...
I'm looking for a solution to create a function,that retrieves actual data (as String format), and returns the value converted to a specific data type.
For example, function gets a string "True", and it could be returned as Boolean (True), or whatever datatype (of course conversion from "true"...
I'd like to know if someone has any tips or articles about optimizing .net apps. I have an app that takes about 30 megs of ram at startup and loading the mainform, which seems quite "normal" to vb.net apps.
I call GC.Collect() everytime a mdi-form is loaded, and closed too. This has no or just...
I have managed to get some nice reports via .Net 2003 CR component. To add some proficiency to the thing I'd like to be able to give the document some reasonable name.
I mean the name that is shown when the document is printed (the bubble notification in systray "Document 'document' was sen to...
I have a datatable, which has 13 columns of data.
If i need to make an identical copy of some of the datarows (byval id), can this be done by code? Of course, the ID-field will change, but the other data wouldnt be altered. Or is the only solution to get the data, and insert it to the table...
First, sorry about double posting. I posted this link since I assumed I'd have a better chance of getting a solution to the problem at hand from the regular readers of this forum.
Any answers greatly appreaciated
http://www.tek-tips.com/viewthread.cfm?qid=1128991&page=1
Thx,
Tutuster
A: Can an app use MS Access 2003 database if there IS NOT access 2003 installed to the computer?
B: Is there a way to compact/repair an access 2003 database via vb.net code? (found some results for this, looking some other way than process.start...)
Thx in advance,
Tutuster
Situation:
A form has various Single-typed values, the number of these values is dynamic, there might be only 1 or 1000 of these values.
The values are shown in the form on a label or some other component such as textbox. The click event of the component opens up another form, where the value...
I have a combobox which is editable (text) in order to limit the box's displayable items (to clarify: database has 10k+ entries, by typing e.g. "smith" the results limit to entries which have the string "smith" in it). The problem is:
when i type the limiting string and click the box to...
I am working on a search function to compare strings, one provided by the user (search string) and the other provided by existing data (listview item/text).
I have no clue where to start, I've looked up the compare and compareordinal methods but they don't open up to me.
For example , user...
I am working on a project with MDI-forms. I would need to access an event call in the "Main Menu" of the parent form. Menu items have performClick method don't they? How can I access the method? Do I need to open the child form with the parent form object as a parameter, or can the child form...
I have a form with lots of contols. I'd need to do some data checking before I take the data to datatable. For example, I need to check all the textboxes in the form to see whether they are empty or not.
I can get to some of the textboxes, but I can't get to the textboxes that are inside a...
Here's the deal. I need to randomize a decimal value (or values) which is between given arguments, let's say 3.7 -6.2. Does .NET have some handy classes to take a look on, or do I need to get some other solution?
Randomizing from 3-6 works fine, but I need to have more accurate numbers here...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.