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!

Recent content by Dorff

  1. Dorff

    Pointer trouble.....

    I'm having a heck of a time with this code....I think my concept of pointers is a little screwy. Maybe someone can help.... #include <stdio.h> #include <conio.h> void main(void) { int *num, num2, encrptNum, i; num = getche(); clrscr(); for (i=0;i<strlen(num);i++) { num2 = num2...
  2. Dorff

    searchable database

    My mistake....sorry. Ryan rmindorff@hotmail.com
  3. Dorff

    searchable database

    First place to start is to consider what you actually have to organize. Find common traits between the records to establish what you could use. Then you want to think about what people would be searching for and try to keep that information from being clumped together with less useful...
  4. Dorff

    searchable database

    First place to start is to consider what you have to organize in the first place. Find common traits between the records to establish what you could use. Then you want to think about what people would be searching for and try to keep that information from being clumped together with less useful...
  5. Dorff

    Calling VBSCRIPT from Javascript....

    I know this sounds easy but the problem is actually very difficult. I have a VBScript function that allows me to communicate with a printer through the COM port. I have a recordset on my page and I pass these records to the function to print labels with the information. The problem I am having...
  6. Dorff

    Dreamweaver MX

    I would love to contribute my thoughts, but something is screwy with the download. I'll let you know when I can get it. Ryan rmindorff@hotmail.com
  7. Dorff

    Passing variables to function.....

    I am passing multiple variables to a VBSCRIPT function and I keep getting the same error, though I can't see the problem. The function call looks like this... call openComm(<%=ord_key%>,<%=price%>,<%=pcode%>,<%=ename%>,<%=qty%>,<%=manID%>) Everytime I load the page I get the message that I...
  8. Dorff

    Sending info to com port???

    I have a function that allows me to send information to a com port but unfortunately the commands such as line break are being ignored. Anyone know anything about this? function openComm If MSComm1.PortOpen = True Then MSComm1.PortOpen = False If MSComm1.PortOpen = False Then MSComm1.PortOpen =...
  9. Dorff

    Datamax Label Printer....

    I'm trying to design a new version of our old Clipper program to handle label printing from an intranet app. I'm having some trouble with the coding for the Datamax Label Printer and was wondering if anyone has had any success with ASP and this piece of hardware. Any help would be appreciated...
  10. Dorff

    Bypass CD-key entry on Install...

    Given that the screen that I want to change has only some text and a few text boxes, could I not just change a file to have the default value of my key and then reburn the CD with the changed file? Ryan rmindorff@hotmail.com
  11. Dorff

    Bypass CD-key entry on Install...

    We have purchased our copy of XP Professional along with the licenses, but require a way to automatically have the CD-Key pop up in the text boxes during install. The time it takes us to update 400 computers and type in every key is far too long. I have seen this done in previous versions of...
  12. Dorff

    SDK tutorial

    Anytime Ms. LovelyGirl. Ryan rmindorff@hotmail.com
  13. Dorff

    Drop Down menu

    CSS is gonna be your best option, but unfortunately about all you can change is the background colour. http://www.w3schools.com/css/tryit.asp?filename=trycss_background-color Ryan rmindorff@hotmail.com
  14. Dorff

    Datamax Printer....

    Anyone know how to connect to these Label printers? I can't find information anywhere and the manuals are useless. Ryan rmindorff@hotmail.com
  15. Dorff

    Any help at all

    The one I think to be the best for learning. http://www.w3schools.com Ryan rmindorff@hotmail.com

Part and Inventory Search

Back
Top