February 3rd, 2012 11:42 AM
DataMiser my apologies had not noticed that, thanks for help me with this.
This was a fast response time.
Thanks all
February 2nd, 2012 10:44 PM
What happen is that I need a text file that are specification for the declaration of salary.
I don't know why the next record continue in the same line and I can't find forums threads with similar...
February 2nd, 2012 09:00 PM
filler5 = vbCrLf ' filler5 As String * 2
' filler5 As String * 2 this is a comment
elsize = FileLen(App.Path + "\DatosEmpleados.txt")
TotalDeRecords = elsize / 150 'this make a new record
...
February 2nd, 2012 04:56 PM
empleado as EmpleadoTipo
Type EmpleadoTipo
SeguroSocial As String * 9
filler1 As String * 1
Transaccion As String * 2
LlaveGenerica As String * 4
Operador As String * 8...
February 2nd, 2012 03:38 PM
I'm trying to use Random Access File to save records.
My problem is that the next records is saved in the same line, but i need save the record line by line.
This if what i try but don't work:
...
November 26th, 2011 11:34 PM
Ok let try that .
I will post
November 26th, 2011 12:18 PM
The maskeditbox is another control like the date picker. I looking for a way to use a text box.
You know a way to use a maskedit in a text box?
Thanks for answer anyway
November 26th, 2011 04:08 AM
How i prepare a Textbox for date input?
I try using the format function:
Me.txtFechadeEntrada.MaxLength = 8
mascarafechaentrada = Format(Me.txtFechadeEntrada.Text, "##/##/##")
And on ...
September 30th, 2011 04:39 PM
ok I correct my stament, the device use .NET Compact Framework 4.2 for Windows Embedded CE 6.0 ...
my device is: Model NO. mk-100 mini kiosk
September 29th, 2011 01:39 PM
The server application is created in vb6, the client device in vb2005 and the applications work fine . Is posible to use addconnection or other method, what app i can deploy from VB2005 to the same...
September 29th, 2011 09:57 AM
Is connected with both usb and ethernet, but when the process complete the mapping, going to be ethernet only.
Only left mapped folder process., but with the password net use is not working...
...
September 28th, 2011 10:30 PM
is connected to the computer with the ethernet and usb cable, the computer have static ip and the folder is share.
Im trying to first used the net use, and later create a form in vb.net.
today...
September 28th, 2011 04:55 PM
I trying to map a remote file with net use, but when i add the password after username and alwaysa error status appears.only work without the password in the net use command
MY steps:
1.First...