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

    Relaional data query with replace

    I have two databases I am trying to replace a fields in one. I know it might look crude, just after functionality. My question is why does the statement on the very last line only replace one record that matches when the usaworking has multiple records that match the customer field? SET SAFETY...
  2. gfrlaser1

    xml to table as character problem

    I am importing from an xml using simple statements such as: Xmltocursor("&Mxm", "cxm", 512) however, on field in the xml is needed as character I my new table. The problem appears to be that there is a '-' in the xml field. As an example in xml it is 45987-8. on import to cursor, the field...
  3. gfrlaser1

    open view without login screen

    Creating and using remote views is new to me. I figured out how to create a remote view using the wizard. Now I am attempting to create a small program that opens the view and copies it to a dbf file. So far so good. I have this: USE Data2!mycom IN 0 ------------------> login screen opens up...
  4. gfrlaser1

    Searching drive for a string

    I've searched this forum with no success. What I am trying to do is locate a string of text in one file, in one folder of one drive on my network. The string is always unique. For Instance, I want to find the string "123456789123456" that is contained in any of the many .csv files in the folder...
  5. gfrlaser1

    Copy a PDF to a new PDF

    This code works great for me to open a pdf however, what I want to do is not open it but have it saved as a new pdf. For instance when the operator chooses MYPDF from the form, it would not open it per se, rather it will copy it, create the temp.pdf and then open TEMP.PDF. I want to do this to...
  6. gfrlaser1

    Cursor jumping around

    This is something i've not seen before. My cursor is bouncing around in the field of a form. generally it is moving to the right most of the field as I enter information into it. Doesnt seem to matter if its a text field or a date field. I have tried using different fields as the control source...
  7. gfrlaser1

    link in email

    I currently have my email body written as: oMsg.HTMLBody = [<html><font face = "Arial">]; + [<font size = 2> <font color = 0><br>S:\Postal Documents<br><br>S:\Container Tags<br><br>Y:\Inkjet Files<br><br>W:\FS\MailDat <br><br>Maildate - &mdue<br><br>Quantity - &mquan<br></font></html>]...

Part and Inventory Search

Back
Top