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

  1. beanbrain

    Export to Excel excessive row height

    I am using Crystal Reports 10 on a flat Sybase data table. I am using an HP GL/2 plotter as a printer driver in order to get a 25" wide printout. I'm using an architectural "C" for this width. Also, the row height on the Crystal report itself looks fine. If I reduce the space between rows for...
  2. beanbrain

    creating strings from numbers

    I don't know if this will do exactly what you want, but it might make a good starting point. In this example I'm assuming that you are storing the string representation of the number in a table along with the number. So in the this example I have a table with two columns. One is called "Number"...
  3. beanbrain

    multi users in paradox

    First, what version of Paradox are we talking about here. Versions 5 through 7* perform automatic record locking. Also, updates to the "viewed" record can be forced with [F9] Edit/EndEdit toggle, or by the person making edits moving to another record. *Paradox was phased out here after this...
  4. beanbrain

    Beginning with Paradox

    Nomi I answered this one in the other thread you started about deleting fields. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
  5. beanbrain

    Deleting Fields From Tables

    The way I would do it would be to copy the table and then use Tools -> Utilities -> Restructure to open the table structure. Then move to the field you want to remove and hit [Ctrl]-[Delete]. You should be prompted with "Do you really want to delete the field fieldname. Clicking OK will save...
  6. beanbrain

    Reset form values on Back Button

    OK. Got it from another post. Adding this; <body onLoad="top.framename.myForm.reset();"> to the body statement solved the problem. Where framename is the name of the calling frame and myForm is the name of the form. Want to get great answers to your Tek-Tips questions? Have a look at...
  7. beanbrain

    Reset form values on Back Button

    Khat: Great suggestion, but I'm not allowed to use cookies. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
  8. beanbrain

    Reset form values on Back Button

    I have a form that I want to reset after submission. Once the form is submitted the values of the fields are submitted to a perl script which sents a verification back in the form of simple HTML code. When I hit the "Back" button I want the form to reset so that an end user cannot resend the...
  9. beanbrain

    K7VTA3V2

    Martin: Thanks again. You hardware guys roc! Being a software hack I know just enough to get myself into trouble with the hardware. Set it and forget it is what I like. But of course I want whatever I have to perform well and in as generic a way as possible. No hardware glitches to confuse me...
  10. beanbrain

    K7VTA3V2

    Update: I'm looking at this one too; http://shop4.outpost.com/product/4499846 But seems like I've heard some bad things about PC Chips. Also I'm not a big fan of SiS board products. I had some problems with their stuff on an earlier machine. Want to get great answers to your Tek-Tips...
  11. beanbrain

    K7VTA3V2

    Thanks guys. The spec list is right on. I'm looking at a KT-600 as a replacement. Here's the link; http://shop4.outpost.com/product/4083602 I don't see a KT-800 listed as other form factors have taken center stage (so to speak). It was a damned fine box until the power company zapped it. I...
  12. beanbrain

    K7VTA3V2

    It is ATX? OK! Good to know. Yes this most certainly helps. And I sort of figured out the Socket A by looking at an electronic vendor site. I'm assuming the A has something to do with Athlon? Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
  13. beanbrain

    K7VTA3V2

    Does anyone know the "form factor" of the K7VTA3V2? It's not ATX I know that. The reason I'm asking is that about a month ago the local power utility somehow sent a spike in the transmission lines. This fried the on-board disk controller and sound sections. I need to price a replacement...
  14. beanbrain

    Too many passwords

    Has anyone seen "too many passwords" before? It occurs after a user has been moving around in Paradox table records for a while. It appears when trying to search for or move to another record. Paradox 7.0 running on an Windows NT server with Windows XP workstations (Professional) with the...
  15. beanbrain

    Record Detail to second page.

    Thanks again lbass. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
  16. beanbrain

    Record Detail to second page.

    lbass: Thanks for your help. Turns out I had "Report Footer" where I should have been using "Page Footer." Your suggestions were pretty much what I was using so you did provide validation. Of course my problem was I was using the wrong Report section type all the while thinking I was using...
  17. beanbrain

    Record Detail to second page.

    lbass: Thanks for replying. Here's what I'm trying to do. I have a government supplied form that I need to fill with data from two tables joined on a single field. The two tables represent data that occurs once in each report and a table that represents line item data in a detail section of...
  18. beanbrain

    Record Detail to second page.

    I have a query that returns data from two tables. One table contains general information and the second detail information. The records returned repeat the general information on each record along with the dynamic data from the detail table such that the detail data changes and the general...
  19. beanbrain

    Nested sub-queries

    Golom: Thanks for the answer. I actually got some pretty good ones from a DBA I know. Sybase allows a maximum of sixteen (16) sub-queries. MS SQL server allows two hundred fifty three (253) sub-queries. Oracle has no upper limit though I'm sure there must be a functional limit at some point...
  20. beanbrain

    Internet 2

    Considering how bloated software has become (in all it's iterations) faster transfer speed is definitely better. That along with the advent of molecular transistors will cause another quantuum leap in technology. Who knows we may be close to actual functional A.I. in the next five to ten. Of...

Part and Inventory Search

Back
Top