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

    Datagrid view Columns not sizable after fill

    VB.net 2005 Windows application. 1 form containing a datagridview Using the following code I am filling a grid with data.
  2. abaldwin

    Client problem 7.6.400b

    Last evening we upgraded from 7.6.300c MS-SQL 2000 to 7.6.400b MS-SQL 2000. Prior to upgrade all workstations were working fine. On at least 3 of the 50 clients the following is occuring. Logging into PWE. 1. You can sign in normally. 2. When trying to open ANY application a. MSL...
  3. abaldwin

    WinXP x64 Pro

    Anyone have any idea if Progression 7.6.300C will run on WinXP x64 Pro? If so, how? Thanks in advance. Andy Baldwin "Testing is the most overlooked programming language on the books!" Ask a great question, get a great answer. Ask a vague question, get a vague answer. Find out how to get...
  4. abaldwin

    Paste clipboard copied picture to overwrite existing picture.

    VB6 Crystal reports v 11 using crviewer control on a form. In a vb application I have a report designer added to the project. The report currently is not attached to any db just trying to get one thing in particular to work. On a vb form there is a picture box that has a picture and then...
  5. abaldwin

    PWE Tools menu

    On the Progression Workflow explorer there is an item under tools menu called Business Partner Utility Menu If you open that item you can enter a caption and a url. Does anyone know what this item and entries in this item effect and what it is meant for? Also how to use it? Thanks Andy...
  6. abaldwin

    Deciding which sub to run

    Give VB 6, and 4 subs Private Sub Update1() 'bla bla bla bla bla end sub Private Sub Update2() 'bla bla bla bla bla end sub Private Sub Update3() 'bla bla bla bla bla End Sub ----->Here is the sub I need some help with Private Sub DoUpdates Dim iCounter as integer dim...
  7. abaldwin

    4 Days in a row

    From what I can tell ladies and gents. 4 days in a row with no Macola questions being asked, I think is a record around here. Is this a sign that ALL Macola issues have been solved? What is a guy supposed to do without being able to lend a helping hand to the user base? Fishing comes to...
  8. abaldwin

    User Controls added to form at runtime

    After Googling myself to death, I have turned to the one place that can usually provide an answer. Why I did not start here I don't know. Requirements / Desires VB6 I have a project with 1 picture box named picture1 1 File list box named fileObjects 1 command button 1 usercontrol...
  9. abaldwin

    Macola File Validations

    During my semi-annual endeavor to run file validations, and hopefully address any items found by this "WONDERFUL" tool. I have run across the following issue. Sample data File Selected: IMINVLOC All Records Selected...
  10. abaldwin

    Print Data connection information

    Hello all, Crystal 8.5, I would like to know if there is a way to print on the report the specific database connection information used to run the report. Specifically, Any connection information i.e. database name etc User name Password As weird as it sounds we are needing this information...
  11. abaldwin

    VB6 access recordset

    Have a vb6 application with an Access backend db (used only for storage). Would like to do the following: 1. Export certain records from 12 tables into XML (have done this fine with ado.save <filename> adpersistxml). These files would then be sent via email to some remote users who would need...
  12. abaldwin

    VB6 and XML import

    Have a vb6 application with an Access backend db (used only for storage). Would like to do the following: 1. Export certain records from 12 tables into XML (have done this fine with ado.save <filename> adpersistxml). These files would then be sent via email to some remote users who would need...
  13. abaldwin

    Importing one NSF to another

    I would like to know (if it is possible) the steps to import one persons email file (olduser.nsf) into a new users mail file (newuser.nsf). I do not want the new user to simply have rights to the old user email through ACL management on the old file. I would like to import the entire contents...
  14. abaldwin

    Overflow problem

    Ran into this yesterday. Here are two snippets of code that for all intents and purposes mathmatically are the same. On a form place a command button and put the following code behind it. Private Sub Command1_Click() Dim dblResult dblResult = 3418 * 68 MsgBox dblResult End...

Part and Inventory Search

Back
Top