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 Chriss Miller 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: bobleonard
  • Content: Threads
  • Order by date
  1. bobleonard

    Missing over 20% of Dell SSD drive

    I just got a Dell Venue 11 tablet. The specification is 4 GB DDR3 memory and 128 GB eMMC Solid State Storage. My C-drive is 101GB. What happen to 27GB? My searching indicates that a small amount may be used for some OS functions but over 20 % seems extremely excessive. The truth is: I...
  2. bobleonard

    Saving Changes to a Control's Properties

    Hi, I'm making some changes to a control's properties. I do this in the Detail.Format event. The changes work fine but I would like to save them. I've tried: DoCmd.RunCommand acCmdSave after I make the changes but this doesn't take. Also, (from reading posts) I've tried: DoCmd.Close...
  3. bobleonard

    Processing on Events not going like I think it should

    Hi, I'm probably this is my first report that is just coding. Hopefully someone can enlighten me as to where I went wrong. I first put the code "Me.A0.value = Str(mylonga)" in the open report event. I get the error: cannot assign a value to this variable. Debug shows I'm reading the correct...
  4. bobleonard

    Code for Unbound text not working in Report Open Event

    Hi, I'm probably doing something dumb here but maybe someone can enlighten me. I first put the code "Me.A0.value = Str(mylonga)" in the open report event. I get the error: cannot assign a value to this variable. Debug shows I'm reading the correct data in the table. Next, I move the code to...
  5. bobleonard

    Report on multiple items with multiple-lines/item....I clueless

    Hi, Hopefully, someone can point me to some info/posts where I can write multiple lines for each record in a table. I would appreciate it. The report would have 6 lines per item. I'm guessing 4-items per page. Since the multiple item format only allows one item per line, I can't (?) use it...
  6. bobleonard

    My code always edits first record??

    This code, though it moves to the record I input, it always edits record number 1. The ID field is an auto-number field. I put this code together from examples but I don't know what I'm doing wrong. Thanks for any input. I took out the 'useful' code because it doesn't matter for 'Edit'...
  7. bobleonard

    How to debug the DoCmd.OpenReport options

    I got the following code off a tek-tip post: When I run it, all the fields come up '#Name?' I assume the query is bad, But it is: ID = 1 for first record. Any suggestions? Private Sub Command226_Click() Dim strWhere As String If Me.Dirty Then 'Save any edits. Me.Dirty = False...
  8. bobleonard

    I Think This motherboard is toast..

    Hi, Just want to see if anyone agrees with me. When I turn on this desktop computer...Nothing comes up on the Monitor. I'm told that the last time it came up...it 1)prompted for the user to select setup and then 2) froze with a line on the bottom of the screen which said loading files. I tried...
  9. bobleonard

    I need to write multiple records with Word (append)

    Hi, All the examples I can find just write one document for each record. I can’t find an open with append?? So that I can write a multipage document. If anybody knows an example, could they Share it with me? Thanks, Bleonad
  10. bobleonard

    Using Word, I get: wdGoToBookmark-not defined???

    Hi, The complete code is: Set wordobj = CreateObject("Word.Application") 'wordobj.ChangeFileOpenDirectory = "C:\Aword\" wordobj.Visible = True wordobj.Documents.Add Template:="C:\Aword\awordtemplate.dotm", NewTemplate:=False Selection.Goto What:=wdGoToBookmark, Name:="Pnumber"...
  11. bobleonard

    How can I do a ping every 30 seconds?

    I have a VPN which is just 'losing' its connecting after and hour or so of inactivity. A continuous ping seems to keep it up. I would like to ping every 30 second to see if that will keep the VPN connected. If someone can give me an idea how to do this, it would be very appriecates. Thanks...
  12. bobleonard

    Cannot Share Folders…No Server service??

    When I attempt to share “Shared Documents” via Properties->Sharing, I get the following message: “An error occurred while trying to share Documents. The Server service is not started. So, I go in to services, and start the server service. (This is supposed to be automatic… I think) I...
  13. bobleonard

    I can ping server but cannot map it (over VPN)

    I can ping a server on a different subnet, But I get the following error: "The drive cannot be mapped because no network was found" I have done this mapping in the past. Just now I get this message. I am pinging through window command prompt. (Media Center Edition) Any suggestions why this...
  14. bobleonard

    Can't ping with crossover cable???

    I think this is strange. I’ve got two laptops connected with a crossover cable. XP-Pro on one and XP-Media Center on the other. I’ve set one IP address to be 192.168.100.5 on Media Center PC and 192.168.100.10 on the other laptop. I can ping one direction. Pro to Media Center but not the...
  15. bobleonard

    Can’t ping with crossover cable.

    I think this is strange. I’ve got two laptops connected with a crossover cable. XP-Pro on one and XP-Media Center on the other. I’ve set one IP address to be 192.168.100.5 on Media Center PC and 192.168.100.10 on the other laptop. I can ping one direction. Pro to Media Center but not the...
  16. bobleonard

    Plug-Play can’t see printer on USB to Parallel cable

    Hi, I’ve got two new computers with no parallel port. The USB ports work fine on flash drives. But the Plug and Play does not recognize a new device. Is there any way to force this??? The issue with replacing one printer is: it is at a church and they bought a year’s supply of ink...
  17. bobleonard

    Can’t connect to Logical Disk Manager is big symptom.

    Hi, It appears a user did an ‘Office Update’ with some office applications open. First symptom is: can’t connect to logical disk manager. I waited 30 minutes for logical disk manager (I saw a posting that it could take a long time) Second is: system just hangs when trying to shutdown...
  18. bobleonard

    Changing ethernet cable from 568-A to 568-B killed the link

    I give free support to a church that had a power hit via a transformer or lighting. This is a small environment with maybe 6 computers. I determined that a small 4-port switch was bad, and replaced it. There is a 100-foot run to the next computer. Anyway. As I was making all the RJ...
  19. bobleonard

    A share/permission problem?

    A share/permission problem. I cannot modify a text file??? On a XP-pro server, I have full read/write permissions on a folder that is Shared on the network. I can read and write text files in this folder. BUT, When the administrator writes a file to this folder, I can read the File but can...

Part and Inventory Search

Back
Top