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

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

    Bad Request Invalid Hostname

    Is there the faintest glimmer of light for IIS6? I designed a website on WinXP. Everything worked just fine and then I bought Win 2003 Server Standard. I tried to get the website going but it would not. The New Server was suppose to serve as a webserver, but I wanted a domain set up at home...
  2. Lenvdb

    New Win2K3 Install

    Hello gurus! I am a developer and know enough about Win2K3 to be extremely dangerous. You simply wont want me to touch your server! I developed a Website which I want to host on my server at home. At home I have 2 laptops, a Desktop workstation and a server. I bought a router - Linksys with...
  3. Lenvdb

    Usercontrol Visibility -Date Picker with Nulls

    Hello Gurus! I have taken some time to study the Microsoft Datepicker. It is some sloppy combination of a Textbox and a MS Monthalendar control, where the clever MS developer could very easily have added the ability to handle NullDates. I have done this now by simply adding a property or 2 to...
  4. Lenvdb

    The Combos and Listbox Issues

    It seems we have lost a lot of functionality and ease with Combos and Listboxes. Looking at the List of Properties, Methods and Events we used to have in VB6 and is no longer supported in VB.Net, I was rather sad. These PMEs have not been replaced with something equivalent to make it easy...
  5. Lenvdb

    Joining Tables in Dataset

    Hi Gurus! I have a problem creating Relations in a Dataset holding 3 tables. When I attempt it I get the error that says: "Object reference not set to an instance of an object" I have a SQL statement using an SQL2K Stored Proc which returns 3 tables. I need to display the resultsets in a Grid...
  6. Lenvdb

    How do I store RTB in SQL2K

    Hello Gurus... I have an RTB (Tich Text Box) in an app which I use as a letter template. These templates must be stored in an SQL2k Table. The textbox can be picked up as a string. But SQL Server looses formatting when I save the txtLetter.Text as varchar or nvarchar. What datatype am I suppose...
  7. Lenvdb

    Collections, Listboxes etc

    Heya Gurus... I miss the days when... Remember in VB6 when one would have 2 Listboxes on a Form? There would be arrow buttons >> or << between the 2 Listboxes and you populated the 1st Box with the content of a Lookup table, using a query, and the ID field of the table was the ItemData key which...
  8. Lenvdb

    Adding Help Files

    Hiya All! I created a Help file in HTML Help Editor. This produces a chm file which I am supposed to link to the Access application I wrote. I specify the path for the file in the properties of the main form I load and also in the Project Properties of the code pages. However, when the users...
  9. Lenvdb

    Form Recordsource Problems

    Hiya Gurus I have a form with a tabbed control. On the 1st Page I have a combobox that displays a clientList. On the change event, when th user selects a client from the list, I set the form's recordsource property to a query, and use a filter to specify the clientID which I get from the...
  10. Lenvdb

    Pull Valuemembr from combo to populate another combo

    Hi gurus I have 3 combos. There are 3 related Lookup tables in my DB that populate each. The top is loaded at Form Load level. I then select an item in the top that must lookup the ID and populate the second combo with all items in the second Lookup table. I must then select an item in the...
  11. Lenvdb

    DataReader for Combo boxes and Lists

    Hey guys I want to use a Datareader to populate all my combos and lists. I am new to VB.net and come from VB6 dev background. I cant get this to work. Keep getting errors when trying to fill the DataTable with data. Here is the Sub: ======= Public Sub GetListDR(ByVal sSQL As String, ByVal...
  12. Lenvdb

    Combo box Initial Values

    Heya Gurus! Upon loading a form I load all the combo boxes with lists of data from tables etc. I initially want all the combo boxes to show no selected values. I set all the selectedindex properties to -1 but they all seem to default to 0, which is usually the first item in the list. How do I...
  13. Lenvdb

    View OLE Data Word Doc on Form

    Hi Gurus I store a Word Doc in a OLE field in a table. I use ADO to retrieve the related Word Doc from the table. I want to view it in a OLE Container on the Form. With normal Text boxes its easy: While not rstDoc.EOF Me!txtDoc.text = rstDoc!WordDoc rstDoc.movenext Wend But an OLE Container...
  14. Lenvdb

    Login Error

    Hi gurus I created a little login form (Access VBA) that opens up as the default (first form) and requires the user to Log In. Once a user typed a Login name and password and click, I pick up the values in the textboxes and run a query to do the login validation. Picking up those values from the...
  15. Lenvdb

    Merge replication and Identities

    We created various databases on various servers. These databases all have to replicate with a central database and we set up a Merge replication process for it. We just discovered that the databases should have been created with the Primary Keys (Identity) Option set to NOT FOR REPLICATION. Is...
  16. Lenvdb

    For Each loops and arrays/collections

    Hey all you VB gurus I am just curious about using FOR EACH loops with arrays. I know you can use it with a collections and sinle dimensional arrays. However I need to create a 2-dimensional array where I have to loop through the 2nd column and look for certain values in the rows. Create the...
  17. Lenvdb

    Using ASP to create PDF Documents from HTM files

    Heya All! I have searched this site and a few others and not found what I am looking for. I have a scenario where I get .HTM files. These must now be converted into PDF files. So far I have ADOBE Acrobat (Full version) install. This comes with PDFWriter and Distiller COM Objects and Reference...
  18. Lenvdb

    How would I do this?

    Heya gurus and wizzards! Me gain beging for some help. I work in VID and are attempting the following: I have a Input textbox and next to it a <A HRef> tag. Underneath I have a Listbox as in a <SELECT> A user will type the first few letters of a customer surname, and with the A HREF tag which...
  19. Lenvdb

    Selective search using textbox, and button

    Heya gurus and wizards of ASP I am in need of some magic and advice here. I have a textbox ( Input type=&quot;text&quot;) and next to that a small button. I am using a HREF tag with an Image of a button as I dont want to Submit/Post the form. Then I have a Select box next to this. The way it...
  20. Lenvdb

    Application fail to launch

    Hi everyone I so desperately need some help please. I work on VI6 and the OS is WinXP Pro. At some point I was able to debug and things worked well, but lately my debugger died and I cannot debug my projects anymore. I get a message : Application '' failed to launch. I have read and tried...

Part and Inventory Search

Back
Top