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

    Flickering of Images

    Hello Guys, I just want to ask if how could I remove the flickering of my screen (GUI) during runtime. I have inserted lots of images in my application to look good but my problem is when I change screen, the screen that should be displayed will flicker before it will display the whole screen...
  2. JBats

    Check the current OS

    Hello Guys, Just want to ask if how could I detect or check the current Operating System of my Application build in VB? Thanks JBats Good is not better if not than best...
  3. JBats

    Open Network Drive

    Is anybody could help me where can I find a code posted in this forum that can be used or reference to open a harddrive from the other working station even that station did not have a drive sharing. Or any software that can be used for this particular cases. Any help would be highly...
  4. JBats

    Printout method doesn't work

    I used the Crystal Report 11 in my VB Project and I was just wondering because when I tried printing my report directly to printer using the method PRINTOUT, It doesn't work. I am using the following objects. 1. Crystal Reports ActiveX Designer Run Time Library 11.0 2. Crystal ActiveX Report...
  5. JBats

    Carriage Return

    I was creating a formula which will return a list of enumerated expression. How could I insert a carriage return in the formula. e.g. '1. Item 1' + '2. Item 2' + '3. Item 2' When this expression be displayed, each item will appear on each line. JBats Good is not better if not than best...
  6. JBats

    Importing File from HTTP

    I will create a procedure in my VB6 project that will import (copy) a text file from our website and store it in my local machine. The data in this text file will now be transferred to my Sybase SQL Database. How can I do this? Is there an existing discussions in this forum that can be a used...
  7. JBats

    Variable in WHERE CLAUSE

    Hellow People, I just want to ask if this statement is possible or there is a way to do same with this one because I tried this in Sybase SQL and it works. SELECT TransCode, Description, Status = Case When Status_ID = '01' Then 'Active' else 'Inactive' end From t_Trans WHERE Status = 'Active'...
  8. JBats

    Determining control array in a control collections

    I created a collection of controls in my form. Now, read through each control of the form to get the control name and its index number. Not all the controls in my form was defined as control array. Now my problem is how can I determine if the control that was being read through my For...Next...
  9. JBats

    Control the nTop item that Subreport displayed

    I was doing a report in Crystal 11 with a calendar format that will list down all the VCD films that customers rented for the particular day of the week/month. I grouped my report according to customers name and below is the detailed list (in calendar format) of VCD films that the customer...
  10. JBats

    Opening CHM Help file without using commondialog control

    Hello guys, I would like to ask if is there a way I can open my help file (build in CHM format) in my VB application without using commondialog control. My problem rightnow is that when I tried launching the help file using this control, it doesn't work and it says the file is invalid or...
  11. JBats

    RecordSelectionFormula

    Hi Guys, I'm having a problem executing my program in VB6 using Crystal Report 11. I tried executing this code below in my program and an error occurred "Basic Syntax is not supported in group or record selection formula". Set CrystalReport = crApp.OpenReport("c:\Program\ra.rpt")...
  12. JBats

    Converting 8.5 to 11

    Hi Guys, I am converting a crystal report (rpt file) created from version 8.5 to version 11 and it works fine. I also changed the reference object in my VB project of CRAXDRT 8.5 to CRAXDRT 11 and also the viewer object. My problem now is that when I print the report an error exist "This Field...
  13. JBats

    Creating DLL in VB.Net

    Hello Guys, I had an existing DLL project from VB6 and tried to upgrade/convert it into VB.Net. I had the conversion process completed and build the project into dll file. When I tried to reference the dll file compiled in VB.Net, it seems that there is a problem. I can't reference the compiled...
  14. JBats

    VB Environment Setup

    Hello Guys, I just want to ask if somebody knows on how to work on this simple problem. Rightnow, I don't know whats going on with my VB Dev't Environment because when I'm designing a form and put controls on it, when I try to move the control to a specific location within the form by pressing...
  15. JBats

    Internet Explorer

    I got a problem using my internet explorer 6.0. Everytime I will open it, the browser will always open this address "res:shdoclc.dll/dnserror.htm" then it displays the webpage as "The page cannot be displayed". I don't know why but I think there seems to be the problem of my explorer. I've tried...
  16. JBats

    Re-positioning Fields at runtime

    I want to make a utility program for my report that configures a position of a specific field in rpt. Say, my VB program has a GUI that the user want to configure the position of the field in the report. He must enter a position number (left, down, up, right) then the VB program will command the...
  17. JBats

    Problem on XP connection to Workgroup

    I have a problem in XP connection to my workgroup. The XP station cannot connect to a Windows98. What must be the problem. I tried to setup it before and it works fine but after a few weeks, the problem exist and I don't know what happens on its setup I never modified it. JBats Good is not...
  18. JBats

    Connection to PC from other Network

    Hello People, I know that this is not the right place to ask this kind of question. Is there a software that can be used to open a pc from other network without sharing its drive? Thanks JBats JBats Good is not better if not than best...
  19. JBats

    Textbox gotfocus and lostfocus event

    Hello Guys, I'm new to vb.net and I was wondering why is it that I can't find that GotFocus and LostFocus event of my text box. I'm putting a text box to my form and double click it to open the code window. Its default was set to change event and when I look on to the event combo list, I can't...
  20. JBats

    Related Document

    Hello guys, I just wana ask if how can I add a related documents file in my VB project. I want to add a jpg or xml file that will be included in the related documents category of my project explorer? Any help would be highly appreciated. Thanks JBats JBats Good is not better if not than best...

Part and Inventory Search

Back
Top