Thanks for the hint, i think i got a clue about the problem i face.
I do the test, as you suggest , already but i have it in the Page_Unload event as thats the point where i today test if the recordset have recieved any "visitors".
But when this event fires is the page already formated i think...
Hi c8msm
It me again, the guy with the problem with the Visitors screen :-)
http://www.tek-tips.com/viewthread.cfm?qid=1278605&page=1
I have read this help section, from this i did draw the clue that the postback is the missing part.
If you recall the above thread do you understand why i want...
This might a real newbee question, but now i'm stuck.
I have a page with a multiview control on, inside this have i 2 view controlls.
how do I change between these two without using a button ?
What i have descovered is that when clicking a button so does a Postback event rise and the page is...
Hi again.
Oopps, here comes a couple of arguments i can't question, actually never thought about where the code is executed as i tested on my own developement computer with a webserver on , runat="server" -> why have i not reflected on this, it stand i cleartype on the screen [ponder]
It seems...
Hi ca8msm & vbcris
I'll give my response in the same reply, hope it's ok-
ca8msm
No the Thin client can't contain any web server, it just a "dumb" terminal, it will just browse a page on our internal web server. The idea about using a screensaver comes from that i'm very attracted to this...
Hi Vbkris
Here comes a bit more "wordfull" explanation.
The idea with this application is to use an asp.net 2.0 website, why? just because the neat functions for database use, as the application also handles registration/deletion of visitors in a database.
My intention is to use a thin client...
Hi
I'm writing a small application that will be used to welcome visitors to our company. The thought is to mount a TFT Screen on a wall and present our visitors on that screen.
But when no visitors are "available" is it not so nice to show a blank screen. So my intention is to find a nice...
I am working on a small project for my company that has the purpose to read posts from a database and present it on a screen in our reception.
The data that shall be shown is people that are visiting our company today.
To get this working so have I created a repeater and bound it to an access...
Hi folks
Pls disregard the oabove problem, I have found a solution to it.
After intense testing did it turn out that the problem wasn't the code it was some problem in the mailbox at the person i tested against.
Setting up a completelly new use and test agains him aswell turned out that the...
Hi again brtek.
Was a little fast in my first reply.
The code supplied works if you do not have stated "Option explicit" in the module.
If you use "Option Explicit" you need to use
Dim myRecipient As Recipient
/Regards
Gerth Ericsson
Morning folks
Sorry if this problem has been in another thread, but i have not found any.
Im programming an MS Access database that shall be used to handle internal problems in our production.
In short terms, the database shall hold records about the problems and solutions to it - depending on...
Hi brtek
I have been struggeling with the same problem, the below code have I in use and working.
Dim OlApp As Outlook.Application
Dim ObjTask As Outlook.TaskItem
Set OlApp = CreateObject("Outlook.Application")
Set ObjTask = OlApp.CreateItem(olTaskItem)
With ObjTask
.Assign
Set...
Thanks for your reply.
I have tested the code and it works, it helped me with another problem so the code will be handy in the future.
I see that I have to polish my english a bit so I can put the question in the right way. So I don´t take up your time.
My intention was to manipulate...
Thanks for the reply, I will test this direcly in the morning. I have been struggling/testing with a similar VBA code but not used the DETAIL part.
My code read
if ...
me.[fieldname].backcolour = "xx
.
.
The result in this case was that all fields with this name became coloured...
I have a problem that i don´t know how to tackle.
Im programming a database that vill contain measuring values. I would like to make a comparison between a reference value and a measured value, when the measured value dont match the ref value so would i make a visual feedback to the operator...
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.