you are always welcome, let me know if anything else comes up.
Sincerely.
User Profile
Collapse
Profile Sidebar
Collapse

cr4sh
Banned
Last Activity: Aug 17 '10, 08:22 AM
Joined: Jul 25 '10
Location: Mountain View, California, USA
-
-
your approach to the whole problem is great. have a look at the parameter sequencing in the code below.....
Code:Dim objReport As New CrystalDecisions.CrystalReports.Engine.ReportDocument Dim ConInfo As New CrystalDecisions.Shared.TableLogOnInfo Dim paraValue As New CrystalDecisions.Shared.ParameterDiscreteValue Dim currValue As CrystalDecisions.Shared.ParameterValues Dim sParValPair() As String Dim sValue()
Last edited by Niheel; Jul 26 '10, 05:29 AM. Reason: code tags for displaying code [code] . . . [/code] thanks, :)Leave a comment:
-
I concur with gits on this one. There is no such thing as best technology for career. What was indispensable a decade back may not even be relevant today and what's the backbone of software today may be non-exostent a year from now. What I am suggesting is, you can't let yourself be limited by one "best technology". What's most important for a career development is the ability to rationalize and infer conclusions. A good code writer has...Leave a comment:
-
anything which can peak your interest towards coding. hey, you got to be patient with java. It's the best application based programming language out there.Leave a comment:
-
-
please try this-
Code:#!/usr/bin/ruby -w require 'rexml/document' include REXML xmlfile = File.new("movies.xml") xmldoc = Document.new(xmlfile) # Info for the first movie found movie = XPath.first(xmldoc, "//movie") p movie # Print out all the movie types XPath.each(xmldoc, "//type") { |e| puts e.text }
Leave a comment:
-
-
-
Code:>>> from ftplib import FTP >>> ftp = FTP('ftp.cwi.nl') # connect to host, default port >>> ftp.login() # user anonymous, passwd anonymous@ >>> ftp.retrlines('LIST') # list directory contents total 24418 drwxrwsr-x 5 ftp-usr pdmaint 1536 Mar 20 09:48 . dr-xr-srwt 105 ftp-usr pdmaint 1536 Mar 21 14:32 .. -rw-r--r-- 1 ftp-usr pdmaint
Leave a comment:
-
The graphic user interface is one of those defining utilities of the computers these days. Anywhere you look, they are in a utility.Leave a comment:
No activity results to display
Show More
Leave a comment: