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

    How to get BASECOLUMNNAME and BASETABLENAME ADO RS properties?

    Hello everyone! I'm sorry if this is a lame question but I can't find the soluton for it anywhere. I had a database application using MS Access then I decided to move it to SQL Server for obvious reasons. But I cannot get the BASECOLUMNNAME and BASETABLENAME ADO RS properties when I create a...
  2. junwebhead

    Querying link records and obtaining downlines by a given level.

    Hi everyone I have a problem in creating a link records with a certain level of downlines. What I mean is I want to get all the downlines of a customers n levels deep. I have a customers table that has contain two fields that define their own downlines. first field is the customercode the...
  3. junwebhead

    How to synchronize vertical scrolling of two listview?

    Hi everybody! I've been trying to simulate the freeze pane function just like in excel using two listview controls. What I did initially is to subclass WM_VSCROLL message of the first listview and then send that message to the other. But my problem is when I drag the scroll bar of the first...
  4. junwebhead

    Synchronize listview scrolling

    Hi All! I just wanna ask how to synchronize the two listview control's scrolling. Because I want to simulate a freeze column. Using listview. Please help me. Thanks in advance Jun
  5. junwebhead

    PC doesn't power on but beeps after 3 seconds

    Hello there! I'm fixing this PC because the display is always like in safe mode. So I checked the video card and found out that the monitor cable is connected to the built in video card but a matrox video card is inserted on the board. While the case is open, I checked some connections (Memory...
  6. junwebhead

    Hard Disk Light Always On After Installing Sony CDRW 52x

    Hi there! I have a problem with my PC because the moment when I install my new Sony CDRW in my PC (replacing my old CDROM), the hard disk light indicator is always on all through out like the power LED indicator and there is no blinking. It does works fine on my old CDROM. I used DiskMon...
  7. junwebhead

    Programatically Resize a chart

    Hello everyone! I hope somebody can help me with my problem. I'm doing an MSAccess program that has a chart in it. My problem is when there are many entries in the chart, I can't see all of them. I want to programatically resize the chart. How would I able to do that? Thanks in advance! [smile] Jun
  8. junwebhead

    Dealing with MSACCESS Date/Time Field

    Hi all! I hope that anyone can help me. What I want to do is this: When saving... if the textbox = "", save null value in the date field. otherwise save the date value. When retrieving... if the value in my field is null, put "" in the textbox. otherwise get the date value...
  9. junwebhead

    Change the database path of crystal report

    Hi everyone! I have a problem in using crystal report. I have the code below in my form where my crystal report viewer resides and I want to programatically change the location of the database in my cystal report before it loads. I find most part of this on MSDN but I couldn't get it...
  10. junwebhead

    IsNumeric C# Equivalent

    Hi everyone! I hope someone can help me. I just want to know if there is a C# equivalent method for VB's IsNumeric function? I've tried searching for it but I can't find anything other than try-catch - Int32.Parse() combination. I'm thinking of doing my own function with it. But I'm just...
  11. junwebhead

    Calling event method of a form from another form.

    Hi all! Does anyone know how to call the event method of a form from another form? Actually, these forms are MDI childs. I wanted to fire up the refresh button of the first form when I closed the second form (in which I made some changes to some data that the first form displays). I've try...
  12. junwebhead

    Can I use "SaveAsText" to save db objects from inaccessible database?

    I have this access 97 database that became inaccessible. (When opening it will throw "Microsoft Access: MSACCESS.EXE - Application Error The instruction at "0x65102458" referenced memory at "0x00000040". The memory could not be "read"...." then quits.) I...
  13. junwebhead

    Codes in modules and forms are gone after converting a corrupt databas

    Hi everyone! I have a program in access 97 that became corrupted. Whenever i open the database, it will throw an "invalid reference to memory..." error then quit. The first soultion I made is to import all database objects to a new database - but it failed. Then i convert it to...

Part and Inventory Search

Back
Top