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 Mike Lewis 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: dionu
  • Order by date
  1. dionu

    How to start and not wait for a process within another process?

    I have a CGI script that I want to invoke a perl file. The problem is, I don't want the cgi script to be terminated (exec command) and I don't want the cgi script to wait for the perl process to finish. I have been trying variations of the following: system("nohup ./process.pl $filename...
  2. dionu

    Daylight Savings Time

    how do you properly call the function? I can't seem to get my brain around this trivial function...
  3. dionu

    Daylight Savings Time - Looking for Chip H.

    Chip, I have questions regarding some help you posted about a year ago in regards to a Daylight Savings Time question. The GetTimeZoneInformation function to be specific. How do you properly call that function. It seems like you need to provide an arguement, but I thought the arguement is what...
  4. dionu

    General ODBC Error

    I am trying to add a querytable to an Excel form and I am receiving a general ODBC error at the .Refresh line of the following code... any ideas? With Worksheets(1).QueryTables.Add(Connection:=strConn, Destination:=Range("A1")) .Sql = strSQL .Refresh End With I have checked the...
  5. dionu

    General ODBC Error

    I am trying to add a querytable to an Excel form and I am receiving a general ODBC error at the .Refresh line of the following code... any ideas? With Worksheets(1).QueryTables.Add(Connection:=strConn, Destination:=Range("A1")) .Sql = strSQL .Refresh End With I have checked the...
  6. dionu

    Pulling Info From PostgreSQL DB into Excel Spreadsheet

    I need to pull some info from a PostgreSQL database into an Excel spreadsheet for reporting purposes. I have created a query that can do it, but I want to create a form that has at least one parameter for the query which is ran when the user clicks a command button. I am not sure of how to...
  7. dionu

    Pulling Info From a PostgreSQL DB into an Excel Spreadsheet

    I need to pull some info from a PostgreSQL database into an Excel spreadsheet for reporting purposes. I have created a query that can do it, but I want to create a form that has at least one parameter for the query which is ran when the user clicks a command button. I am not sure of how to...
  8. dionu

    Pulling Info From PostgreSQL DB into Excel Spreadsheet

    I need to pull some info from a PostgreSQL database into an Excel spreadsheet for reporting purposes. I have created a query that can do it, but I want to create a form that has at least one parameter for the query which is ran when the user clicks a command button. I am not sure of how to...
  9. dionu

    Trouble formatting a column in a list box...

    I am trying to fill a list box with distinct rows from a query. I have the data filling the list box, but one of my columns within the list box contains phone number information. I have used an input mask defined within the table that stores the information and anytime I have called the field in...
  10. dionu

    Can one of two fields in a table be required?

    I am trying to set up a table that requires one field or the other not be null. How can I do this? Also, I am creating a form that has a text box in it that should be filled with the data from the field that is not null. Any ideas on how to set up the control source or whatever so that it pulls...

Part and Inventory Search

Back
Top