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

    How INSERT numeric from textbox?

    This is the problem: I have 2 textbox, lets say name (char) and old (int). When I want to insert is value to SQL, I have a problem, and it said Operator/operand type mismatch. I use this code to do that: INSERT INTO mydata (name,old) VALUES...
  2. warik

    MySQL Grid Problem?

    Hi, I make a MyODBC (MySQL) to write down table to grid with this code: NumRows = SQLEXEC(myConnection, "select Mailbox from coba", 'MyCursor') ThisForm.Grid1.RecordSource= "mycursor" But If I modified that table value (delete or Add record), I have to refresh the grid...
  3. warik

    Grid costumize Procedure

    This is sample of my grid property: ThisForm.Grid1.ColumnCount=6 ThisForm.Grid1.RecordSource='wla' ThisForm.Grid1.Column1.Width=40 ThisForm.Grid1.Column1.Header1.Caption='My Field' The problem is, I would like to take some code at DoubleClick event at column1, Can I do that except write it at...
  4. warik

    Sorting Problem

    Dear all, What SELECT is the best for this sorting problem? table mytable: No | Name | ID 1 | aaa | 20 2 | bbb | 90 3 | ccc | 80 4 | ddd | 10 I would like to sort become like this : Sort from name, but ID 90 will be the last. So it will be like this: No | Name | ID 1 | aaa | 20 3 | ccc |...
  5. warik

    MySQL Sorting Problem

    Dear all, What SELECT is the best for this sorting problem? table mytable: No | Name | ID 1 | aaa | 20 2 | bbb | 90 3 | ccc | 80 4 | ddd | 10 I would like to sort become like this : Sort from name, but ID 90 will be the last. So it will be like this: No | Name | ID 1 | aaa | 20 3 | ccc |...
  6. warik

    Can I make my own user right?

    Dear all, At native XP, there are a lot off group such as Administrator, Poweruser, User, etc. Well, How do I make a new user group with my own right. Let say I make group 'owngroup' And this group will only have access to 1. run some program 2. edit registry at some registry place (at...
  7. warik

    Can not show Help when pressing F1

    Dear all, First time I setup WinXP Prof SP1a, I still could use help file when pressing F1. I don't know why, it can not happen again now. Even the first time I booting and start the XP, the help file still can not load when pressing F1. Maybe someone could help me solving this problem. Plz...
  8. warik

    Can I change Computer Name at W2K Domain Controller?

    Dear all, Can I change Computer Name at W2K Domain Controller Server? If it can, how should I do that? Thank you in advance
  9. warik

    How to deny list/browse drive C:

    Dear all, I would like to make user account which can not browse/list drive C: and it's directory, but that account still could execute or running a program from it. What Security access do I have to set? I ever try for deny account to read drive C:, but that account can not run photoshop...
  10. warik

    Cursor question

    Can I do this with SQL? a=1 use mytable && contain: number,name field set order to number seek(a) if found() messagebox("found it") else messagebox("nope") endi what I already done : a=1 select * from mytable where number=a into my cursor than what shuld I do next...
  11. warik

    Run Slowly build exe at WinXP

    Dear all, I have a computer with dual boot (win98 and winXP) I use VFP5, when make a project and build it at Windows 98, it run fast and well. But when I run it at WinXP and build exe file the program run very slowly so it will take 5 times longger to wait than using Win98. What should I do? Am...
  12. warik

    System Restore file

    Dear all, About system restore XP, it's really wonderful tool. But I don't know where that file saved, I mean if we make a lot of new Create Restore Point for system restore, it will take a lot of HD space. Can I delete some of that restore point? Can I move all or some restore point to other...
  13. warik

    Why when Install SAV Client, it said : the install was interuped?

    Dear all, I try to install SAV Client at Win98, but when the first running the setup proses, it show to message and said the install was interupted and can not continue the installation. What should I do to make that Win98 can Install the SAV Cleint? Last time I do was reinstall the Win98 and...
  14. warik

    How to change IE startpage to blank?

    Dear all, I have a problem, someone use the W2K prof to open a webpage contain vbscript, so now when I restart the W2K and open the IE, it will be pointing to a junk webpage. Even I change the startpage from IE option, it will be back again to that junk webpage when I restart the computer. I...
  15. warik

    Can I hide NETLOGON from Network?

    Dear all, I have NT Server and the user manage with scripts at this NT. But from Win98 workstation, anybody who can login to this NT server could see that script from Network Neighborhood. Can I hide it from that? So nobody could see the scripts. I mean, can I hide NETLOGON from network...
  16. warik

    Can I move My Documents users to other drive?

    Dear all, I have W2K and share with more than 2 person with thier own 'My Documents'. But it by default it installed at C:. I have 2 partion of HD C: and D: Can I move thier 'My Documents' folder to D: so if they login with thier user, the document folder will be ponting to D: (at specific...
  17. warik

    Why SAV Client can not update to Server?

    Dear all, I have Norton Antivirus Server and some client run with SAV Client. (about 20 clients) But, when I update the NAV Server. Not all client become updated. I installed that client with the same way for all. (about 2 clients still at the same old virus def) Maybe somebody could tell me...
  18. warik

    Can I stop access to work Neigborhood NT Domain?

    Dear all, I have NT Server with domian.net Domain. At network there are 5 computer client with Win98 and connected with domain.net NT Domain Server. Client at Win98, could browse domain.net from Network Neigborhood, and than browse the share drive. Can I make Client can not browse domain.net...
  19. warik

    Can I show Symantec Antivirus Client at tray?

    Dear all, I use Symantec Antivirus Client - Managed with main Symantec Antivirus Server. When I installed Symantec Antivirus Client at Windows 98, the icon of SAV does not appear at tray. Can I make it visible at tray? Thank you in advance.
  20. warik

    How do I install active directory at Windows 2000 Prof?

    Dear all, I have a computer installed with Windows 2000 prof. It use by multiple user, so I want to make 1 user only could open/run some programs, and can not run other program (even it already installed). As far as I know, I have to use Active Directory. so... Can I install / use active...

Part and Inventory Search

Back
Top