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

    Changing Data

    Hi all, i am a total Newbie to Html and as such have a Very Limited knowledge, -- The Problem-- i am trying to create a web page that has 10 data fields in tables or input boxes that can be edited and changed by any of the systems logged in to the web page, The test I wrote only changed the data...
  2. TyGwyn

    File Input - Length problem

    I have a text file that I am opening using Open myfile.txt for Input as #1 I am then doing some text movement with a loop using Do Until (EOF(1) = True) Line Input #1, Variablelist Loop PROBLEM the text file I am opening is 1600 lines, when I use Loc(1) to find the length of file I have...
  3. TyGwyn

    Lost DB

    I have just wrote a program using info from a Database, it ran fine , then suddenly stopped working and my VB no longer understands the keyword .DataBase giving me the error "User defined type not defined" when I Dim dbMYDb as DataBase the DataBase and other relative functions ie Recordset...
  4. TyGwyn

    MSFLEXGRID

    I have linked an Excel workbook to a flexgrid using a data control, the workbook is a 3rd party's and is updated by their scada system, the problem is all of the columns have got "general format" and one of the columns has a mixture of number only and alpha numeric, if the data in row 1 of this...
  5. TyGwyn

    Frame Load

    I can create frames on my form with the "Load" statement, but how do I create objects within the new frames again using the Load statement. I have a frame with an array of 16 check boxes, this frame requires to be duplicated 10 or more times and selected by SStab, the number of duplicate frames...
  6. TyGwyn

    Image / Picture Guru's Please Help

    I have created a Bitmap image into a picbox from an ascii string, I have to rotate this through 90deg, which I have done using pset and placed the result into another picbox, it works fine and displays on the screen great, but if I print the form using me.printform the picbox is empty, and if I...
  7. TyGwyn

    TABSTRIP TAB SELECTION?

    How do I force a tab to be the selected Tab on form load, by default Tab1 is always on top but I want to change the starting tab depending on the last tab selected.
  8. TyGwyn

    Msflexgrid ???

    I have got a flexgrid on a frame, on a form, the flex grid has about 90 rows of data on it, In my Vb code I do a search and match with the Data in col(0) for the number of rows in my flexgrid, if the data matches I then change the colour of the cells along the row, and set a pointer to which...
  9. TyGwyn

    Displaying Ascii

    When I debug my program or send a string to a text box, I am not seeing Ascii characters such as chr(13) & chr(10), (vbCRLF)this appears to be PC biased, on different systems I get either | or a square which is usefull, why am I not seeing them on my laptop.
  10. TyGwyn

    Print Picbox troubles, please Help

    Still having trouble with my picboxes, I have got two picboxes on a form and I have generated a barcode which I load into picbox1, I then rotate it through 90deg and put the result in picbox2, I have set autodraw to true and refreshed the pic box but when I print the form with frm.print it...
  11. TyGwyn

    Picturebox Woes

    I have got two picture boxes on a form, I create a barcode image as a file and load it into picbox_1, I then rotate this image by 90deg and put the result in picbox_2 (.pset) , so far so good, as soon as the form loses focus the rotated barcode displayed in picbox_2 disapears, I am printing the...

Part and Inventory Search

Back
Top