New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of FoxPro
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Configuration;
 
using System.Data.OleDb;
using System.Data.SqlClient;
using System.Data;
by Matt Slay   March 03, 2010 @ 12:56pm
61 Views
no comments
 
C#
using WestWind.BusinessObjects;
 
namespace CompanyName
{
    public class WebStoreFactory
    {
        public static busItem GetbusItem() 
        {
            busItem ItemObject = new busItem();
            return (busItem) WebStoreFactory.SetProperties(ItemObject);
by Matt Slay   February 05, 2010 @ 9:36am
39 Views
no comments
 
************************************************************************
* wwProcess :: GetUrlBasePath
****************************************
***  Function: Method responsible for establishing the base path
***            for this application. 
***    Assume:
***      Pass:
***    Return:
************************************************************************
FUNCTION GetUrlBasePath()
by Rick Strahl   December 16, 2009 @ 2:43pm
99 Views
no comments
 
CLEAR
DO TrackServiceProxy
 
LOCAL loProxy as TrackServiceProxy
loProxy = CREATEOBJECT("TrackServiceProxy")
 
LOCAL loBridge as wwDotNetBridge
loBridge = loProxy.oBRIDGE
 
by Rick Strahl   July 17, 2009 @ 12:13pm
154 Views
no comments
 
brought to you by:
West Wind Techologies


If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate