Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: qmacg
  • Content: Threads
  • Order by date
  1. qmacg

    (on Ubuntu)Does anyone have Tomcat6 serving servlet pages to Apache2?

    On Ubuntu Linux, I'm having a hard time configuring Apache2 with Tomcat6. Does anyone have a working version of Apache2, Tomcat6 and Mod_jk? Perhaps someone could provide some samples of their working server.xml, workers.properties and /etc/apache2/apache2.conf files. When I bring up...
  2. qmacg

    Is it possible to disable the control box of the Access App Window

    Is it possible to disable the control box of the Access Application Window? I would like to force users to press the Exit button on the Main Menu to Exit the Database instead of closing out Access altogether. I have some code running when the Main Menu is closing, but it gets bypassed when...
  3. qmacg

    SendObject on MS Access....

    Hello, it's probably something simple, but I can't figure out why the MS Access SendObject does not allow me to move around in Access until I either send the new email or close out the new email window. I prefer to use the SendObject method instead of using the Outlook code in VBA because the...
  4. qmacg

    MS Access SendObject stuck on Outlook send message...

    Hello, it's probably something simple, but I can't figure out why the MS Access SendObject does not allow me to move around in Access until I either send the new email or close out the new email window. I prefer to use the SendObject method instead of using the Outlook code in VBA because the...
  5. qmacg

    How to grab Data being entered in a Subform of a Main Form??

    Hello: Any help on some ideas would be greatly appreciated :-) I'm trying to reuse some code that I use on a form in regular "Form View", but have it read the current active Subform which is in Datasheet view. I tried inserting in the code below "Screen.ActiveDatasheet", but looks to...
  6. qmacg

    Unbound form or acCmdNewObjectAutoForm opens form in design View

    I Need to create an Unbound form or figure out how to open a form in design view using the command acCmdNewObjectAutoForm. When the form is displayed with the following code, it immediately opens it up in edit view...: DoCmd.SelectObject acTable, strTable, True DoCmd.RunCommand...
  7. qmacg

    Is it possible to embed some VBA code into an .csv file?

    Ok, i'm really, really reaching here, but I'm sure someone has pulled it off somewhere. Here goes... I want, well really have to export a table in a .csv format instead of .xls for excel. Reason for this (to make a long story short), I'm exporting a bunch of memo fields, since memos can hold...
  8. qmacg

    vbCrlf in Access VBA code for Memo Field, but Excel no carriage return

    Sorry I couldn't fit everything descriptive in the subject line but here goes. I'll have the following code in VBA to include a carriage return...: strHoldGCdata = strHoldGCdata & "<<" & vbCrLf Now the data in the Memo field i'm adding this to in access creates a carriage return. But when I...
  9. qmacg

    How would you capture before and after changes to data on subforms??

    Hello: I'm trying to devise a strategy of creating a before and after change log for data altered on a subform. Can anyone let me know what is the best event I can use on a field or current record of a form (i.e. OnCurrent). I'm going to create some VBA code in a module and call it when the...
  10. qmacg

    Changing Background Color of a field in Datasheet View

    Hey is there a way to change the background color of a field while a subform is in Datasheet View?? I can slap some VBA code together, but before I bother, wanted to know if the properties of a field can be changed on a field other than the normal view of MS Access Forms.
  11. qmacg

    Location Unknown when searching for 2000 PC on Network / IPC$ Error

    I have an old Windows 95 pc trying to connect to a Windows 2000 pc. When I do a search for the 2000 pc, it finds the computer but right next to the name under the Location Column it says Unknown. When I double click on the computer found, it gives me a "ComputerName\IPC$" signon prompt. But...
  12. qmacg

    Can a Win 95 machine recognize a PCI USB2.0 Card?

    Before I got out and purchase a cheap USB2.0 PCI card to put into my Windows 95 Machine, will 95 recognize that type of card in the PCI slot? I really don't want to upgrade the machine to 98 yet, but just wanted to see if I could install a USB2.0 card into it to add more items to the machine...
  13. qmacg

    Why would attached USB2.0 Adapter Card disconnect occasionaly?

    I have a Windows 2000 machine. I purchased a USB2.0 Adapter Card that slides into the side of the laptop. Lately, a window popup will appear saying the adapter has been removed improperly and then I would have to restart the computer for the laptop to recognize that it is plugged in. I tried...
  14. qmacg

    How do you &quot;Force&quot; the removal of a Shared folder throuh MMC?

    I have an older Windows 2000 Laptop from school. I am logged into my PC with Admin Rights(but not logged in as the actual Administrator). For some reason when I go into the Microsoft Management Console for Shared drives it displays my root c:\ and c:\winnt. Everytime I remove these shared...
  15. qmacg

    Will Rename of Logon.SCR work if SYSTEM &amp; AuthUsers Denied Local Login

    Here's what I have Windows 2000 Professional on FAT32. I accidentally(well.. stupidly) selected SYSTEM, Authenticated Login and a few other Users to Deny Local Login on my machine. I kept the Administrator(s) and my User IDs with the ability to login locally. The problem is I can't log back...
  16. qmacg

    Anyone ever see &quot;Anonymous Logon&quot; in Windows 2000 Professional?

    I think this might be a system generated error, but recently every time I log into my machine and check the security logs in the MMC, I see this Anonymous Logon entry I pasted below. Does anyone know if this might be someone trying to log into my machine or network? Event Type:Success Audit...
  17. qmacg

    Will Turning on ICS Make WindowsXP a host/Admin within a Home Network?

    Here is my Setup... Computers in the Workgroup...: Windows XP, Windows 98, Windows 2000. Does turning on ICS (Internet Connection Sharing) on the XP Machine make the XP Machine seem like a Host or Admin towards the other 2 computers in my Workgroup? Does that give XP through it's...
  18. qmacg

    How do you Access a Servlet on PC(a) by Web Browser on PC(b) ??

    I have a Home Network with 2 PCs on it... Win 98 and 2000. If someone could just tell me if this is even possible... I wanted to access another computer's active Tomcat and MySql by typing into my Browser from a different computer...: Computer A: Computer B...
  19. qmacg

    Ability to Run Servlets on Tomcat via Different PCs on a Home Network

    I have simple network at home and was testing an old Web App. I'm trying to access the web page that is on a different pc on my network. On the pc where the Web App resides I usually access it by starting tomcat and Mysql then goto the web browser and type...
  20. qmacg

    How do you ignore a #NUM! cell value in a linked /Table using cursors?

    I am linking to an Excel Spreadsheet from Access and when I open a Recordset and loop through the fields going across using a cursor, I run into an &quot;numeric field overflow. /Error 3021&quot; when I run into a blank field (i.e. Text, Dates) . If I look at where the cursor is stoping, it is...

Part and Inventory Search

Back
Top