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!

Recent content by vpaladan

  1. vpaladan

    Datagrid Problem

    Hi, Does anybody know why the datagrid click event is triggered when datagrid HeadClick event is initiated. Is there any work around to this problem? or kindly advice alternative controls, any grid controls that i can click on its column header or row/row headers. For your info, id like to...
  2. vpaladan

    Equivalent of VFP $ operator in VB6

    Good Day, Im new in VB. I want to know the equivalent of VFP $ operator in VB. Thanks Vic
  3. vpaladan

    MS DataGrid ActiveX Control

    Good Day to all; I'm new in Programming and I'd like to use the control in application but i'm not able to do it. Does any body know how to append/edit/delete record using this control. Thanks, victor
  4. vpaladan

    HIGHLIGHTING A ROW IN A GRID.

    Good Day to all, I'm using VF6. Is there any other way to do it on higher edition of VF? "IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255) ; , RGB(0,255,0))", "Column") This will color the grid (white and green) based on the location of the record(odd or even). How about if I...
  5. vpaladan

    MS Comm : how to capture the output per line

    Good Day to all: Im new in VB and im trying to develop a call accounting system that will read the output of a Nortel PABX through the Comm. I used mscomm to listen. My problem is that i want to read my mscomm.input per line or until it encounters a carriage return. (please note that...
  6. vpaladan

    SQL Command Problem

    Kindly Help. I have two tables. Vessel.dbf TCode Ratings Officers 111 Doehle Gemini Experience.dbf Tcode Rank 111 O && Officer How to join tables/query to output the ff. Tcode Rank Principal (if rank = “O”, officer, else ratings 111 O Gemini Thanks in advance Vic
  7. vpaladan

    How to make my program listen to LPT1

    Good Day Norman, Thanks.[thumbsup2] Will try to test the code. Vic
  8. vpaladan

    How to make my program listen to LPT1

    Good Day Ramani, Thanks for the clues. Actually, my plan is to redirect the printer out put to a text file and process it at the end of the day. but the only way to do that is to listen to the PABX device output through LPT1 or any Comm. Port. Based on MSDN, FGETS function returns a series...
  9. vpaladan

    How to make my program listen to LPT1

    Hi My client had Panasonic PABX Telephone system. All calls made (info e.g. local no., duration of call, Tel. No.) are transmitted to a printer through a rs-232 cable. My query is that : 1. Can I redirect all the info to a computer/database (instead of to the printer)by replacing the cable...
  10. vpaladan

    Changing System Clock

    Mike, Sample code for an API Call to lock access (or password protect)to the Date/Time dialog box. Thanks in advance Vic
  11. vpaladan

    Changing System Clock

    Mike, Your First suggestion is the best solution to the problem. Do you have sample code? Atomic clock will not work because of internet connection problem. Again, Thank you very much. Vic
  12. vpaladan

    Changing System Clock

    Rick, Thanks for the Code. EXCELENT!!! Vic
  13. vpaladan

    Changing System Clock

    Hi Does anybody know how to limit the user on changing the System clock while the database program is running. I'm planning to use a computer as an office in/out clock. Thanks Vic

Part and Inventory Search

Back
Top