Hi, I have a hash with this structure:
$users = {
$user => {
'id' => $idno,
'address' => $address,
'job' => $job,
}
}
id is a number.
(note: i simply wrote this to show the structure here, syntax errors in it are possible, it doesn't exist in the actual code).
What i want to do is...
a client requires that when a message is received she can add text (comments on actions) to the message and save it - can't see how to do this in ms outlook.
anyone know of an email client that allows this ?
we are not talking about forwarding - the client wants to be able to open the same...
anyone know how to change the default location for attachments in msoutlook - in other words i do not want outlook to default to 'my documents' when adding a file attachment
when i open network and dial up connections there are no items even though a connection exists (if i try to create again a box tells me the connection already exists) - i am using a dfe-538tx card and have the latest drivers and windows updates (1.7.03) - another machine on the network (same...
i have a routine that queries an access 2000 db and uses sql to move data - since moving the db to a server the routine fails and I get the error 3134
anyone know what it is ???
...Wend
'SQLStmt = "insert into Payments in 'c:\program files\prelunapayments\history.mdb' select * from Payments;"
SQLStmt = "insert into Payments in " & LocHistoryDB & " select * from Payments;"
PrelunaDBS.Execute SQLStmt...
I have an event procedure:
" Private Sub cmdFindName_Click()
On Error GoTo Err_cmdFindName_Click
Me![Last Name].SetFocus
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
Exit_cmdFindName_Click:
Exit Sub
Err_cmdFindName_Click:
MsgBox Err.Description
Resume...
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.