User Profile
Collapse
-
I am still looking for help -
How to Show Data from 2 Tables on Crystal Report
I am developing a database application in Visual Studion 2008 (VB.Net) . I want to create a stock report which receives data from 2 different tables i.e Products and Stock. I have designed the report but it shows a blank report (only headings, but no data)
I have used the following code to populate report
Code:Dim r As New rptStock Dim ds As New DataSet("DataSet1")
-
Found a solution at http://regexadvice.com/forums/thread/53756.aspx
The regex below is what i needed
<\?(\x22[^\x22]*?\x22|\x27[^\x27]*?\x27|/\*.*?\*/|.)*?\?>Leave a comment:
-
Extract php code from a php file using RegEx
I am trying to extract php code from a php file (php file also contains html, css and javascript code). I am using the following regex for this
Code:<\?[\w\W]*?\?>
Code:<?php include("db.php");
-
Setup and Deployment to deploy 2 different applications
I have 2 different VB.Net applications. How can i deploy these two applications with a single installer package. -
Autoincrement Column contains null Values
I have a DataTable with thousands of records, i want to show these records on per page basis ( i.e a DataGridView showing first 20 records and next button to show next 20 records ...)
To achieve this, i have added an Autoincrement Column to the DataTable so that i can use a filter on the Autoincrement Column to get the desired 20 records from the DataTable. I have used the following code
Code:Dim dc As New DataColumn("Serial",System.Type.GetType("System.Int32"))
-
Thanks for your reply, this is not an assignment. Its is a part of project i am working on
The above database structure does not cater the following point
Every Equipment is assigned a code and Equipment can be associated with Building, Floor or Room (i.e Equipment can be found in Building, Floor or Room)...Leave a comment:
-
What should be the database structure?
I am trying to design a database but not sure about the structure, please help. Consider the following scenario
I have to store data about the following entities
1. Building (Building Name, Building Code)
2. Floors (Floor Name, Floor Number)
3. Rooms (Room Name, Room Number)
4. Equipment (Equipment Name, Equipment Code)
with the following constraints
Floors are associated with... -
Well this is quite obvious that first of all i have to read the file, the problem is not reading the file, problem is to get a proxy against a given URL. As
A PAC file contains a JavaScript function "FindProxyForUR L(url, host)". This function returns a proxy to be used against the url passed to this function as parameter how can i parse that function in Vb.NETLeave a comment:
-
How to process a .pac file in Vb.Net
My simple question is:
How to process a .PAC file in Vb.NET ? -
-
-
-
I have attached a zip file containing all the scripts and html files. Please find a link in the third tab which in not opening in the current tab, clicking the link leaves the tabbed interface...Leave a comment:
-
Offcourse the file is included, before line #4 in the head section, if it was not there, tabs should not be working...Leave a comment:
-
-
This seems to be the solution but not working for me, i have tried like this
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript"> $(document).ready(function(){
Leave a comment:
-
Thanks Atli, I always learn something from your posts
I am sorry for late response actually i started to work on some other application
I still have lot of confusion in my mind as the two applications are communicating through web service not through simple XML. In other words the communication is based on SOAP and I have no idea how to create soap services using SimpleXML as you recommended
I have started...Leave a comment:
-
How to update tab content using jQuery
Hi
I have created a tabbed interface using jQuery using the code below
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript"> $(document).ready(function(){ $('#tabs').tabs({
-
VB.Net and PHP communicating through Web Service
I am working on an application in Vb.NET the pulls data from an online MySQL server. The problem i was facing was that my application had no direct access to internet. The application connects to a proxy server which was blocking access to database server because the proxy server only allowed web requests.
Now i have decided to build a Web Service to send data from my online server to Vb.NET application, I am using PHP at the other...
No activity results to display
Show More
Leave a comment: