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

    Folder and File Security

    I share my folder in windows 2003 server like below sample: Myserver : DepartmentFolder -> DepProductionFolder -> DepWarehousingFolder note: * DepartmentFolder= everyone(read/list folder) * DepProductionFolder=only dep production(read/list folder)...
  2. NICKYSUWANDI

    Saving to database take a long time

    I am using Mysql database and .dbf, when i saving data to the database (mysql and .dbf) it took along time. I need some advise to solve this problem, please help. Thanks Nicky
  3. NICKYSUWANDI

    how to use PrintPreviewDialog ?

    i want to report from text file, theres anyone can help me, how to use PrintPreview Dialog? Thanks Nicky
  4. NICKYSUWANDI

    add null fields

    i am using mysql database, i had trouble when update null fields. Example: mytable: field1 decimal 10 field2 decimal 10 i want to update field1 and field2 using this string command: UPDATE mytable SET field1 = field1 + 1,field2 = field2 + 1 (this command will working if field1 and...
  5. NICKYSUWANDI

    status bar

    i had problem in mdi form, please someone help me. 1. in my mdi form had statusbar control, when i active my child form and work in childform, i want update some message to statusbar in parent form, how to do that? 2. still in mdi form, ehen i active my child form,theres anybody know...
  6. NICKYSUWANDI

    context menu in toolbar

    hi guys, i had write code to create toolbar with contextmenu inside the toolbar (using coding, toolbar and name reference from my treenode),like this : ------------------- Dim Tnode As TreeNode, intno As Int16 = 0 For Each Tnode In e.Node.Nodes...
  7. NICKYSUWANDI

    clear keyboard buffer

    i had download procedure to create Balontips, this procedure display finely when using procedure mouse_hover (call balontips from this procedure). i want this balontips actived when user press function key F1. so i call this procedure from Key_down procedure. My problem is when user push F1...
  8. NICKYSUWANDI

    TEXT TO SPEECH TOOL

    hi everybody, i am searching for free text to speech tool, theres anyone can help me? Thanks Nicky
  9. NICKYSUWANDI

    active form

    hi everybody... i got problem with active form. i want to know form name was actived, so i don't opened twice (not in MDI form) Thanks NICKY
  10. NICKYSUWANDI

    edit text file

    i am newbie i had create program to store my config in text file named Myconfig.txt. i fill this file with: Backgroundimage = ... Fonts = .... Color = ... i am very confused how to change the text value like (background = c:\image.jpg or fonts = Arial) from program and how to set screen...
  11. NICKYSUWANDI

    protected program from copied

    I share my program from server, all client can access this program. But how to protected this program from copied. i want this program only work in my server. Theres anyone can give solutions. Thanks
  12. NICKYSUWANDI

    problem with $_POST

    i am newbie, i got problem with $_POST, this is my sample of code. When i test this program in my windows XP, theres no problem but when i try put in windows server 2003 (IIS 6.0) and run this code problem appear.Output from this code always return value " no submit". In file PHP.ini...
  13. NICKYSUWANDI

    Undefined variable: Submit in c:\Inetpub\wwwroot\ICA\login

    please help! i am newbie,i don't understand why this error happen. This sample of my code. When i preview in browser this error message appear "PHP Notice: Undefined variable: Submit in c:\Inetpub\wwwroot\ICA\login1.php on line 2 " Someone please help me. Thanks <? if( $Submit){...
  14. NICKYSUWANDI

    Theres a trick to solve error &quot;Not Dbf file&quot; ?

    I got this message when open file .dbf "Not Dbf/Database file" and this file cann't opened, but can opened with Ms Excel (only happend in WIndows 98 and when the application that i made use this .dbf is hang). Some can give trick in program so i can fix this problem. i am using Foxprow For...
  15. NICKYSUWANDI

    file not found in vitual directory

    Hi..i am nicky I am using IIS 6.0 (Windows 2003 Server).i publish my directory in local web using vitual directory (IIS 6.0) so user can download from Internet Explorer. I got problem when user download that file there are error message appear "HTTP Error 404 - File or directory not found". This...
  16. NICKYSUWANDI

    CHECK PRINTER STATUS (ON/OFF)

    Can we know printer status is on or off before we printing in fpw26, i am using this command but don't work: PRINTSTATUS() or SYS(13) it's return true value even my printer is off, there's anybody know to solve this problem. thanks
  17. NICKYSUWANDI

    W2K/WXP Printing Issues

    When i print from my program (i am using foxprow 2,6a), error messages occurer: FOXPROW caused a General Protection Fault in module FOXW2600.ESL at 0001:222D i try using printer generic it same too, my other experience with this?
  18. NICKYSUWANDI

    ideal font

    i had problem with a font when i print,i hope there friend that can help me. i using font 'courier new 6' in my print out (it's to small, if i using 'courier new 6' is good but is not enough width with the paper), there are solution for this (i want a font that easy to read/not too small or big...
  19. NICKYSUWANDI

    FORMAT Floppy Disk

    How to Format 720Kb Floppy disc in windows XP, anybody know?
  20. NICKYSUWANDI

    cann't access print manager

    i had printer label (called sato for print barcode and label), each time i print label (max 56 pcs label) my program error "cann't access print manager", someone can help me solve my problem. thanks.

Part and Inventory Search

Back
Top