similar to: WG: FileListBox with VisualBasic 5.0 displays only files if direc toryname is shorter than 9 character

Displaying 20 results from an estimated 200 matches similar to: "WG: FileListBox with VisualBasic 5.0 displays only files if direc toryname is shorter than 9 character"

1998 May 25
0
FileListBox with VisualBasic 5.0 displays only Filenames shorter than 8 character
Hello, FileListBox with VisualBasic 5.0 (32Bit) and NT4.0SP3 displays only Filenames shorter than 8 character. I am using Samba1.9.18.p3. The problem doesn't occur if the connected services is on an NT-Plattform. Does anybody know a solution to this problem. Or hasn?t anybody had this problem yet and am I just goofed ? regards Michael Emrich
1998 Nov 04
3
change Unix file permissions from a NT Box
Is there a posibilty to change all Unix file permissions from the NT-Explorer (not only arciv,hidden,sysem mappig). A solution could bee to extend the context menu with to entries show security and set secutriy (inf - files could do that for example winzip-installation does the sama). This extensions can call for example a rsh programm which will do that job. Does anybody has a solution or ideas
1998 Nov 07
1
SAMBA digest 1867
OK, med 19:00 sv tid /Lennart At 13:05 1998-11-07 +1100, you wrote: > SAMBA Digest 1867 > >For information on unsubscribing see http://samba.anu.edu.au/listproc >Topics covered in this issue include: > > 1) Re: nis homedir troubles > by Jeremy Allison <jallison@cthulhu.engr.sgi.com> > 2) calling all Samba vendors! > by Andrew Tridgell
1998 May 26
0
why use lmhost is samba1.9.18.p7
Hello samba gurus I have used samba1.9.18.p4 since jan/1998. I have FreBSD 2.2.6 and samba1.9.18p4 worked just fine. I read in bugtraq that a new version of samba has been released and I thought in upgrade to samba1.9.18.p7 Well I did the same things that I did when I compiled samba1.9.18.p4 1.Edit the Makefile ( I edit the same lines as samba1.9.18.p4) 2.make 3.make installbin Everything
2010 May 25
4
VisualBasic app, arrows for dropdown lists are not shown
Hi, I'm testing a legacy visualbasic application and found that the arrows from the drop down lists are not shown, anybody has seen this? Application running on Windows: [Image: http://img193.imageshack.us/img193/9386/arrowswindows.png ] Application running on Wine: [Image: http://img14.imageshack.us/img14/7771/arrowswine.png ] Regards,
2011 Aug 31
2
VisualBasic "select case" commad in R
Hello I'm translating a Visual Basic routine to R. Which command in R is similar to "select case" in VB? See the example: select case int(AG) case 0, 5, 8, 10 VAR = 37 case 1, 4 VAR = 70 case 3, 6, 9 VAR = 90 case 2, 7 VAR = 112 end select A chain of "if else" would not be very elegant. Is there another option? Thanks in advance. Best regards. Antonio
2010 May 25
3
Debugging VisualBasic application
Hi, I'm testing a VBasic application with wine and currently found a issue that appears to be on the application side, but it works fine on the original WinXP client. The only error I get is: Code: fixme:rpc:I_RpcWindowProc (0x10048,0000001c,00000001,00000000): stub Ref: http://img38.imageshack.us/img38/7572/wberrorimpresora.png Anybody has seen this?, any advice on debugging the error?
1999 Jun 24
4
No automatic refresh?
Hi! I've been struggling with this install of Samba 2.0.4b on Linux/x86 2.0.36. All of the client machines run Windows NT 4, SP 3. I'm exporting /tmp as pub, and if I right click in the folder and create a new folder, it doesn't show up until I go to 'view' and 'refresh'. If I delete something, it doesn't go away until I refresh. Why? Output of testparm:
2002 Sep 30
5
2.2.5 and NIS question
Hi there, i'd like to use NIS (AIX based) to authenticate the samba-users (to implement samba enterprise wide) in "using samba" is an option which should be configured (--with-nis) (NOT the --with-nisplus option) now i got 2.2.5 (source) - but in "configure" this option is missing Was this dropped in version 2.2.5 ? Which was the last version that's able to work
1998 Apr 08
1
remote subnet browsing and NT4.0SP3
Hello, I have a samba 1.9.18p4 server running as a domain master browser on a subnet, with some clients distributed on other subnets. If there are only Win 95 clients on a subnet, browse sync works - but not if there are Win NT 4.0 SP3 machines on that subnet. Error from nmdb (at log level 3): sync_with_lmb: Initiating sync with local master browser MAILHEIDELBERG<0x20> at IP
2012 Nov 14
2
Avoid Split-brain and other stuff
Hi! I just gave GlusterFS a try and experienced two problems. First some background: - I want to set up a file server with synchronous replication between branch offices, similar to Windows DFS-Replication. The goal is _not_ high-availability or cluster-scaleout, but just having all files locally available at each branch office. - To test GlusterFS, I installed two virtual machines
2012 Apr 18
0
Loudlink Explorer 3.0.0
Hi, I try to use Loudlink Explorer (free download: http://loudlink.eu/webshop/index.php?main_page=document_general_info&cPath=2&products_id=70). This program is used to copy mp3's to sd-card for use in Loudlink devices. I tried to copy by hand, but the files are not properly recognized by loudlink device without a special formated index file. So I need this software, sorry.
2007 Aug 29
0
a faster and shorter way to perform calculations?
This is a continuation from a previous posting of mine: The following algorithm below is what I want to accomplish: Z(xk) = Average(Yi, i belongs to Ik), where Ik contains all i such that for each j, |Xi,j - xkj?? 2. Here, j = 1, 2 and i corresponds to the elements in each X and/or xk >data x1 x2 y 1 1 2 2 2 6 3 3 12 Now, consider a second data frame or matrix (xk):
2008 Mar 13
2
How to cbind or rbind different lengths vectors/arrays without repeating the elements of the shorter vectors/arrays ?
Hi, How to cbind or rbind different lengths vectors/arrays without repeating the elements of the shorter vectors/arrays ? > cbind(1:2, 1:10) [,1] [,2] [1,] 1 1 [2,] 2 2 [3,] 1 3 [4,] 2 4 [5,] 1 5 [6,] 2 6 [7,] 1 7 [8,] 2 8 [9,] 1 9 [10,] 2 10 [[alternative HTML version deleted]]
2010 Nov 22
2
Making a line in a legend shorter
Hello, I am putting a legend with lines in a line plot and I would like to make the lines in the legend shorter. Does anybody knows how to do this? Thank you Felipe Parra [[alternative HTML version deleted]]
2010 Nov 03
3
longer object length is not a multiple of shorter object length
Hi folks, I'm following An Introduction to R http://cran.r-project.org/doc/manuals/R-intro.html#R-and-statistics to learn R. Coming to; 2.2 Vector arithmetic > v <- 2*x + y + 1 Warning message: In 2 * x + y : longer object length is not a multiple of shorter object length What does it mean? How to rectify it? Please help. TIA B.R. Stephen L
2006 Jan 20
3
Selecting data frame components by name - do you know a shorter way?
Hi! I suspect there must be an easy way to access components of a data frame by name, i.e. the input should look like "name1 name2 name3 ..." and the output be a data frame of those components with the corresponding names. I ´ve been trying for hours, but only found the long way to do it (which is not feasible, since I have lots of components to select):
2011 Jul 22
1
cv.glm and "longer object length is not a multiple of shorter object length" error
Hi, I've done some searching where others have had trouble with this error (or "warning" actually), but I'm unable to solve my problem. I have a data sheet with 13 columns and 36 rows. Each column has exactly the same number of rows. I've created glms and now want to do cross-validation on 2 of them. Please be gentle-- I'm new to R (and statistics, too, for that
2010 Dec 07
2
longer object length is not a multiple of shorter object length
In datamatrix[, "y"] == datamatrix[, "y"][-1] : longer object length is not a multiple of shorter object length out = c(FALSE,datamatrix[,'y'] == datamatrix[,'y'][-1]) and I do not know why I get that error, the resulting out matrix is somehow one row larger than datamatrix... all I try to do is filter matrix by dropping rows where [,'y'][-1] ==
2008 Jul 07
2
A shorter version of ".Last.value"?
Hi, There is an object, ".Last.value" to which the result of the most recent evaluation is assigned. This is similar to "ans" in Matlab. In Matlab "ans" can be very useful and time-saving, but typing the larger R version is somewhat clunky and takes away from the usefulness. Is it possible to reassign '.Last.value' to something simpler, like