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!

Search results for query: *

  • Users: AustinOne
  • Content: Threads
  • Order by date
  1. AustinOne

    Net 1.1 (VS2003) web app.. run on ASP.Net 2.0 ?

    Is it possible for a web app developed/maintained in Visual Studio 2003 (.Net 1.1)... to run on ASP.Net 2.0 ? (Looking for a way to run on ASP.Net 2.0 but NOT have to convert the app to Visual Studio 2005...) Thanks
  2. AustinOne

    Perform equivalent of radiobutton2.PerformClick()

    Hi Guys, Neophyte here. I have a couple of radio buttons within a panel on the screen. I need to perform the equivalent of a radiobutton2.PerformClick() to simulate radiobutton2 being selected in an initialization routine. Unfortunately,I cannot use the radiobutton2.PerformClick() method, as...
  3. AustinOne

    save / restore button background color to/from a temporary variable

    Hi, I have searched for this, but couldn't find a specific answer to this: (Upon some event), I want to temporarily save the background color of a button (whatever that color may be) to a variable, and then, (based on some other event) I want to restore the button's color to the previously...
  4. AustinOne

    Conditional Printline? in Crystal Reports for VS2010

    Hi folks, Re: VS2010 and CR, I have posted a question (Conditional Printline?) in the "Business Objects: Crystal Reports 4 - Other Topics" forum. As I see that there are experts hanging out here too, please accept my humble invite to visit there as well, as I am hopeful for a solution. Please...
  5. AustinOne

    Conditional Printline? - Visual Studio 2010 and Crystal Reports

    I'm using Visual Studio 2010 and Crystal Reports for Visual Studio. I'm a newbie to this environment. I have searched for the answer and couldn't find it. Is there a way to suppress the printing of an individual print line if it is blank? Details: I have a report where in a particular...
  6. AustinOne

    Option Strict setting - new projects vs. existing projects

    (Sorry if this has already been answered - I tried searching for this but couldn't exactly find this situation.) Environment: VS 2005 / VB 2005 It appears that the "Option Strict" setting takes effect only when the project is initially created - if you change its setting later on an existing...
  7. AustinOne

    Initial state of WORKING-STORAGE items with no VALUE clauses

    I should know this, but don't remember and can't seem to find a definitive answer: 1. What is the initial state of WORKING-STORAGE items with no VALUE clauses? Or, in other words, if I have something like this in WORKING STORAGE, can I reliably depend on it to have an initial value of spaces...
  8. AustinOne

    LINE SEQUENTIAL FILE RECORD LENGTH

    It appears that in our ancient MicroFocus COBOL Windows/DOS environment, when you have a file defined as LINE SEQUENTIAL (records delimited by carriage-return, line-feed), with a minimal FD and no RECORD CONTAINS clause: 1... when you READ a record that is shorter than what is defined by the...
  9. AustinOne

    Using StreamReader, StreamWriter, with a Structure for reco

    I'm a VB newbie with a COBOL background, and I see that a VB Structure is a way to simulate a COBOL FD (record layout of fields). I am working on a program to use a loop to read an input textfile one record at a time, process certain fields in the record, and write out the updated record to an...
  10. AustinOne

    ListView, Detail View, Columns, TextAlign (VB2003)

    When I drag a ListView control to the form and set the View property to "Details" and then go to the Columns (Collection) property to set up the column headers, on the first column header, it will not allow me to specify anything other than "Left" for TextAlign, although I can select Left, Right...
  11. AustinOne

    Convert / Format Numeric to String, Suppress Lead Zeros

    Simple question from an old COBOLer / VB newbie: What is a concise way to convert an integer to a string such that the resulting value in the string is 4 characters long, right adjusted with leading zeros suppressed (converted to spaces)? The value will vary from 1 to 9999, and I want it to...
  12. AustinOne

    MicroFocus buys AcuCorp

    In case you missed it, an earlier post reported that MicroFocus bought Acucorp. Alright all you talking heads, it's time for you to weigh in on what all this means, etc., and to wax philosophical.
  13. AustinOne

    "Standard" Error Message Codes/Numbers

    I'm looking for a public web-site, etc. that has a soft-copy list of the common/standard (ANSI?), platform-agnostic error message numbers/codes and their meanings/descriptions. I need to email/share it with the help desk at another location. A quick search did not turn one up. Does anybody...
  14. AustinOne

    Newbie: 1.Primary Key Always? 2.Use Natural if no dups?

    Two Newbie Questions to which I could not find existing answers: 1) I see in MSSQL2000, in the sample Pubs database, the roysched table and the discounts table have no primary keys? Isn't this a relational best-practice no-no? In other words, shouldn't you always have a primary key, even if...
  15. AustinOne

    VS 2003 vs. VS 2002 autocomplete?

    Used to be, In VS 2002, when I began to enter code to define a new Property procedure it would automatically generate and show a Get, End Get, Set, and End Set as well as an End Property statement. Now, in VS 2003, it will only generate the End Property and will flag my property name, saying...
  16. AustinOne

    VB source language formatting

    Is there a way in Visual Studio to have your source code in this format: Dim dTotal As Decimal Dim dGrandTotal As Decimal Dim dCount As Decimal instead of: Dim dTotal As Decimal Dim dGrandTotal As Decimal Dim dCount As Decimal ?
  17. AustinOne

    VB.NET or VB6 ??? Learning Pros and Cons

    Pardon if this has been asked before: With years of COBOL experience, I am now learning VB6 at home using VB6 on my personal Windows 98 PC, along with a half-dozen or so VB6 textbooks. I need some opinions: 1) Do I really need to learn VB.NET, or are there still sufficient opportunities for...
  18. AustinOne

    ALT KEY W/ DUPS RESULTS IN WHAT RECORD SEQ?

    I am maintaining an indexed file using an antiquated compiler, etc. and terse doc, on a Unix system. The indexed file has a primary record key and a couple of alternate record keys whith dups allowed. The alt keys DO NOT contain the primary key. There are "parent" records and...

Part and Inventory Search

Back
Top