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 Wanet Telecoms Ltd 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: Ronze55
  • Content: Threads
  • Order by date
  1. Ronze55

    s348.4 and s348.5 files, what are they?

    Hi All, I am writing because I recently found two files which puzzle me. they are s348.4 (file type 4) and s348.5 (file type 5). they are both located on my c drive and are both huge 4 gigs. a good friend informed me that this is the largest size microsoft will allow to be written. My...
  2. Ronze55

    save puts, how can i stop this?

    Hi all, I have been working all night being able to not put when I save. I must have changed some property along the way and now even though i have disconnected my website I put. can someone let me know what I can do to stop this from happening? thanks in advanced Ronze
  3. Ronze55

    pie chart missing column on subreport

    Hi all I am having trouble with the chart function on a subreport. I inserted a chart object to a tabular report. the aim is to have a different pie chart displayed for each group. I have four columns in my table stage1, stage2, stage3, stage4 my select statement is select stagetime...
  4. Ronze55

    cross tab with missing values

    Hi All, I am trying to make my query result look like this: category first second final Elephant 5 2 7 tigers bears 3 3 as you can see i have a row "tigers" without any values. my raw information would look like this...
  5. Ronze55

    access report booklet

    Hi All, I would like to publish a collection of access reports as a booklet. is this possible? Can I publish my reports to word? thanks in advanced Christina
  6. Ronze55

    edit mark up in word, can't get rid of

    Hi all, I'm having some trouble with word and thought this forum was a good place to start. For some reason i am seeing edit marks (paragraph, section breaks, paragraph markers) on all of my views, aka Normal, Web, Print, Outline. Usually i only see these park ups on outline. I do remember...
  7. Ronze55

    referential integrity, control 1-M, 1-1

    Hi all, I would like to use the referential integrity functions of ms access however I am having some difficulties controlling the options. I have a few relationships between two tables which are 1-1 however when I pick cascade update, or cascade delete access makes them into 1-M how can I...
  8. Ronze55

    sql0666 Client Access Express ODBC error

    Hi Everyone, My error is pretty simple but since I am running an ODBC to an AS400 non-programatically i do not know what to do. The message says Estimeted query time of 263 exceeds limits 60 I have changed query attributes on the as400 (chgqrya) to no max. this takes care of the as400 side...
  9. Ronze55

    COMPUTE field = C1 + C3; problem

    Hi Everyone, I have a problem using COMPUTE. here is the table TABLE FILE TEST1 HEADER CENTER "THIS IS A TEST" " " SUM FIELD1/D12.1 AS 'IRR' FIELD2/D12.1 AS 'ACT' ACROSS FREASON AS 'REASON' COMPUTE TOTFIELD1 = C1 + C5; COMPUTE TOTFIELD2 = C3 + C7; BY SORT1 BY SORT2 BY SORT3 -*...
  10. Ronze55

    TOP keyword replacement for sql/400

    Hi I am not sure if this is the correct forum to place my question in but here goes. I am trying to emulate a webFOCUS report on the SQL/400. the webFOCUS report uses FST.Field. I can use select TOP(1) * from table normally but SQL/400 does not have the keyword TOP. does anyone know what...
  11. Ronze55

    newbie to EDI with vb.net question

    Hi all, I'm not sure if this is the right forum, but here goes. I am writing a program in vb.net to read a flat file transmitted over the EDI line on AS2 protocol. the program looks for an event to occur within the server's receiving folder. when a new file comes in, the program should shoot...
  12. Ronze55

    program intall on server different from client

    Hi Everyone, Just wondering if there are any significant differences between installing a vb.net program on a client and a server? I have a program which uses FileSystemEventArgs to identify when a file is downloaded, then connects to it with an oledb. The program works fine when I run it...
  13. Ronze55

    populate treeview with directory and sub directory

    Hi All, I am trying to populate a treeview with directories and subdirectories, I do not care about files. In fact this is why I can not use the openFile object. I do not have a file to get the full path name from. here is the code I am using Private Sub FindAllDir() Dim...
  14. Ronze55

    msDos cmd through VB.net

    Hello everyone, I would like to send the following cmd through vb.net to msDOS. ren *in *.txt I think it should look something like this: Dim objExec = Shell("C:\Garan>ren *.in *.txt") I got this off of a message board and I know this is half, if that much, of what i need. I used to...
  15. Ronze55

    change extensions

    Hi everyone, I would like to change a flat file (*.in) to a *.txt. I thought I could use the process object but I'm pretty sure I am wrong. any suggestions? thanks Ronze
  16. Ronze55

    open oleDB connection problem

    Hi all, I am having trouble openning my oleDB connection, I was hoping someone here could see what I am missing here is my code: Dim MyConn As System.Data.OleDb.OleDbConnection Dim Mycommand As System.Data.OleDb.OleDbCommand Dim strConn, strCommand As String txtActivity.Text &= "file " &...
  17. Ronze55

    special character delimited flat file

    Hello everyone, I am looking for away to parse a flat file (.in) which is delimited by the '|' character. the files will on occasion hold data that contains a comma within as part of the field. I am using VB.net and will hook up to the file using OLEDB. I haven't built much of it yet so I...
  18. Ronze55

    detecting new files created in folder

    Hi everyone, I would like to create a .Net program which will detect when an new file is created and activate a transition from .xls to .mdb. the program will be on at all time within a MS Server 2003 box. The older version of this program looked at the file every 15 secs I can redo this...
  19. Ronze55

    rs.Clone and ADODB

    Hi all, can .Clone work with ADODB? i am trying to use clone to avoid some saving/editing issues my application has strSQL = "select a.style1, a.style2, a.style3" & _ ", a.sizecode, a.sizerange1, a.sizerange2, a.sizerange3, a.sizerange4, a.sizerange5 " & _...
  20. Ronze55

    set margins to limit mouse movement beyond frame border

    Hi, I have a website with four frames on it. the two frames I want to work with are the left (my left facing the screen) and the top. I have a script which lets people drag and grop images I provide. It is possible, currenty, to drop an image behind the left and top frames and loose them...

Part and Inventory Search

Back
Top