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?
User Profile
Collapse
-
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? -
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
-
Wow thanx a lot arrrayList thing worked great for me thanx a lot everyone. -
String Array
Code:public String[] gen,temp,backup;
Code:// Try 1 this.gen = new String[]; // Try 2 this.gen = new String[' '];
-
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) ??Leave a comment:
-
-
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"
Can anyone help me with this please. -
-
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#"));
-
OverFlow - Runtime Error 6
Code:Dim tempLeft As Long Dim tempWidth as integer tempLeft = Round(((tempWidth - i) * 100) / 18.39, 1)
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?? -
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
-
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"
Leave a comment:
-
add AUTOSHAPES to excel doc in VB 6.0
Hi,
Can anyone tell me how to add AUTOSHAPES to excel via VB Code??? -
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??? -
-
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 ?? -
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
Leave a comment:
-
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 "
... -
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??Leave a comment:
No activity results to display
Show More
Leave a comment: