Hi,
Our intranet application gives the possiblity to create serveral lists in excel. On the server the excel-file is generated. The Disadvantages of this are the extra licence cost,it's unstable and there are difficulties when you want to upgrade. We want to get rid of this. So we thought...
Hi,
In excel there is a function that automatically sorts the columns. This works as follows:
- Select the 2 columns(1 range)
- In the menu: chose Data and then Sort.
- Now you can chose which column you want to sort and in what direction.
- The other columns will automatically be...
Hi,
You say that in the file were the code is stored, that there is no sheet called "Week No". But in your code snippet you have a line "Sheets("Week No")...". I think that this line refers to the sheets in "thisworkbook" of the file where the code is...
Hi,
I tested your code in Excel XP, and the code runs right.
The file will be always opend in read-only mode.
Are there any errors reported when you run the code?
Hello,
I published a custom form into my personal outlook folders, based on the standard contact-form. On that form there are some buttons. When I create a new contact item with this form, the buttons works fine. Than I save the contact, when I reopen the same contact, and I click on the...
Hi,
If you are using a datagrid you use the properties of the datagrid to allow paging.
If you want to use a datalist or something else,
you can do paging with the "PagedDataSource".
Following article will help you:
http://www.sitepoint.com/article/921/1
Kind regards,
T.
Hi,
Is there a way that a specific email template always follows the same route and will not be send to the next recipient without the current/previous recipients approval?
For example: a document is created in Notes which is automatically send to our unit head. After his approval, he is...
It's from an excel-file with names and addresses. But not every address has to be imported. I have to check before I add the address to the addressbook.
I have following script:
Sub Click(Source As Button)
'Declare variables
Dim session As New NotesSession
Dim db As NotesDatabase
Dim...
Hi,
I want to add documents in eg. the addressbook.
But I want to do this when I click a button or something. Thus within a LotusScript. Is it possible?
Thanks!!!
Greetz,
T.
Hi,
How is lotus notes constructed?
I mean, is the following statement correct?
First you have a database, for example names.nsf(the addressbook)
In the addressbooks there are views.
In a view there are documents.
So the entries in a adressbook(my contacts) are ie. documents.
Can anyone tell...
Hi,
I did it with the timer you say and this works.
This is indeed not a very proper way to do it, but it's only once in a while this function is used so I'm satisfied with it.
Thanks a lot!!!
Regards,
Hi All,
I have a form with a treeview in it. When I rightclicks on a node another form is loaded. Within this form there is also a treeview. But this treeview doesn't respond to nodeclick event or other events. When I load the second form from the command prompt, everything goes fine, Only...
Hi,
I am using VFP 6.0. I have created a class with some functions. One of the functions is 'addCustomer' with following code:
[code]LPARAMETER cust_Name,cust_Address
strConnect="driver={SQL Server};..."
nConnectionHandle=SQLSTRINGCONNECT(strConnect)...
I thought the error was about the address field, sorry.
The field "age" is a number-field?
I don't know how you can allow zero-lenghts in a number-field, but maybe you can always write the number 0 to it?
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.