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: gophertee
  • Content: Threads
  • Order by date
  1. gophertee

    Opening a .txt file and sending data to a text box

    Hello, I have two questions (pretty basic for you guru's). #1: Using a cmdbutton on a form, how do I open a file that is located on my A:\Sample.txt. #2: I have data in this Sample.txt which looks something like this; Line#1 WidgetA, 1234, WidgetB Line#2 WidgetC, 5678, WidgetD In my form I...
  2. gophertee

    My product demo?

    I am not even sure if this is the right forum, but lets give it a try. I have some software that I want to put on a disk for demonstration purpose only. Hence, I send you a disk, you install it and see a demo of my product in action with perhaps bubble messages poping up telling us what we're...
  3. gophertee

    Demo CD of my product?

    I am not even sure if this is the right forum, but lets give it a try. I have some software that I want to put on a disk for demonstration purpose only. Hence, I send you a disk, you install it and see a demo of my product in action with perhaps bubble messages poping up telling us what we're...
  4. gophertee

    Learning VB

    I will be the first to say that I'm not the fastest learner when it comes to VB 6.0. So let me pose this question. There are one billion books and cd's that teach you VB 6.0, yet with your expertise I would like to open a can of worms. What do you recommend be the easiest most favorable reading...
  5. gophertee

    Access Form/Table help

    This is what I have: tblDeveloper (fields: Programmer and Cost)=these have data. tblDeveloperX (fields: Programmer and Cost)=reads what I select from the form. I have a form which reads data from tblDeveloper. Hence a drop down box: Developer Cost Al $25.34 Ben...
  6. gophertee

    Can't copy data from combo box to table

    Ok Access has kept me up at night trying to figure this out. I created a combo box in a form. This form has data [RowSourceType=ValueList] and [RowSource=widget1;widget2;widget3]. Running the form, the combo box displays the three categories of widgets as it should. However I am not able to send...
  7. gophertee

    Download Code

    Anyone know of where I can grab code which has the guts of what Micrsoft Outlook does. I have looked for downloads in calendar/scheduling/appointment books/PIM/etc... I have no problem creating my own List box and calendar control but I would like to see something similar to what Outlook...
  8. gophertee

    Excel format ??

    I have several hundered rows and columns in Excel. What I want to do is every 4th line Bold and thereafter italics. Hence row 4=bold, row 8=italic, row 12=bold, row 16=italic, row 20=bold, etc.... Help?
  9. gophertee

    Using the Shift + Tab key (backspacing)

    Ok, I have a form with four text boxes. Basically you can tab all around the text boxes and use the shift+tab to backtab within. Here is the issue: When I am using the shift+tab, I want it to stop at the 1st text box. By stopping there, this would keep the text box in focus and allow the user to...
  10. gophertee

    Data Validation help!

    I have an issue which I been trying to solve. In this program I am basically looking at files and making sure they look alike. If there is any difference from the file to the record it will get tossed in a hold directory (i.e File=TOVVRIDE1234, record=TOVRRIDE1235). Because of this difference...
  11. gophertee

    SQL Server 2000 Curser

    Does anyone have an example of a Microsoft Sql Server 2000 Cursor, I am looking all over the internet, and am unable to find one, I need the syntax, I have one in oracle, but not for Sql Server.
  12. gophertee

    AIX vs GAWK

    Anyone ever experience problems adding Gawk to AIX?? Currently we are using AIX v4.15 and I am wondering if I will run into any issues installing GAWK? Thanks!!
  13. gophertee

    Gawk vs Awk (help)

    Ok I went to www.gnu.org and found some Ftp sites. I downloaded Gawk so that I can upload it to our Awk. How do I do this? Are there instructions on how to upload this? Questios I pose: If I upload this, will it affect any code or libraries we currently are using on the Unix box? History: We...
  14. gophertee

    VB FormatCurrency

    OK, need help on this one. I have a form that basically has currency data in it (i.e. $34.76). What I want to do is round this off to ($35). Basically in a nutshell remove the cents. There is a Public Function that I believe can be called. Just don't know how to do it. Should I call this...
  15. gophertee

    Part-Time Work

    Anyone know of any web sites, personal scenarios where one could do some IT business analysis, programming, tech support, etc.. on the side. I know of one web site: www.ants.com but that site offers bids on projects. I am interested in other avenues that you might know of. Thanks!!
  16. gophertee

    Awk and Null Characters

    Help! Ok I am a virgin Awk programmer. I am trying to have awk catch null characters but I just found out from a awk guru that Awk and EndAwk doesn't support AIX. It seems awk running on AIX does not recognize hex. This is what I am accepting as of now: sys_call = "mv " FILENAME...

Part and Inventory Search

Back
Top