Search found 249 matches

by Jack
Thu Apr 17, 2008 11:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Acces of a file with IP Adress
Replies: 10
Views: 2109

Rick,
Thanks for your help .
How to have access to the server (how to log) before the use of the Unc.
I dont want that the user have access to the network drive with explorer .

Thanks
by Jack
Thu Apr 17, 2008 9:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Acces of a file with IP Adress
Replies: 10
Views: 2109

Thanks for this answer .
I dont want to use a drive letter because i dont want the user to be able
to explore the network drive .
by Jack
Thu Apr 17, 2008 8:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Acces of a file with IP Adress
Replies: 10
Views: 2109

Acces of a file with IP Adress

It is possible to do this :
select 0
use \\192.168.10.3\DATA\XYZ.DBF

How to establish the connection to the server (user name and password) if there is not network letter already mapped ??
Thanks .
by Jack
Sun Mar 02, 2008 5:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Sql and Requery
Replies: 2
Views: 864

Rick, Thanks for this answer but what have i to to if the date is not in the record set . I i have a table with 1 000 000 of records or more, i will not have : select * form table i will place a first scope : select * form table where NAME like "J*" and if the user want to llok for a name ...
by Jack
Sat Mar 01, 2008 2:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Sql and Requery
Replies: 2
Views: 864

ADO Sql and Requery

With DBF files, i use a listbox in a dialog and display the records of the DBF . If the user want to search , he press the search button and write what he is looking for How to do the same with record set, how to requery ?? Thanks for your help . ======================= Xbase sample: select 0 use ad...
by Jack
Tue Jan 08, 2008 5:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook Inbox Ole
Replies: 4
Views: 812

Outlook Inbox Ole

How is it possible to read the inbox of Outlook direct from FiveWin.
How is it possible to save a file attached to a message .

Thanks for your help .
by Jack
Sat Jan 05, 2008 11:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Filling html form vars with values
Replies: 5
Views: 1057

Try to open the HTML file as a text file.
Change the value with strtran function
Save all as html file
Open this file with ie .
by Jack
Thu Aug 30, 2007 8:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin and MS Sql
Replies: 4
Views: 1395

FiveWin and MS Sql

I have to access sql tables with xharbour and fivewin .

I have to be able to add record modify and delete .

I cant install odbc driver on each workstation .

Each workstations are connected to a Win2003 server and the EXE is
on this server .

How to do it ??
by Jack
Fri Aug 24, 2007 6:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services
Replies: 1
Views: 695

Web Services

Is it possible to write a web service with service.

I have a fivewin application that have to open a web page
and transmit information :
Username Password Id in a Sql database ...
The provider of the web application ask if i could transmit the information with a web service .


Thanks