How can I change the Datasource of DCBROWSE

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

How can I change the Datasource of DCBROWSE

#1 Post by unixkd »

Hi All

How can I change the Datasource of DCBROWSE for SQLExpress after the object is created similar to changing array data source using dc_getbrowarray(oBrowse,NewArray) or oBrowse:Datasource := NewArray

Thanks

Joe

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: How can I change the Datasource of DCBROWSE

#2 Post by rdonnay »

oBrowse:dataSource := <new data source>
The eXpress train is coming - and it has more cars.

Post Reply