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

  1. ShaneBrennan

    Converting from VB6 to VB 2008 - HTTP Request

    Hi Everyone, not sure if this is the right thread/forum to put this... but I'm having issues trying to convert the following code from VB6 to VB2008. All it dowes is posts to a URL the locationID and the site returns an XML of the data stored there. But I haven;t a clue how to do it. All...
  2. ShaneBrennan

    Returning Radio Button Value

    Hi Everyone.. I think I've got brain freeze. I'm using bootstrap version 3 and I have 2 radio button on a modal with the id "closeProjectDetails". The code for the radio buttons is: <div class="control-group btn-group row"> <label class="btn btn-default">...
  3. ShaneBrennan

    Remembering settings

    good afternoon. I am very new to ASP.NET, MVC4, jQuery, etc.. so I apologize if I use wrong terminology I don;t fully understand any reply. using MVC4 I have a list of clients (using the wijmo's wijgrid control) where I can click on a row to display the client details. Once saved I want to...
  4. ShaneBrennan

    Export to json - procedure with 2 parameters for sort field and order

    Not sure if this is the correct place for this. I've got a working procedure to export the contents of a DB table to json - but it's fixed on a sort field and order. What I want to do it take 2 parameters (sent in from Wijmo Grid) to sort a named field (sortColumn) into ascending or descending...
  5. ShaneBrennan

    Copying Word Table without using Clipboard

    Hi Everyone - hope you all had a very jolly New Year. I am application that uses the clipboard to copy and paste tables in Word. Which works fine - but once you use any other application and do Ctrl-C the clipboard gets overwritten and the application crashes. Basically its a catalog system...
  6. ShaneBrennan

    Textbox - need to remember Cursor Position on return

    Evening Everyone. I've written an email screen (in Access XP), the user can write any text in the body of the email and can use special "Merge Codes" that will be swapped with a record details before sending. E.g. <ClientName>, <ProjectNumber>, etc. All this works fine, but the user has to...
  7. ShaneBrennan

    MS Word: No of columns in row?

    Hi Everyone Does anyone know how to detect/count how many columns there are in the currently selected row in a Word table? I need to detect how many columns are in a table so I can decide to enter info into a 3 column table or 2 columns? Thank you in advance for any help given. Shane Brennan
  8. ShaneBrennan

    MS Word: Page Numbers in Table Headerts

    Hi have a table in Wors what goes over 2 or 3 pages, dependig on the amount of text in the cells - so I want to smarten it up and report 1st 3 rows on the 2nd and 3rd page - easy - just clicking the tick box. I then wanted to put Page 1 of 3, page 2 or 3, etc. in the table heading...this is...
  9. ShaneBrennan

    MS Access 2007 - Ruler to show Pixels

    Hi Everyone On Form design - my ruler shows CM - is there away to change this to show pixels instead? Thanks you in advance of any help given. Shane Brennan
  10. ShaneBrennan

    RTF form - use with different forms

    Hi everyone, I have a form with an RTF editor - using memo field to store the data - it works fine. What I'm trying to do is use this form as the main RTF editor for the whole application. What I'm looking for is a method to instruct the form to use the memo control on another form as it's...
  11. ShaneBrennan

    MS Access Crashing out when accessing MSSQL and MDB linked tables

    Hi Everyone This is a really wiered problem I've having and I can not figure out why the problem is occuring. basically, I have a front end DB with links to backend MDBs and a MSSQL server - works great as long as the form I am looking at only contains tables from the MDB or tables from the...
  12. ShaneBrennan

    MS Access Crashing out when accessing MSSQL and MDB linked tables

    Hi Everyone This is a really wiered problem I've having and I can not figure out why the problem is occuring. basically, I have a front end DB with links to backend MDBs and a MSSQL server - works great as long as the form I am looking at only contains tables from the MDB or tables from the...
  13. ShaneBrennan

    Grammar Checker in Access

    Hi Everyone I know it is possible to spell check the contents of a field on an access form by pressing the F7 key, but is it possible to grammar check the field? If not directly, does anyone know of a third party piece of kit to do this? Thanks in advance for any response submitted. Shane...
  14. ShaneBrennan

    Operation Not Allowed in this Context Error

    Hello I have an access database and a VB6 application that will interigate the access database and produce a report in word using automation. This works perfectly except for memo fields. Where I get about 260 characters perfectly then I get the silly Hieroglyphics symbols appearing. Someone...
  15. ShaneBrennan

    Moving Forms

    Hi Everyone. In have a form that I want to move around the screen, but I want to limit where I can move it on the screen. Specifically I don't want it to go into the 1st 1" of the screen. The form is a pop-up. The reason I don't want it to go to the top of the screen, if because I have...
  16. ShaneBrennan

    link tables keep embedding

    Hello I have both Access 97 and Access 2003 installed on my PC, I'm trying convert a database I wrote in Access 2003 to 97 - which it does, but the linked tabled are no longer linked, they are imported into the MDB? Has anyone got any ideas of how I can keep the links in place? Thank you in...
  17. ShaneBrennan

    Copy files directly to PDA from Terminal Services

    Hi Everyone I'm trying to copy a file from a Terminal Services Session directly to a connected Windows Based PDA on the client machine. I can easily transfer a file to a specific folder on the client machine using \\tsclient\c\destination folder - but I then need to transfer the file using...
  18. ShaneBrennan

    Copying Files to a Client's Pocket PC using Terminal Services

    Hi Everyone If this is the wrong place for this post - I appologies. I'm new to Terminal Server - but have managed to copy files to the client's PC using commands (in MSAccess) like: filecopy c:\test\Test.doc \\tsclient\c\Test.doc But then the user has to click on another program to...
  19. ShaneBrennan

    Adding Tables at Runtime

    I'm not very good at explaining technical things but I will give it a good go. I have a MS Access 97 database that has 5 linked tables from 5 other user databases on the same network also written in Access 97. As I enter information into my system I can select which of the linked tables gets a...
  20. ShaneBrennan

    VB6, MySQL, ODBC and Error 3027 - Database or object Read Only.

    I'm having a problem adding a new record to my MySQL database. I have a database called tblLog (Currently empty) with 3 fields: ClientID, ProductID and SecurityID - all varchar All I want to do it add a new record, but the I keep getting the following error message: "Run-time error '3027'"...

Part and Inventory Search

Back
Top