Thanks Titleist,
At first I was thinking virus because I could not figure out how to keep it from switching to Russian every time I logged off, but I was eventually able to get it back to US and stopped it from switching to Russian. So then my thoughts turned to someone had gained access with...
Hello All,
I have a Windows 2003 R2 Server (32 bit) that keeps switching to Russian as the language. I suspect that the system has been compromised, but a virus scan (TrendMicro) has turned up nothing and I can't find anything on the internet that describes the exact problem that I'm seeing...
Thanks SQLBill. I've only ever written SQL dealing with one database at a time. So if I create a stored procedure on one database, how do I select/insert/delete in another database? Will I get the same potential performance increase if I just move data between 2 tables in the same database...
Hello All. I am a relative SQL novice. I have a 3rd party application that logs alarm information to a SQL database that has 1 ugly flat not-normalized table. Unfortunately I have no control over this table and it's design, the 3rd party app creates the table and logs data to it.
This table...
I am posting this so that others may find this information more quickly than I did when my inbound internet mail flow stopped and received the MSExchangeTransport message ID 15002 in my application event log:
"The resource pressure is constant and MediumHigh..."
The following Microsoft...
Shame on me for not checking out the new functionality. I upgraded from Exchange 2000 and was first trying to implement what I had before. We are small... less than 10 users.
Thanks for the heads up, it sounds like Outlook Anywhere is exactly what I need. Screw POP3, now my remote users will...
I've got an Exchange 2007 server and I'm trying to enable SMTP relay for POP clients that authenticate from outside my private network. I've searched and searched and everything I find has not worked. Nothing I find specifically talks about allowing relay from authenticated clients like...
If this is the wrong forum for this question, please kindly redirect me...
I have a macro for Outlook 2003 that I created and was running for a long time to export sender e-mail addresses so I could import them in to a blacklist on the SPAM software running on my Exchange server. Recently, I...
Thanks Linney. That thread had the information I was looking for. I tried searching posts first to find an answer but never found that one. I guess I need to refine my searching talents. Thanks again.
you could always just go to your display properties and uncheck 'extend my windows desktop onto this monitor' for the secondary monitor that you don't have hooked up anymore"
I've already done this. Some applications don't recognize that the extended desktop has gone away. Applications like...
Hello all,
I have a Dell Inspiron 8600 and I frequently use extended desktop when I am in my office and connected to my docking station. I have an application (Quicken 2005 Deluxe) that I opened up while I was using exteded desktop and moved to the secondary desktop. I closed the application...
When I've written macros to automate simple but mundane tasks... and I don't want to hard code the cell references, I prefer to use "Cells" instead because the reference for the column is numeric, not a letter. For example, cell D5 would be Cells(5,4).SomePropertyOrMethod.
Another way to...
Hello rudejohn... back when I was first getting started writing VBA in Excel, I would record a macro doing what I wanted my VBA code to do. This creates a module in your spreadsheet and builds the VBA code for you. It rough and not very clean code and usually has more steps than you really...
The problem hasn't be resolved yet, but we ran some tests and I have some more information. Basically we rolled back to ground zero, reinstalled the old computer with NT and the old VB5 app on it, then incrementally made small changes to rule certain things out.
Our assumptions for possible...
Thanks ADoozer,
By "handshaking", are you referring to the XonXoff of the mscomm control or to throttling the data output to the mscomm control using responses from the print and oncomm events?
By the way, the printer is an Intermec Model 3600.
Thanks
Here's the code that prints the label...
******************************************************
Sub Print_Label()
On Error GoTo Error_Handler
gcErrSub$ = "Print_Label"
gnRetry% = 0
Set dbsSQLServer = Workspaces(0).OpenDatabase(gcDbName$, dbDriverNoPrompt, False...
I don't have any printer information right now, I'll pick that up today while I'm on site. The settings for the mscomm control are as follows:
CommPort: 1
DTREnable: True
EOFEnable: False
HandShaking: comXonXoff
InBufferSize: 1024
InputLen: 0
InputMode: comInputModeText
NullDiscard: False...
I have inherited a VB app that is used to retrieve label information from a SQL server then print the data to a barcode label printer over COM1 using the MSComm control. Depending on the product, either 2 or 4 labels get printed. The app was recently upgraded from VB5 to VB6 and now the first...
You probably need to install and register a Terminal License Server with Microsoft. Terminal Services will run for 90 days in Application Server mode without a license server.
http://www.microsoft.com/windowsserver2003/techinfo/overview/quickstart.mspx
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.