Search found 8 matches: map1

Return to advanced search

Reading network pathname (solved)

Hello,

How can I read a full pathname of a network connection?

Example : the drive letter is F:. How do can I get the fulle pathname of the network connection ? (ex. \\COMPUTER1\MAP1\MAP2)

Thanks a lot in advance for any help.
by driessen
Thu Jan 16, 2020 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading network pathname (solved)
Replies: 13
Views: 1753

Por que no me genera el archivo *.c (Solucionado)

... STATIC FUNCTION EMAE2( oLbx, SiNuevo ) //======================================= Local oDlg, oDbf, lSave := .f.,oBitmap1,oBrush,oFont1 Local aSexo,aStatus,aDepto[1],aMuni,aPrograma,aEstado Local mInss,mIng,mCed,mProg,mNom,map1,map2,msexo,mcivil,mnac,mano,mmes1,mdia1,mdir1,mdep,mmuni,mbarrio,mtel,mcel ...
by Ramon Paredes
Wed Aug 05, 2009 2:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no me genera el archivo *.c (Solucionado)
Replies: 3
Views: 1011

Excel : opening existing xls-file

... "Excel.Application" ) oWorkBook := oExcel:WorkBooks:Add() ........ Ok , this works , excel seems to generate a file (name) , map1.xls , .... Now , i try to open a existing xls file without succes , i have oExcel := CreateObject( "Excel.Application" ) oWorkBook := ...
by Demont.frank
Tue Apr 14, 2009 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel : opening existing xls-file
Replies: 2
Views: 648

prueba tambien asi al guardar ,, sobre todo cuando es edicion,, oRecordSet:Fields("Apellido1"):value := _scFill( mAp1, 15 ) oRecordSet:update() function _scFill(c, nLon) local nLen local nSp if valtype(c) <> "C" c := '' ENDIF nLen := len(c) nSp := len(space(nLon-nLen)) return ...
by sysctrl2
Wed Feb 06, 2008 6:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QUE SIGNIFICA ESTE ERROR
Replies: 17
Views: 5470

Ramon,

las variables, de tipo caracter checale que tengan la misma longitud

en la tabla.

por ejemplo APELLIDO1 VARCHAR(15)

mAp1 = space(15)

verifica que al momento de guardar no haya valores nulos

saludos...
by sysctrl2
Wed Feb 06, 2008 6:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QUE SIGNIFICA ESTE ERROR
Replies: 17
Views: 5470

Ramon,

las variables, de tipo caracter checale que tengan la misma longitud

en la tabla.

por ejemplo APELLIDO1 VARCHAR(15)

mAp1 = space(15)

verifica que al momento de guardar no haya valores nulos

saludos...
by sysctrl2
Wed Feb 06, 2008 6:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QUE SIGNIFICA ESTE ERROR
Replies: 17
Views: 5470

Gracias por Responder Antonio y Sjingo

... STATIC FUNCTION AGREGO( Sinuevo, oBrw ) //======================================== Public oDlg2,mNumero,mNomb,mAp1,mAp2,mTipo,mDtipo,oNumero,oNomb,oAp1,oAp2,oTipo,oDtipo if sinuevo = .t. mNumero = space(5) mNomb = space(25) mAp1 = space(15) mAp2 = space(12) ...
by Ramon Paredes
Tue Feb 05, 2008 10:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: QUE SIGNIFICA ESTE ERROR
Replies: 17
Views: 5470

Ole Excel : closing aplication with sendmessage(hwnd,16)

... := .T.) , the user can close aplication or return to the aplication without closing it. I noticed that excel is executed with caption .... MAP1 ... Next code can detect that excel is not closed , but closing it fails : hWnd := FINDWND( "MAP1" ) IF !EMPTY( hWnd ...
by demont frank
Tue Jan 01, 2008 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ole Excel : closing aplication with sendmessage(hwnd,16)
Replies: 5
Views: 962

Return to advanced search