Search found 22 matches: logon

Return to advanced search

XBrowse settings INI file

Is there a way of saving a user's browse display preferences such as display order,column width/height,fields to show etc.
whenever they change it from the original system default.

So each time they logon Xbrowse configures the display using their individual preference

Thanks
Peter
by reds
Mon Jun 24, 2019 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse settings INI file
Replies: 3
Views: 424

Re: Acquisire un fattura elettronica

... Codice Utente: Password: Pin : tu non gli fai la mascherina con l'inserimento dei codice utente ,password e pin e fai in modo che dopo il logon trasmetti la fattura direttamente ? oHttp:Open( 'POST', "https://ivaservizi.agenziaentrate.gov.it/portale/ ", .F. ) oHttp:SetRequestHeader( ...
by Silvio.Falconi
Wed Dec 12, 2018 8:20 am
 
Forum: All products support
Topic: Acquisire un fattura elettronica
Replies: 13
Views: 4128

Re: FW user login to authenticate from windows active directory

Dear All, It's been a while.. busy with FWH projects.. Anyone here who can authenticate/validate a logon from FW apps to Windows Active Directory? Kind regards, Frances Hi Fraxi, I found this VB script, transtale to Visual Basic on EXCEL, and tested Worked Fine. Private ...
by hebert_j_vargas
Mon Nov 16, 2015 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10111

Re: Show message when running program as a service

... developers can add forms and other UI components. In this case, the "Allow service to interact with desktop" should be checked on the Logon tab in the Service properties dialog (though care should be taken with this approach as this can cause a security risk since any logged in user ...
by Gale FORd
Wed Mar 18, 2015 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show message when running program as a service
Replies: 16
Views: 3565

FW user login to authenticate from windows active directory

Dear All,

It's been a while.. busy with FWH projects..

Anyone here who can authenticate/validate a logon from FW apps to Windows Active Directory?

Kind regards,
Frances
by fraxzi
Sat Aug 17, 2013 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10111

Re: Usando Outlook

... oOutLook := CreateObject("OutLook.Application") Local oNameSpace := oOutLook:GetNameSpace("MAPI") Local oFolder, n oNameSpace:Logon() //ACIONAR ENVIAR / RECEBER automaticamente //.T. = Abrir DIALOG //.F. = Não Abrir DIALOG oNameSpace:SendAndReceive(.F.) //Folder Constants //oFolder=3 ...
by MGA
Sun Jun 02, 2013 11:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usando Outlook
Replies: 16
Views: 4577

Re: ¿ Serial del Board

... NETWORK - DESARROLLO\NETWORK BATCH - DESARROLLO\BATCH INTERACTIVE - DESARROLLO\INTERACTIVE SERVICE - DESARROLLO\SERVICE ANONYMOUS LOGON - DESARROLLO\ANONYMOUS LOGON PROXY - DESARROLLO\PROXY SYSTEM - DESARROLLO\SYSTEM ENTERPRISE DOMAIN CONTROLLERS - DESARROLLO\ENTERPRISE DOMAIN ...
by J. Ernesto
Tue Nov 06, 2012 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ Serial del Board Solucionado
Replies: 7
Views: 3646

Re: OT: First Tablet with Windows 8 MS Surface ...

... my part. I won’t need “an App for that” because support for whatever it is that I need will be built into the device by default. I’ll be able to logon to a domain, map drives, get Outlook mail, run Microsoft Office, dock a keyboard, attach a monitor and manage my Windows servers with a Microsoft ...
by norberto
Tue Jun 26, 2012 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: First Tablet with Windows 8 MS Surface ...
Replies: 15
Views: 7913

Re: ODBC Problem ?

... not what I NEED I have bigger application based on using ODBC and work good. Sample i use: oOdbc := TOdbc():New( sDsn, cUserName, cPassword ) to logon to informix. I only DONT WANT 'LogOn' window from the driver to be shown becouse user unwanted can change data from the ODBC driver like database ...
by avista
Thu Jan 05, 2012 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ODBC Problem ?
Replies: 6
Views: 1426

Re: Logoff on exit

... MOST ONE of the following two: #define EWX_FORCE 4 #define EWX_FORCEIFHUNG 10 Value Meaning : EWX_LOGOFF 0 Shuts down all processes running in the logon session of the process that called the ExitWindowsEx function. Then it logs the user off. This flag can be used only by processes running in an ...
by ukoenig
Thu Feb 10, 2011 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logoff on exit
Replies: 3
Views: 1203

Nome Utente (RISOLTO)

salve,
esiste una funzione che mi ritorna il "nome utente" ... chi ha fatto il logon ?

Grazie
Stefano

la funzione è : WNetGetUser()

stefano
by stefano
Thu Jan 20, 2011 10:45 am
 
Forum: All products support
Topic: Nome Utente (RISOLTO)
Replies: 0
Views: 423

Re: Web service

... Size: 2,167,808 bytes Time from start: 0 hours 0 mins 19 secs Error occurred at: 07/06/2010, 09:34:51 Error description: Error MSSOAP.SoapClient30:LOGON/14 DISP_E_BADPARAMCOUNT: FIELDS Args: Stack Calls =========== Called from: D:\xHarbour\source\rtl\win32ole.prg => TOLEAUTO:FIELDS(0) Called ...
by clemerson
Mon Jun 07, 2010 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web service
Replies: 8
Views: 2671

Web service

... oUp := CreateObject("MSSOAP.SoapClient30") oUp:MSSoapInit(alltrim(UPurl)) tokenVO:=oUp:Logon(COD_ORI,PWD,COD_TER,COD_EST,MAC) ? tokenVO http://www.sysfar.com.br/temp/soap.jpg In return Object shows, how do I read the ...
by clemerson
Thu Jun 03, 2010 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web service
Replies: 8
Views: 2671

Wrapper

... of source. Anybody with Crystal Reports (8.5) wrapper mainly with PE* functions? I tried to reconstruct 'PELogOnServer' but my reports failed to logon with ADS (Local)... Here is the entire wrapper .prg I hope anyone can help. Best Regards, FAP #Include "WinApi.Ch"#Include "cstruct.ch"C ...
by fraxzi
Thu Mar 11, 2010 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrapper
Replies: 7
Views: 2627

POOM API FOR POCKET

... and the main dialog window proc, as well as a number of utility functions PoomData.cpp – contains high-level POOM API calls for initialization, logon, and retrieving POOM properties PoomContacts.cpp – contains routines which retrieve and set PIM Contact items. Also contains the dialog proc for ...
by Silvio
Mon May 18, 2009 8:27 am
 
Forum: FiveWin for Pocket PC
Topic: POOM API FOR POCKET
Replies: 2
Views: 721
Next

Return to advanced search

cron