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

    Microsoft Outlook 2003 Problem

    Primary PC OS = Windows XP Pro SP3 Secondary PC OS = Windows -7-Ultimate On my Primary PC, I have installed MS Office 2003. I do use most of the apps such as Word, Access, and Excel. With OUTLOOK, I use that ONLY for the Calendar and Reminders. I have an icon in the Systray, that when I click...
  2. pungy

    Can using Delphi do this?

    Join Date: Apr 08 Posts: 4 Samc1943 is an unknown quantity at this point (<10) OS-Windows XP Professional SP3 (going to Upgrade to Windows-7 -Ultimate) I need to write an application that will allow some graphic features such as: scaling (changing it's size), rotate, crop, etc--maybe some...
  3. pungy

    Working with Graphics?

    VB 6 -Enterprise Edition OS-Windows XP Professional SP2 I need to write an application that will allow some graphic features such as: scaling (changing it's size), rotate, crop, etc--maybe some more robust features like emboss, change resolution,etc. Another thing I want to do is to "join"...
  4. pungy

    VB6 and InnoSetup

    Several weeks ago someone suggested I use InnoScript and InnoSetup to build my install files. I now have a problem and I am asking your help. Via InnoSetup, I have a Output "Release.exe" file called "app300Release.exe". Since that file was built, I updated the application and now have...
  5. pungy

    Need help with a Security Issue using VB6

    OS = Windows XP SP3 Professional; VB6 Enterprise Edition I have written an application that I am going to try and sell. It is going to be given out as Shareware or Freeware with a 30 day full feature trial period. I have worked out the routine for the trial period but my problem is the...
  6. pungy

    Need API help

    OS = Windows XP SP3 Professional; VB 6 Enterprise Edition I am trying to programmatically change the Version Number that is shown in the ABOUT form, specifically the Revision. Must this be done through an API? If so, I found this API: Declare Function GetFileVersionInfo& Lib "version.dll"...
  7. pungy

    Control Array UNLOAD problem

    Okay. You may want to look at my other post "Control Array Show problem". Now that I have it LOADED, How do I UNLOAD THEM Private Sub Command1_Click() Load Frame1(1) Frame1(1).Top = Frame1(0).Top + Frame1(0).Height + 50 Frame1(1).Visible = True Load Option1(1) Set Me.Option1(1).Container =...
  8. pungy

    Control Array Show problem

    VB 6 Enterprise Edition I have a Frame that contains 2 option buttons. The frame is called FraOverUnder - Index is set to 0. The option buttons are called "optOver" and "optUnder" My code to show the frame is: Load fraOverUnder(VisitorCount) fraOverUnder(VisitorCount).Top =...
  9. pungy

    Login Failed using VB6 and CR XI

    VB6 Enterprise Edition; Crystal Report XI Developers Edition I have written a VB6 application that uses the CRViewer and I call various reports based on user input. This is done in a "stand-alone" environment. I AM NOT using nor DO I access a server. On my development PC, everything works fine...
  10. pungy

    How do you Restict the use of a VB6 Application

    VB6-Enterprise edition. I have an application I would like to distribute. I want to restict the use of the application to either a "day-time-limit" or a "number-of-use" limit. After "x" days or after "x" number of uses, I want to disable the app. If the user "registers" the app with me, this...
  11. pungy

    Need Marketing Ideas

    I am going to try something I have never done before. I am in the process of writing an application that I am going to try to sell. I need marketing ideas. For example, should I offer it as Freeware with limited use--30 days? Should I offer it as freeware with certain features not working...
  12. pungy

    Configure Crystal Report --Loop?

    I just install Crystal Report XI Release 1 and Release 2-full. I am using MS Package and Deployment Wizard to create an Install Package. During the process of using P & D, I am getting a Window that reads;"Please wait while Windows configures Crystal Report XI Release 2". It seems to be in a...
  13. pungy

    Missing DLL's in Crytal Report XI

    OS- Windows XP SP3, VB6-enterprise, CrystalReport XI Developers Edition I am packaging a VB6 application that calls CRViewer and executes various reports. I am using INNO SetUp to create the installation package. I am not sure what Crsytal Report dlls are needed so I used MS Package and...
  14. pungy

    Need Advice on coding INSERT statement

    VB6- Enterprise Edition Database=MS Access 2003 I have coded the following, it works however I have a problem in this senerio. : txtHomeName and txtVisitorName are Control arrays. Anywhere from 1 to 16 can be "loaded". If I have 16, the Insert works but less than 16, the Insert errors with a...
  15. pungy

    Conditional Printing Location in Detail Section

    Crystal Reports XI - Professional Can someone explain to me how to set up the following: on a form, I have two different locations in the Detail Section. For simplicity, I will call them Location-1 and Location-2. I have a record coming in that has various fields. Using one of the fields, I...
  16. pungy

    Crystal Report and VB6 Interface Problem

    VB 6 Enterprise Edition, CR 11 Professional Edition Within a VB6 application, I have a form which contains Option Buttons in a Control Array. Each option button is calling a differerent report (each report was designed in CR11). Here is the Option click event:Private Sub optReport_Click(Index...
  17. pungy

    SystemVariables

    vb6 Enterprise Edition In an application I am writing, I give the user the ability to change the Background and Foreground colors on many of the screens. I have one form that controls this. On the bottom of the form, I have command button that reads "Restore to System Colors". Question: is...
  18. pungy

    Rowset does not support fetching backwards

    VB 6 Enterprise Edition I am getting the error message "rowset does not support fetching backward" when I try to do "recordset.movelast". I have read in other post that I am apparently using a "read forward only" recordset but I don't know how to fix it. I was under the understanding that...
  19. pungy

    Capitalizing the First Letter

    VB 6 Enterprise Edition I am writing an application that the user enters people names in text boxes. The text boxes are know by the names: txtFirstName, txtLastName, txtNameSuffix, and txtPhoneNumber. I would like to write a routine whereby I can be assured that the 1st letter of ever name is...
  20. pungy

    VB 6 and Vista?

    Current OS: Windows XP Professional SP3; Visual Basic 6 Enterprise Edition; Crystal Reports XI Developers Edition I sure this subject has been beaten to death but I still here of conflicts. I have developed and installed VB apps that were developed in VB6. Many of these apps call Crystal...

Part and Inventory Search

Back
Top