Search found 13 matches: pcname

Return to advanced search

Re: dbfntx very slow with 2+ users

... Disabled Remote Differential Compression API support Tried disabling SMB2. Instead of using the Mapped drive, I tried using the UNC path too ie \\PcName\SharedDrive\MyApp\MyDBF.DBF, unfortunately, didn't make any noticeable difference On the main PC, tried tweaking the performance options and ...
by anserkk
Wed Mar 30, 2022 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6815

Re: FWHMARIADB Samples

... the database. Example: fields "language" and "entrymode" 6) Usage of triggers: Automatic capture and storing of username and pcname making the entry. 7) Autoappend feature: Creating new columns by pressing downarrow key on the last row. The new row is saved only when some ...
by nageswaragunupudi
Wed Apr 12, 2017 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20547

Re: ADO record locking experiences

Antonio, I have created a table 'FILELOCK' in my SQL table, with a field 'table','table_id','user','pcname'. When I want to lock a record, I write te table,record-ID, user and PC-name to that table. (I created a function SQLLock) An other user that want to open the record ...
by Marc Vanzegbroeck
Fri Aug 22, 2014 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO record locking experiences
Replies: 11
Views: 2321

... apagado o fuera de línea en el momento en cuestiones usuario el comando de impresión. Recuerde DOSPRINT.BAT se copia el archivo de texto a \ \ PcName \ PrintShareName En la actualidad, la clase no será capaz de advertir al usuario de que la impresora está fuera de línea. Estoy tratando de una ...
by anserkk
Thu Nov 06, 2008 5:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TdosPrn con Preview e impresoras laser
Replies: 57
Views: 19633

... where the printer is installed and Share name given to the printer. I find it useful to do raw printing on Dot Matrix printers using copy file \\PcName\PrinterShareName without having to map LPT port All the required informations are available in the Windows registry itself. I used the class ...
by anserkk
Mon Nov 03, 2008 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieve Network prn's share name & IP/NetBios (Solved)
Replies: 5
Views: 1314

... http://img258.imageshack.us/img258/lptdn3.jpg/1/w491.png Example2: Printer showing port as \\PcName\PrinterShareName http://img510.imageshack.us/img510/1539/netbioseq4.jpg [URL=http://g.imageshack.us/img510/ Both the above Dot ...
by anserkk
Sat Nov 01, 2008 5:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieve Network prn's share name & IP/NetBios (Solved)
Replies: 5
Views: 1314

... matriciales, de inyección de tinta y las impresoras láser en mi red. Las impresoras de matriz de puntos que muestra el valor de puerto \\PcName\PrnShareName está trabajando bien con tu clase, pero algunas de las impresoras de matriz de puntos se muestran como puerto LPT1 y tengo problema ...
by anserkk
Fri Oct 31, 2008 12:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TdosPrn con Preview e impresoras laser
Replies: 57
Views: 19633

Anser:


Code: Select all  Expand view
a) Mapa LPT1 usando el comando net use lpt1: \\PcName\PrintShareName de la propia clase (Si no figura en el mapa)


Has probado lo siguiente?
oPrn:cPort := "\\PcName\PrintShareName"

Yo lo hago asi y no necesito mapear LPT1

Saludos

Ralph
by ralph
Thu Oct 30, 2008 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TdosPrn con Preview e impresoras laser
Replies: 57
Views: 19633

... := trim(::cPort) endif Ahora tengo que resolver los siguientes problemas a) Mapa LPT1 usando el comando net use lpt1: \\PcName\PrintShareName de la propia clase (Si no figura en el mapa) b) Dar a la disposición del usuario para guardar el informe como archivo de texto ...
by anserkk
Thu Oct 30, 2008 9:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TdosPrn con Preview e impresoras laser
Replies: 57
Views: 19633

... /c copy /b "+ cTxtTmp + " " + cPorta) Endif Mi PC se cuelga Si no he utilizado el comando Net use Lpt1: \\PcName\ShareName Mi situación actual: Tengo una red de alrededor de a) 10 PC's b) 3 impresoras matriciales c) 1 en Impresoras Láser d) 1 impresora inyección ...
by anserkk
Sat Oct 25, 2008 5:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TdosPrn con Preview e impresoras laser
Replies: 57
Views: 19633

Help : Regarding Reports & Printing using FWH

... printers connected to their local LPT port and few of them are using network printers (DOT Matrix) mapped to their local LPT port (Net use LPT1 \\PcName\PrintShareName) For printing they use computer paper stationaries with size 10x12 inch or 10*15" inch papers and not A4. My application create ...
by anserkk
Sat Oct 18, 2008 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Regarding Reports & Printing using FWH
Replies: 13
Views: 2682

... work. I've tried with the ip adres of the pc that holds the mysql server software. I've tried with the networkname of the pc... I've tried with "\\pcname\localhost" and so on. What are exacly the possibilities for adressing the connection. Thanks, Willy Hermans MS-SQL works already from a network pc
by Willy
Sun Jul 01, 2007 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD connection error 16389
Replies: 13
Views: 2839

ip address

Hello

How can we know the pc ip address on the internet

Gethostbyname(pcname) returns the internal ip
gethostbyname("www.......") returns the web page's address

I am interested to know at one moment my own ip address on the web

Thanks for the help

Richard
by Richard Chidiak
Wed Feb 01, 2006 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ip address
Replies: 4
Views: 1395

Return to advanced search