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

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

    Textbox Multiline Maxlength Wrap

    Hi all I would like to know if its possible to make a multiline textbox wrap to a set length on each line. I know that u can use the maxlength property to set the length for the entire control and that the wrap property can be use to wrap when the text gets to the control border. If I use...
  2. antvon

    eVB

    Hi I proberbly shouldn't be posting this here, but I thought I'd give it a shot and see if there was anyone that knows eVB. I am basically trying to shell to a eVB application on a pocket pc. So far it seems as though the function can only shell to exe's. Unfortunately eVB makes a .vb file...
  3. antvon

    Referencing a field name via a variable

    Hi all I'm looking for a way to reference a table/query field name by using a variable. Lets say I have a table with the following fields: Customer Budget1 Budget2 Budget3 . . Budget12 Where Budget1 is the Budget target for financial period 1 What I would like to do is create a query that...
  4. antvon

    Run ce app remotely

    Hi Is it possible to a run a .vbp app on a rf handheld device that is synchronized to a pc when that app resides on the pc only? This may be a really stupid question but I don't know win ce at all. Thanks in advance
  5. antvon

    attach mdf file over network

    Hi Is it possible to attach a mdf database file from a directory on another pc over a network. I have tried to attach the normal way but all I can see is my local C: drive. Thanks in advance
  6. antvon

    Move controls on report open event

    Hi all Is it possible for me to programmatically move controls on a report in any section before it loads or opens. As in : Private Sub Report_Open(Cancel As Integer) Me.txt386.Left = 26 End Sub Thanks
  7. antvon

    Owner prefix on linked sql tables - dbo_tablename

    Hi Does anyone know how to link a sql table in access without the linked name showing the owner prefix. ie dbo_tablename to just tablename. Is there perhapes a setting I can change (I now this is a long shot) Abviously I could just rename the link but sometimes theres quite a lot of tables...
  8. antvon

    Report Preview/Print Error #2157

    Hi all I have a report preview error No.2157 in Access 2000 running Win98 printing to a oki dot matrix printer. Error Msg is as follows : "The sum of the top margin, the bottom margin, the height of the page header, and the height of the page footer is greater than the length of the page you...
  9. antvon

    Microsoft Web Browser cannot resize

    Hi all I have place the ms web browser activex control onto a ms access 2000 form and pointed it to an xml file. The browser displays the contents correctly. Unfortunately I cannot find a way to size the control so that it can be larger than it current is. I have used the following to no avail...
  10. antvon

    msde installation

    Hi all I hope this is the correct forum (apologies if not) I need to now how to use msde after i installed it. I only know a few basics..create,modify,delete etc from working on sql server 2k databases. I have a installed sqlsvr2k on my machine and have installed the msde as well.(which I...
  11. antvon

    sql odbc timeouts

    Hi I have a MsAccess 2000 database with odbc linked tables to a Sql 2000 Server . Some of the tables are huge (+500k records) and is causing a odbc timeout error when viewing tables or running queries. I have read that some like to set the timeout to 0 in the registry which I have done but...
  12. antvon

    Modem 'undetected' if switch off on boot up

    Hi all os = Win2k My serial US Robotics Modem (Sportster Flash 56K) will not remain 'attached' if I boot without switching the modem on first. I can't see why this should be as it did not do this when I was using win98 . I'm properbly missing a simple setting somewhere but for the life of me I...
  13. antvon

    external window text grabber with replace

    Hi All Id like to write some code that will allow me to read in some string from an 'external window', manipulate it and paste it back into the ext. window with the modification. i.e. assume that the app is running and that the ext window is a vb6 design window. the text i want to change is...
  14. antvon

    ado control connectionstring setting

    Hi I apologise for repeating this question but I posted the original with an incorrect subject heading. I need to programmatically change an ado's connectionstring at runtime. But I have a problem with the original string in the adocontrol's connectionstring property ie. ado control's...
  15. antvon

    ado recordsource linking

    Hi I have several ado data controls on various forms that have their recordsources set to a sql server string What I'd like to do is set these ado's recordsource strings to another value (so that a different user can log in to the database) I have tried setting the ado recordsource in the...
  16. antvon

    Deleting duplicate items

    Hi I wish to delete duplicate items from a table using a delete query but only to delete one of the dups Preferably a single query Example 101 101 102 102 run delete query 101 102 Thanks in advance
  17. antvon

    Sum detail line with criteria

    Hi I would like to do a aggregate sum on a detail line, but only where the detail lines meet a certian criteria. ie. Group A Code year litres 001 2002 50 001 2003 25 002 2002 75 002 2003 50 003 2002 25 003 2003 25 ----------------- 100...
  18. antvon

    Declaration error msg

    I have greated a VB6 project that has been working fine for some time now. Unfortunately the harddrive that the project was located on crashed. I managed to transfer the files over to a new machine, but when I tried to run the program it came up with the following compile error message...
  19. antvon

    Repeating field in report detail line

    Hi Is there any way to let a field repeat horizontally in the detail section of a report. I realise that the report engine wasn't designed for this and I seriously doubt if many are. But I am hoping that someone has same clever or simple solution to this without me having to resort to looping...

Part and Inventory Search

Back
Top