I have a form with several controls on it, one of them a msFlexgrid.
This flexgrid contains 7 columns (each column shows a day feg: 19/02 20/02 21/02 22/02 23/02 24/02 25/02
)...
I have a form with several controls on it, one of them a msFlexgrid.
This flexgrid contains 7 columns (each column shows a day feg: 19/02 20/02 21/02 22/02 23/02 24/02 25/02
)...
on the screen you see different days divided in quarters of an hour. Per quarter i want people to be able to type something. It should also be able to type...
I need to make an application where the user can type texts per quarter of an hour. Is there any control that supports that? or any existing project where I can start from?
I am experimenting with creating activex controls. To test this i want to create a control that is based on a flexgrid, with a textbox so u can edit the flex.
I have a program that prints out reports from Access (The reports are made 1 time, in my program i change the query each time a print out is asked). Does anybody know how i can get this...
The code is not realy special. it's a small program that checks a banking number. So if a user enters the number 833-4514319-03 the program has to say if the code is correct (if you divide the first...
When i type numbers that are larger then 2147483647(The long limit) ther always appears a # sign, why is that and how can i get this away. I would like to do this simple code:
msgbox...
I don't know what could be wrong, but what you could do is add this line bevore you open the wordfile:
msgbox selectedfile, this way you can see if there is something wrong with selectedfile.
I have a flex grid where my selectionmode is by column. But they are able to select(=highlight) multiple columns at once. I would like that if multiple columns are selected, that only the...
i have a program that uses an access database. it could be that 2 users are in the database.
Is there a way to check if a table is in use (so table, not database) by another user??
i'm already pretty familiar with VB. Now i would like to make a web site which makes connection to SQL7. I would like to do this with VB Script. The site would be on an IIS server. i have no...