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

  • Users: ktb916
  • Content: Threads
  • Order by date
  1. ktb916

    chinese characters in 2005 version of sql

    I have an SQL db hosted on godaddy. I need some of my table fields to handle both English and Chinese characters. I have imported some table data with both languages but the Chinese shows up as a bunch of (??????) question marks. Is there a setting I'm missing to make this work? My fields are...
  2. ktb916

    Connection string issue loading asp page on godaddy

    I've created a website in visual studio 2005 that access a database and allows users to view, add, change, and delete data. I've hosted the site on godaddy - I realized that i had to import my database tables into the database i created on godaddy - now i need to change my connection string to...
  3. ktb916

    gridview selected index changed to fire new gridview on same page

    I've set up to GridViews on my page - 1 receives a parameter from a previously clicked page the other receives a parameter from the first GridView when a row is selected. The second one does not work. I think the reason is I do not have a mechanism for firing the data source for the second...
  4. ktb916

    Reduce the size of the GP database

    I'm using GP 8.0 and have gotten a message that "this company's database size is 1.90 GB. The limit is 2 GB. Remove history from your company, ... etc." I tried using the SHRINKDATABASE function to reduce the size of the DB and eliminate the message but it didn't work. What else can be done...
  5. ktb916

    Update Access table with ASP.net

    I'm trying to create an ASP website that displays data from an access database. I have been able to get the data but I also want to be able to write changes back to the table. I have the edit option checked in the grid view properties but apparently there isn't any underlying code to write back...
  6. ktb916

    Select and move a borderless form

    I'm trying to create a drag and drop like environment on a form. I created a borderless form that is opened and passed the vlaue of a control on another form when the mouse button is pressed. I'm stuck on how to get the borderless form to follow the mouse and then deposit (or drop) it's stored...
  7. ktb916

    Hyperlink field doesn't work

    I have written a program that gets a file path and puts it in an access table field that is formatted as a hyperlink. I want to be able to use the hyperlink to open the file. The data in the field looks and behaves correct (it's formatted correctly and the pointer turns to a finger when hovered...
  8. ktb916

    Running balance SUB

    I'm trying to create (without much luck) a SUB that can calculate a running balance grouped on a unique part number. For instance, part number 1234 has three records in the table - for each record i want to be able to calculate a running balance so: record 1 Qty 50 Balance 50...
  9. ktb916

    Trying to access GP data through Acess and ODBC

    I'm running GP 8.0 and am having difficulty accessing GP data. This wasn't a problem until we did the upgrade to 8.0. When i make the connection i don't get a complete list of tables only those for things like INFORMATION SCHEMEA. Is there a problem with my ODBC connection? I only have a...
  10. ktb916

    GP 8.0 no back order option in the sales trans window

    I'm running GP 8.0 in a server/client environment lately i have installed GP on a couple of machines and found that the back order document type is not available in the sales transaction window. In the drop down list the option just doesn't show. I though maybe this was a security issue but it...
  11. ktb916

    GP 8.0 install problem - can't find company

    Ok I've got a strange thing going on with GP 8.0. All data is saved on the server and we have several clients accessing it. On a few machines we do the install - the program sees the server and even accesses the data but doesn't show the company name in the drop down list. Also in the sales...
  12. ktb916

    Custom look up date function

    I want to create a function that will look up a date in a table to find out if it is a working day, holiday, weekend, or shut down day. If the date is anything other than a working day I want to return a date that is the first working day prior to the date in question. Any suggestions? Thanks KT
  13. ktb916

    Reprint posted invoice

    Is there a way to reprint a posted invoice other than by making a historical copy?
  14. ktb916

    Batch print invoices

    Is there a way to print invoices in batches rather than individually? What I would like to do is print a picking ticket at order entry time and then go back later and print a batch of invoices and packing lists for completed orders. Thanks for the help... KT
  15. ktb916

    Create chart on access form using data from SQL

    I want to create a chart on an access form from data I'm pulling from a table using an SQL statement and I'm totally lost. The form allows the user to select year and quarter combinations to view performance data. What options do I have for creating the chart? Is there an object I can assign...
  16. ktb916

    Syntax error in SQL statement

    Hi, Can't see the problem with this piece of SQL statement but my query keeps crashing when i try to use it. strSql = strSql & "HAVING(((DatePart('" & "q" & "',[MainQA_Log]![Date]))=1 AND ((DatePart('" & "yyyy" & "',[MainQA_Log]![Date]))=2004)) " Any ideas? KT
  17. ktb916

    Custom function won't work with ODBC connection

    I have created a custom date function in an access database. I'm using the function in an access query and it works fine - however if i try to pull the information into excel through MS Query i get an error "function not defined" apparently this has to do with the ODBC connection. Is there...
  18. ktb916

    Date recognition

    i want to create a function that takes a "yymmdd" date format and changes it to a "ddmmyyyy" format. I need to make a four digit year in order to differentiate between 1900 and 2000. I have created a function that brings in the "yymmdd" data as a string - changes it around to the correct format...
  19. ktb916

    Create chart based on user criteria

    Hi! I'm trying to create a chart based on 1 - a selection of data contained on a sheet and 2 - criteria a user can enter about the data - like a specific category and date range. so the user chooses a category from a drop down list - enters a data range (1/2004 to 12/31/2004) - then clicks a...
  20. ktb916

    Create query table in excel

    I want to create a query table in excel from an SQL statement based on an access table. I have a combo box setup on a worksheet for the user to select criteria (customer name) that the SQL statement will use to filter the data. Each time the user changes the selection in the combo box the query...

Part and Inventory Search

Back
Top