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 TouchToneTommy 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: *

  1. Alabaster2100

    On Error GoTo 0 causes weird error

    I have an application that I'm modifying with a new search function. In order to trap for records not found I use a rst.move with on error move next. Once I've finished this trap I normally would set on error goto 0 in order to re-enable error trapping. The application has had a very extensive...
  2. Alabaster2100

    OL2003 VBScript on custom Form

    First, yes i have cross posted this to the Exchange2003 page as it is a very VBS question, but I need outlook specific responses so heres my problem. Env: OL2003 / Ex2003SBS I have a contacts folder of 1500 people. Each has a fax number as +1(555)123-4567 My exchange connected fax program...
  3. Alabaster2100

    OL2003 Forms scripting issues

    First, yes i have cross posted this to the vbscript page as it is a very VBS question, but I need outlook specific responses so heres my problem. Env: OL2003 / Ex2003SBS I have a contacts folder of 1500 people. Each has a fax number as +1(555)123-4567 My exchange connected fax program needs...
  4. Alabaster2100

    SMTP Header shows LAN IP

    I have a client with an exchange server setup in one of the local offices. Corp has deamed that the IPs to be used on the lan will be W.X.Y.Z . however these IPs are public IPs in use. I cant change this so please dont sugest that. The headers of mail from this server are showing ip address...
  5. Alabaster2100

    Please help with page Fault

    Have a simple program that receives a variable and launches the program passed as variable as well as opens an mdb. The Program works fine except I get "Launcher.exe caused an invalid page fault in module unknown". This happens on every computer except mine which I developed the...
  6. Alabaster2100

    Send Email without Mail App

    I would like to revive this question from last year. Bakc then I was looking for a way to send email without having to have an email program installed on the system. Is this possible? I've seen it done in VC but I need to integrate it tightly with my Access2K app. If anyone has thoughts...
  7. Alabaster2100

    Cannot login to W2K Server

    I have a server that was working fine this morning, now when I try to login to it I get "One or more services can not be started, check event log ...." Then it puts me back at the login screen. Please help, I need to get on to this server. Alabaster
  8. Alabaster2100

    How ot Open file with assoc app

    I need to open an access mdb but I dont know if they have access or the runtime. How would I launch the mdb as if I just put in its full path. Thanks Alabaster
  9. Alabaster2100

    Multiple monitors and multiple applications HELP!

    This is going to sound strange but I need some help working out a solution for a customer that wants to run two access applications on a single computer with dual monitors. One application running in each of the monitors. The problems comes when you remove the keyboard and mouse and make the...
  10. Alabaster2100

    Video Capture in VB6????

    I have purchased a 4 channel video capture card from a local surplus shop, I've installed it and with the drivers, windows has found and configured the device. However it did not include any other software. Before I drive myself insane, is VB a good platform to write software for this...
  11. Alabaster2100

    Alternatives to the switchboard?

    Does anyone have an alternative to the switchboard that they may be giving/sharing or know where someone might find a good alternative. I find the built in one so limiting. Thanks Alabaster2100
  12. Alabaster2100

    Help with Run-Time 3001

    I have an unbound form that looks up a record in my table and populates the controls on the form with the data. The users updates the fields and then runs the query to save the updates back to the table. One field is a memo field that the users are to include detailed descriptions of the work...
  13. Alabaster2100

    Need Help with QueryDef

    The following is the vb code I'm using Dim db As Database Dim qd As QueryDef Dim mySQL As QueryDef Set QueryDef = cticket.CreateQueryDef("cticket", "UPDATE tbl_Ticket SET tbl_Ticket.TechID = cmb_SelectTech," & _ " tbl_Ticket.TicketClose = txt_CloseDate...
  14. Alabaster2100

    Help with Invalid Arguement on SQL

    I have a problem tracking program that has been working good for a couple of weeks now, until one of the techs pointed out that he could not save and close a record. I have an unbound form that the tech fills in a resolution type, resolution detail, their loginID and the date auto-set. the...

Part and Inventory Search

Back
Top