Thanks for replying.
Yes, the link will popup a new window with data from the DB.
I have the popup working fine with links that not in the calendar but i cant get it to work with the links that are IN the cells of the calendar.
i can get it launch the popup from:
link.NavigateURL =...
Can someone please shed some light on this for me, I have tried using
RegisterStartupScript and I cant get it to work.
The purpose of this is that the calendar is displaying info from a db and
when a link on the calendar is clicked it will open a popup window displaying
that info.
Thanks...
yeah, i tried printing and it prints to my desktop printer instead of the network printer.
when i stepped through it i think i might have picked up where it going wrong. in the SetDefaultPrinter function the IF statement just automatically goes to the ELSE portion. i dont think that it is...
i used the code but its not setting it to the correct printer. i keeps the current default printer instead of changing it to what is shown in txtSetPrinter.
how would i set the default printer to specific printer that i have listed in a text box. the point of this is to force the user to print to our network printers only.
We've got a win 2000 server with xp pro clients. we have set up the instant messenger server on the 2000 server and for some reason only a few are able to log on to the service. a lot of users are getting the error message stating that their password is incorrect or their username doesnt...
this is what i have so far but its not working.
Private Sub txtExpenseID_Enter()
Dim rsa As ADODB.Recordset
Dim rsb As ADODB.Recordset
Dim DateNow As Date
Dim strMonth As String
Dim strYear As String
Dim temp As Integer
Set rsa = New ADODB.Recordset
Set rsb =...
Can someone help me convert the following code to ADO. Im moving my database to sql server.
'This procedure generates the Expense ID with the last two digits of the current year
'and increments each time. The year counter does roll over at the end of the year.
Private Sub...
i dont want the user to have a choice of which printer they print to. users are in different branches and i want they to print to default network printer.
does the "Set printer" procedure not work in office 2k3? i have this procedure coded that will set the printer to network printer and it worked fine in 2k2 but when i upgraded it stopped working. what gives? here is the code in question
Dim tempPrinter As Printer
Set tempPrinter =...
yes i have a 1-m relationship between the Expense and Notes table. as far the counter on the button i have that coded in the OnLoad event of that form and in also on OnClose event of the frmViewNotes form.
ive tried setting the modal property on but that doesnt seem to help. i dont know what...
here is "frmExpSnapShot"
Its record source is the following sql query:
SELECT tblExpenses.ExpenseID, tblExpenses.TotalExpenses, tblExpenses.SubmittedBy, tblExpenses.ApprovedBy, tblExpenses.TotalReimbursement, tblExpenses.Today, tblExpenses.Status, tblEmployees.userLevel, * FROM tblEmployees...
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.