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 SkipVought 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: ejhemler
  • Order by date
  1. ejhemler

    Getting rid of standard FoxPro screen

    right, thanks mike for clearing that up. I forgot about the underscore.
  2. ejhemler

    File is in Use by Another User Error

    I think I will just clean up the code with replacing the append blank command's with INSERT command's. I never liked that command in the first place and could never understand why they wrote it like that. Well, thanks for helping me get to the bottom of this everyone.
  3. ejhemler

    File is in Use by Another User Error

    I've actually set up an event handler that will let the user execute a "Retry" command on there own so that if they get this message, they can hit Retry until it goes through. But I want this to only be temporary until I figure this out. Erik
  4. ejhemler

    File is in Use by Another User Error

    Wow, I didn't realize the append command would lock the file's header. Is there a way to do it so that append does not lock the header file? If not, maybe I will have to look into using the INSERT command, but that will be a pain to rewrite. Oh well.
  5. ejhemler

    File is in Use by Another User Error

    Plus it wouldn't make sense that people are in the same records because all the users are limited to accessing only the records they are responsible for and should not be in the records they are not responsible for. I hope this is making sense. If not let me know and I will try to explain...
  6. ejhemler

    File is in Use by Another User Error

    Yes, I thought about that, but wouldn't that give the error Record is in use by Another User?
  7. ejhemler

    File is in Use by Another User Error

    And if it's not that error, it will be File Access is Denied.
  8. ejhemler

    Getting rid of standard FoxPro screen

    You can also use screen.hide()
  9. ejhemler

    File is in Use by Another User Error

    I have created some software where multiple users need to access the data at the same time and make changes to the same table. I have all the files open shared so that multiple people can use see the data at the same time, but if someone tries to write to the file by modifying a record or...
  10. ejhemler

    Truncating a string

    I've found that the left() function works in this case. It must be early. Thanks anyways, if you were looking to help though. Erik
  11. ejhemler

    Truncating a string

    Hello, I'm trying to convert a numeric value to a string, but I don't want it to round up the decimal point. Is there a way to do this? NumValue = 0.1275 I need the string to be "0.12" If I use str(NumValue,4,2) the value is rounded to " 0.13". Maybe there is a way to truncate the string...
  12. ejhemler

    Extracting JPG from a general field to a .jpg file

    I think I found the answer in another thread. I guess I should look harder next time. Thanks anyways. Erik
  13. ejhemler

    Extracting JPG from a general field to a .jpg file

    Hello all, I am trying to extract some jpg files from a foxpro table with a general field. Each record has an employee's number along with their picture. I would like to extract these photos from the table and name them each with their corresponding emp. number. For instance the following is...
  14. ejhemler

    Printing in color

    We are trying to print a picture that is held in a general field in a table. The photo is in color but it is printing in black and white. We know that the printer is fine because we can print in color without using the foxpro program. But when we try to print the same picture from the general...
  15. ejhemler

    How do I check the IP address of this PC?

    i'm using XP and i don't usually use this PC or OS. how do I check the IP address of this PC?
  16. ejhemler

    windows user name?

    i also found that this command only works on winNT or 2k, but not on win98.
  17. ejhemler

    windows user name?

    actually i found that ? getenv("username") works for me. but thanks for your help anyways guys. Erik
  18. ejhemler

    windows user name?

    is there a command in vfp 6.0 that will tell you what you are logged in as on windows? thanks in advance. erik
  19. ejhemler

    Grey Box in Form Designer

    Hello, I'm using VFP 6.0. When I try to create a new form with the form designer, there is a grey box that won't let me expand the form past this box. I can change the height and width in the properties, but then i can't see past this grey box. Does anyone know else have this or know how to...
  20. ejhemler

    Printing reports from citrix server

    Ramani, That's a great tool. Thank you. Do you have one like that for foxpro 2.6? Erik

Part and Inventory Search

Back
Top