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!

Recent content by sane79

  1. sane79

    Auto populate Text field with combobox's selection

    Hi all, I'm pretty new to asp and I need your help here. Have been trying to figure out this problem for the past 2 days.. I have a form, which requires the user to select a value from the combo box. Once the value in the combbox changes, the textfields will be populated with the values...
  2. sane79

    Win 2003 server on HP LH3 & LH6000

    Hi All, Can i build Win 2003 server on LH3 and LH6000 machine? Many thanks.... Rgds, Sane
  3. sane79

    Internet Up, but cannot reach

    Hi All, Kindly help on below issue. My internet is up. (Tested in the switch) My structure : - 1 ADSL Modem/Route/Switch (192.168.1.3) 2 Tested: Positive at port 1 3 Link Port 2 to my 515E F/W 515E F/W Internal : - 172.30.2.254 External : - DHCP (192.168.1.7/24 GW: - 192.168.1.3) Able to...
  4. sane79

    Pix 501, is the internet down or is it me?

    Hi All, Can anyone help? My 515E FW is able to access internet previous. It is not now! Config Internal IP : - 172.30.2.254 External IP : DHCP (192.168.1.7/24 GW: - 192.168.1.3) At device 192.168.1.3, i'm able to access internet. But not in the router. Within the route, i'm able to ping...
  5. sane79

    netsh on remote computer

    Hi All, Anyone able to help on the below issue. Environment : Windows Single Domain PDC : Windows 2003 server Client OS : Windows 2000/XP Pro, Client User Rights : Restricted Client are on DHCP Task : To edit all client's tcp/ip settings by having 2 metices of GW IP via script. Different...
  6. sane79

    Watchguard Firebox X Edge VPN Checkpoint Prob

    Hi, I have 2 firewalls namely Checkpoint VPN-1 Edge and Watchguard Firebox X Edge. I have problem establishing a VPN tunneling between them. Checkpoint Site Info as below : - Internal : 192.168.1.250 External : Public IP A on Checkpoint Checkpoint Configuration as below : - VPN Remote...
  7. sane79

    Watchguard Firebox X Edge VPN Checkpoint Prob

    Hi, I have 2 firewalls namely Checkpoint VPN-1 Edge and Watchguard Firebox X Edge. I have problem establishing a VPN tunnneling between them. Checkpoint Site Info as below : - Internal : 192.168.1.250 External : Public IP A on Checkpoint Checkpoint Configuration as below : - VPN Remote...
  8. sane79

    URGENT!!!! Retrieving data from multiple tables in CR 8.5

    Hi all... How do i retrieve records from different tables into 1 report thru VB6? This is my current code, but the login is set such that connection is only for 1 table. How do I connect to more than 1 table? Is there a way for me not to hard code "CreRpt.Database.Tables.Item(1).SetLogOnInfo...
  9. sane79

    SQL server not found

    Hi all.. I need some help here. I'm trying to execute my report from vb6.. Report is created in CR8.5 and database is from MYSQL. When I tried previewing my report from CR... everything works fine.. however.. when I tried to call it from VB, I get the error "SQL Server not Found". Below is my...
  10. sane79

    URGENT!!! Different Results from VB SQL statement and in MYSQL

    Hi.. Did that already... Nothing is returned. Its all empty cuz there's no such records in the table at all...
  11. sane79

    URGENT!!! Different Results from VB SQL statement and in MYSQL

    Hi all.. I have a problem which I have been trying to figure out for the past 2 days. I'm currently developing a program in VB 6, connecting to MySQL database. What happens is that when i tried executing a SQL statement from VB "SELECT COUNT(DEBT_ID) AS COUNT FROM TREATMENT WHERE DEBT_ID =...
  12. sane79

    Printing from VB6

    Hi.. I'm basically very new to printing in VB6. I need some headstart as to how I can print from my VB program to 4 different models of printers... Epson TM300, TM210 for printing Receipts and Epson 670 pro and Epson 680 pro Any advise on how to get VB to detect the printers.. as well as how...
  13. sane79

    get max ID from string

    Hi, Perhaps I've not been clear in explaning what I really want. I have a column name debit_id and for debit id is made up of running numbers as well as 2 character branch code.. so i may have something like this: AA123 AA124 AA125 AA126 AA127 AA128 BB123 BB124 BB125 BB126 BB127 BB128 CC123...
  14. sane79

    get max ID from string

    Can anyone advise me on how I can get the Max ID from a list of strings such as AA1000 AA1001 AA1002 AA1003 AA1004 AA1005 AA1006 I need to retrieve the max id so I can insert in the next value I'm using VB6 with MYSQL server I tried select max(debt_id) from receipt where debt_id like...
  15. sane79

    MDI child is always maximized in parent..

    i have already done that.. any other suggestions?

Part and Inventory Search

Back
Top