User Profile

Collapse

Profile Sidebar

Collapse
amolbehl
amolbehl
Last Activity: Jul 16 '08, 02:50 PM
Joined: May 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • amolbehl
    started a topic GraphViz
    in PHP

    GraphViz

    Hi has anyone had a chance to use graphviz.php .... I tried but could not find much documentation on it.

    Could anyone explain with simple example how to use this prog?
    See more | Go to post

  • amolbehl
    started a topic Enabling pop-ups
    in PHP

    Enabling pop-ups

    Hi,

    Is there anyway to enable pop-ups thru javascript or php?
    If not is there anyway of checking if pop-ups are blocked on a browser?
    See more | Go to post

  • amolbehl
    started a topic Path problem in perl
    in Perl

    Path problem in perl

    Ok I have a small problem ... let me try to explain it.

    I am to put apply these styles and images to a page. The page uses a template called header.shtml.
    In the header.shtml I included a number of styles sheets as css files and images.

    Now I need to set the path.
    The path from root of the script which is loaded to browser is

    Code:
    /ABX/WebServer/CGI-Executables/ask/ttxcfg.cgi
    and...
    See more | Go to post

  • amolbehl
    replied to String Array
    in Java
    Wow thanx a lot arrrayList thing worked great for me thanx a lot everyone.
    See more | Go to post

    Leave a comment:


  • amolbehl
    started a topic String Array
    in Java

    String Array

    Code:
    public String[] gen,temp,backup;
    Now I need to declare them as array of unknown size. I tried

    Code:
    // Try 1
    this.gen    = new String[];
    // Try 2
    this.gen    = new String[' '];
    Nothing seems to work can anyone help me with this please.
    See more | Go to post

  • Thanx a lot.


    I had another question .... the image I insert has to be in a position relative to cell no. At one time it might be way down and other times it may be way up.

    Is there anyway to set the coord in terms of cells ... I mean some kind of mapping from cells to points (Coordinates) ??
    See more | Go to post

    Leave a comment:


  • amolbehl
    replied to Calling Executable from VB6.0 Code
    I converted the fsm to exe and it worked .... thanx a lot
    See more | Go to post

    Leave a comment:


  • amolbehl
    started a topic Calling Executable from VB6.0 Code

    Calling Executable from VB6.0 Code

    Hi I have a executable called c:\x.fsm

    I tried to call it at the click event using

    Code:
    SHELL "c:\x.fsm"
    but it doent seem to work.

    Can anyone help me with this please.
    See more | Go to post

  • amolbehl
    replied to Access Date comparison Problem
    Yup It works ... thanx a lot
    See more | Go to post

    Leave a comment:


  • amolbehl
    started a topic Access Date comparison Problem

    Access Date comparison Problem

    Hi I am trying to use the following query to get all dates in a particular range please let me know wht I am doing wrong

    Code:
    SELECT Unique_Sets_Bulk.CustomerNo, Unique_Sets_Bulk.OrderDate, Unique_Sets_Bulk.RouteNo
    FROM Unique_Sets_Bulk
    WHERE (((CDate([OrderDate]))>="#1/1/2005#" And (CDate([OrderDate]))<="#12/1/2009#"));
    See more | Go to post

  • amolbehl
    started a topic OverFlow - Runtime Error 6

    OverFlow - Runtime Error 6

    Code:
      Dim tempLeft As Long
      Dim tempWidth as integer
      
      tempLeft = Round(((tempWidth - i) * 100) / 18.39, 1)
    Hi,

    When I try to run this code and when tempWidth = 343, I get Runtime error 6 - overflow.

    I have no idea how to get rid of it ... can anyone please help me with this??
    See more | Go to post

  • Runtime Error '1004' - Specified value is out of range.

    I use VB6.0 and when I execute the code I have given below, I get runtime Error 1004 - Specified value is out of range.

    Code:
    Set oXL = CreateObject("Excel.Application")
        oXL.Visible = True
        Set oWB = oXL.Workbooks.Add
        oWB.Windows.Application.Visible = true
        Set oSheet = oWB.ActiveSheet
        oSheet.Name = "TEST"
        oSheet.Visible = xlSheetVisible
    ...
    See more | Go to post

  • ok I found the solution to my problem now I have another problem. When I execute the code I have given below, I get runtime Error 1004 - Specified value is out of range.

    Code:
    Set oXL = CreateObject("Excel.Application")
        oXL.Visible = True
        Set oWB = oXL.Workbooks.Add
        oWB.Windows.Application.Visible = true
        Set oSheet = oWB.ActiveSheet
        oSheet.Name = "TEST"
    ...
    See more | Go to post

    Leave a comment:


  • amolbehl
    started a topic add AUTOSHAPES to excel doc in VB 6.0

    add AUTOSHAPES to excel doc in VB 6.0

    Hi,

    Can anyone tell me how to add AUTOSHAPES to excel via VB Code???
    See more | Go to post

  • amolbehl
    started a topic Vb6.0 + Pdf

    Vb6.0 + Pdf

    Hi I am trying to write a PDF report with a VB6.0 code ....
    Can anyone help me with this ... are there any tutorials you recommend any inbuilt controls I can use???
    See more | Go to post

  • amolbehl
    replied to Temporarily Closing DAO connection
    Cool it works ... thanx a lot.
    See more | Go to post

    Leave a comment:


  • amolbehl
    started a topic Browser Type
    in PHP

    Browser Type

    Hi I have to create a php or javascript that will be called from the main page of a website and it has to recognize the clients browser which opens that webpage and send me an email ... the email part is quite simple with mailto command but using the SERVER Side lang like PHP can we find the clients browser ??
    See more | Go to post

  • amolbehl
    replied to Optimization Help
    Code:
    CustomerNo	Item	OrderDate	Qty	RouteNo	DeliveryMethod	DeliveryDescription
    98134	3130	2/28/2006	14	488233	3	
    98134	3155	2/28/2006	32	488233	3	
    98134	32238	2/28/2006	12	488233	3	
    98134	32240	2/28/2006	23	488233	3	
    98134	33527	2/28/2006	21	488233	3	
    98134	3685	2/28/2006	19	488233	3	
    98134	63340	2/28/2006	22	488233	3	
    98134	67543	2/28/2006	42	488233	3
    This is a small test...
    See more | Go to post

    Leave a comment:


  • amolbehl
    started a topic Temporarily Closing DAO connection

    Temporarily Closing DAO connection

    Hi,

    I have too many inserts to deal with but the at specific part of the code is intense on computation where I would like to temporarily close connection and then once the computations are done I could restart it.

    I dont care if time gets wasted.

    [CODE=vb]
    Sub Main()
    ' First we initialize paths for all needed files
    gstrDBPath = "c:\dvp\PKB "

    ...
    See more | Go to post
    Last edited by debasisdas; Nov 30 '07, 09:48 AM. Reason: Formatted using code=vb tag

  • amolbehl
    replied to Optimization Help
    Well Briefly I am doing an inventory management for a warehouse.

    I am trying to build wht are called Pallets which are loaded to trucks and brought to Stores.

    The PACKAGE building is building of such a pallet.

    Now the Pallet building requires that we go thru OrderDetail table which has 1.4 million records approx.

    And the rest is in my post before.

    I hope this helps??
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...