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

    Transport DATA ONLY between systems.

    Hi, I would like to know how to transport DATA ONLY (without customized configuration) between systems like HR Master data only. Kindly advise. Thank you.
  2. kimhoong79

    Ways to import Microsoft Access database into Oracle

    I am a newbie in Oracle and I am trying to figure out the ways to import Microsoft Access database into Oracle. I have identified a few problems as Microsoft Access consists of Query, Form, Report and etc. Let's say I just want to focus on the tables only. What are the ways to do it? At...
  3. kimhoong79

    MS Powerpoint's mouse-over or on-click

    I would like to create a powerpoint with bulleted notes in dimmer color, when the mouse-over or on-click on one of the notes, it will grow darker or change into another color. I tried the Custom Animation but it just couldn't do exactly what I want. Can anyone show me how to do so? Thanks in...
  4. kimhoong79

    Swapping HDDs without formatting the OSes?

    Greetings, I swapping my older PC with my girlfriend's since hers is better than mine, except the HDD. The problem right now is I would like to swap the HDDs between these 2 PCs without formatting them. I do not want to waste so much time on reinstalling the OSes and the software, not to...
  5. kimhoong79

    Win XP reset my "Smooth edges of screen fonts" setting

    In order to make my system run smoother, I have disabled most of the visual effects through Control Panel>System>Advanced>Performance>Settings One of the settings that I have disabled is "Smooth edges of screen fonts". However, sometimes whenever I run certain programs (most obvious is Ms...
  6. kimhoong79

    PowerPoint 2000: How to remove all slides' animation at once?

    I am editing on an old PowerPoint presentation (around 60 slides). I would like to remove all the custom animations in each slides' objects. How to do so? I have referred to thread68-48484 but it does not provide the solution. Thank you for your attention
  7. kimhoong79

    How to control audio volume when using 2 applications or more?

    I'm facing problems on controlling audio volume when I'm using 2 applications (eg Windows Media Player and Realplayer) or when I'm watching movie and chatting (in audio form) at the same time. When there are more than 1 application using the audio control, they will affect one another. When I...
  8. kimhoong79

    Multiple Realplayer

    Greetings, I know this sounds a bit nonsense but I wonder if there is a way to run 2 or more Realplayer programs at the same time. Thank you for your attention
  9. kimhoong79

    sqrt() problem

    Recently I found out some problem with sqrt(). Here's the code: #include <stdio.h> #include <math.h> main() { int Result, Data = 4; printf("%d\n", sqrt(Data)); Result = sqrt(Data); printf("%d\n", Result); } The output of this code is 0 2 which for me, is not consistent. Can...
  10. kimhoong79

    Sudden Shut Down

    My pc suddenly shut down itself randomly. At first, I thought it might be the cpu fan problem, so I get another cpu fan that spin at 3400++ rpm. By using Motherboard Monitor, I detected the temperature is around 55~60C, which for me, is high. After shutting down itself, my pc cannot be switched...
  11. kimhoong79

    Sorting a Linked List

    Hi, I am still in learning phrase on this matter. I have written a program to allow user to enter album's title and singer. I will then insert these information into a Linked List. After insertion and any other tasks, I will sort the Linked List. I think I wrote the sorting code correctly but...
  12. kimhoong79

    Crosstab

    Is it possible to add Min , Max , Average column to a CR Crosstab report ? If so, how to do so ?
  13. kimhoong79

    Unable to run the coding completely

    Below is a visual Basic coding to retrieve data from a COM port and process the data and store the data to a mssql server using ODBC connection. Problem that I faced is the it seems like will not run completely. It will not process my data and will not store it. It will only write it to the...
  14. kimhoong79

    How to reset font in WinXP?

    Recently I have installed some language related software (it's chinese actually), and then some of my other softwares' fonts are messed up. I tried to uninstall that language software but the mess is not yet fixed. I'm wondering if there's a way to reset the fonts to the original settings in...
  15. kimhoong79

    link back to the same table

    I have a table listing out MemberID, MemberName, SponsorID where the SponsorID is from the MemberID as well. I need to create a query to list down the MemberID, MemberName, SponsorID AND &quot;SponsorName&quot;(taken from the same table). Can u let me know how to do? (forgive me for my...
  16. kimhoong79

    multi selection in listbox

    I'm developing a small system on voucher inventory. During the voucher printing process, I plan to use listbox to display all the voucher (or voucher that have filtered out) on the left side and the make selection to the right side (also a listbox) and deselection can be made as well. The...
  17. kimhoong79

    how to type number starting with 0?

    1)I'm facing problem to insert number starting with 0 like 002, 007... 2)How to insert 3-1 without having it to be changed into 3-Jan?
  18. kimhoong79

    Sizing form

    How to make a form to open automatically when the user double-click the file? How to make the form will maximize itself or maintain in a specified size despite of any resolution of display that the users use? Thanx in advance... btw, a very good forum u guys got here!
  19. kimhoong79

    form navigation and sizing problems

    1.How to create a command button to open a new form and close the existing form at the same time? 2.How to set the form size to be maximized everytime it's opened? FYI, I'm a newbie in MS Access with no VB knowledge. If possible, teach me how to solve these problems using GUI methods Thanks...
  20. kimhoong79

    combo boxes followed by subform

    have a database containing tables as shown below: System Function FuncFailMode ------ -------- ------------ SysID ---- SysID ---- SysID SysName FuncID --- FuncID FuncName FuncFailID...

Part and Inventory Search

Back
Top