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 wOOdy-Soft 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. amberdextrous

    ASP.NET + FileMaker, HTTP GET and POST problems

    Warning, I'm an extreme newbie to this stuff, I'm actually an intern so I'm still learning. I wasn't sure who would be more likely to know how to help me, FileMaker experts or ASP.NET experts, so I posted in both forums. I am trying to send GET and POST requests to a web-enabled FileMaker...
  2. amberdextrous

    FileMaker + VB.NET, GET/POST, XML

    Oh man, I really hope someone can help me. I am an IS intern and I am very new to Visual Basic, very, VERY new. I guess you could say I'm self-teaching myself on the job, but I am taking a class next semester. Anyway, my company uses two FileMaker systems that integrate. When you click...
  3. amberdextrous

    Using ResultSet with tables with unknown # of rows and columns

    Hello all, I'm developing an app that connects to a database (in my case, an Access database) and can run SQL queries against it (select, insert, delete, etc.). I'm trying to read data from the database using a ResultSet so I can output it to a JTable. There are several tables in the database...
  4. amberdextrous

    Replication: FileMaker to SQL Server

    Hello all, My company uses MS SQL Server 2005 and FileMaker Pro 6. I'm developing an application that needs to access FileMaker data, but it needs to get it from a SQL Server table. So, I need to be able to automatically replicate the data from a table in FileMaker to a matching table in SQL...
  5. amberdextrous

    Label visibility toggling not working

    This is probably going to sound like a really dumb question. In my program, the user selects values from 3 drop-down lists and hits the "Export" button, and the values are passed as parameters to a SQL Server 2005 stored procedure. The results of the query are stored in a dataset, which is...
  6. amberdextrous

    Conversion error with Varchar, datetime

    Ok, I am pulling my hair out over this. I developed a VB program that has 3 drop-down lists: Agency/Client code, a start date & time, and an end date & time...the latter 2 are DateTimePickers. The user selects from these drop down lists and hits a button, which then passes the selected values...
  7. amberdextrous

    Create XML from database table in VB

    I have a problem creating an XML file from a SQL Server 2005 table. This is all within a VB 2005 program I'm making. I run a query against the table and store the results in a dataset. Then I call objDataSet.WriteXML() Unfortunately, the table is poorly designed. All the columns have spaces...
  8. amberdextrous

    Generating XML from DataSet and Saving It

    Hello, I have run into a problem developing a small VB 2005 application for a call center. The program runs against Microsoft SQL Server 2005. The program runs a query to pull records from one table in a database, based on the dates the user selects from DateTimePicker (which correspond to a...
  9. amberdextrous

    Clear unbound text boxes after running query

    I posted about this awhile back and didn't get any responses that fixed the problem. I put this project on hiatus for awhile and now I'm back to it, and I'd still like to get this figured out. There's a screenshot of the form I'm having a problem with. I've got it set up so a user can type...
  10. amberdextrous

    Clear Text Boxes After Running Query

    There's a screenshot of one of the forms for my database. I'm having a problem with the "Clear Text" function. I want the user to be able to click that button and clear all 6 of the unbound text boxes, either before or after they execute a search. As of right now, it will clear them if you...
  11. amberdextrous

    Query ignoring new records

    Hello. I'm new to Access and VBA. I'm developing a database for my company and I've basically been teaching myself as I go along, and I've been using A LOT of code help from forums. We have a cabinet full of CDs with archived project files on them and if you need to look at an old project for...
  12. amberdextrous

    Report prompts for criteria

    Hello. I'm new to Access and VBA. I'm developing a database for my company and I've basically been teaching myself as I go along, and I've been using A LOT of code help from forums. We have a cabinet full of CDs with archived project files on them and if you need to look at an old project for...

Part and Inventory Search

Back
Top