-
Replied To a Post in please help
Welcome new member. Please take time in making good posts. Topic titles are important since it is what folk see first. Take time to make a good impression. This and … -
Began Watching please help
hello brothers, I have this VBScript program: Set WSHShell = Wscript.CreateObject("WScript.Shell") Set FSO = Wscript.CreateObject("Scripting.FileSystemObject") Set EnvVar = wshShell.Environment("Process") tBestand= EnvVar("USERPROFILE") & "\Desktop\Items Numbers.txt" Set Bestand = fso.createtextfile(tBestand,2) For x … -
Replied To a Post in Clearing files using PuTTY/Terminal
Cereal may have the workaround. > Anyway, instead of using composer on the server, you could install it on local and then use SFTP (Filezilla has the client too) to … -
Replied To a Post in Basic Php Proxy
1. Crossposted it seems. https://www.sitepoint.com/community/t/basic-php-proxy/260637 2. I'd try something more current. Here's one to try from late 2016. https://gist.github.com/iovar/9091078 and there are others out there. Since you want to use … -
Began Watching Basic Php Proxy
Ladies & Gentlemen, My Fellow Buddy programmers and would be buddy programmers! Watching the following youtube tutorial I built a basic php proxy but for some reason it is not … -
Replied To a Post in Clearing files using PuTTY/Terminal
Let's say it's the parent folder. Now create yet another folder in the folder you 777'd so the folder and its parent are wide open. Also try / instead of … -
Replied To a Post in source code for making an online shop
How many years do you have? I mean if you don't google for this, can't find it, I worry you'll be in development for years. Is your goal to make … -
Began Watching source code for making an online shop
how to make a program for online shopping.help for source code -
Replied To a Post in Clearing files using PuTTY/Terminal
My bad. I didn't check for priors. Read them at https://www.google.com/search?q=flarum+directory+is+not+empty https://github.com/composer/composer/issues/2278 notes using / instead. I am not a flarum person. -
Replied To a Post in Clearing files using PuTTY/Terminal
Those permissions. Can you go 777 for a test? Read https://www.tutorialspoint.com/unix_commands/chmod.htm -
Began Watching Clearing files using PuTTY/Terminal
Hello, I've joined Daniweb months ago, but haven't really had the time to post here. I apologize if I posted in the wrong section, as I tried to look for … -
Replied To a Post in Form Data value wont pass on Chrome
So just after line 6, the alert on uploadUid.value shows nothing? Remember this is not a new issue/problem. Those priors did not find one cause or cure, just that Chrome … -
Replied To a Post in english word definition list(database)
Wansa, I found databases at this search. https://www.google.com/search?q=downloadable+English+dictionary#q=downloadable+English+dictionary+database -
Replied To a Post in sqlite3 OperationalError: no such table: table
> Why overwriting the the first content of "datadir" made a difference...? Sounds like file permissions or rights issues to me. Your app runs as some user and the overwrite … -
Replied To a Post in english word definition list(database)
Something's unclear here. First you want to create it then you want to download it. Which is it? https://www.google.com/search?q=downloadable+English+dictionary -
Began Watching english word definition list(database)
Dear sir i want to english word definition list(database) .i am search every wear in internet. but i cant find it.anybody know download link please send me. thank you wansa -
Replied To a Post in read/write to text file
I worry your have re-discovered a VS bug now. Read http://stackoverflow.com/questions/2625239/unable-to-copy-a-file-from-obj-debug-to-bin-debug and links there. As to your code, I see no copy command in any line so I take it … -
Replied To a Post in Trying to learn classes
Topic! Your topic is one thing so if you have a new topic about an error, then post about that along with enough code for folk to figure it out. … -
Gave Reputation to jigglymig in read/write to text file
nevermind, found it. my copy to output directory was set to copy never. I'll cut the text files from my resources and paste them and do it like this. ended … -
Replied To a Post in read/write to text file
Resources are not files. Let's see some code that opened and read a file, not the app's resource. More detail at [https://msdn.microsoft.com/en-us/library/7k989cfy(v=vs.90).aspx](https://msdn.microsoft.com/en-us/library/7k989cfy(v=vs.90).aspx) -
Began Watching read/write to text file
I am trying to figure out how to read/write to a file without knowing it's exact path. I was using resources and was only reading in the files, but now … -
Replied To a Post in sqlite3 OperationalError: no such table: table
This looks like one of those tutorials. But Airports was always airports. http://www.sqlines.com/postgresql/oid Check your capitalization. -
Began Watching sqlite3 OperationalError: no such table: table
import sqlite3 datafile = 'XZ704.DB' datadir = '/full_path_to/SQLITE_FILES/' db = datadir+datafile conn = sqlite3.connect(db) cur = conn.cursor() cur.execute("SELECT * FROM Airports LIMIT 1") --- OperationalError: no such table: Airports --- … -
Replied To a Post in Form Data value wont pass on Chrome
A few notes. 1. I don't see the complete page code. 2. Priors at https://www.google.com/search?q=Form+Data+value+wont+pass+on+Chrome don't find one cause or cure. -
Began Watching Form Data value wont pass on Chrome
Hello i have a problem. It seems that the value of this this input `<input type="hidden" id="uploadUid" value="<?php echo $sessionUid;?>" name="update_uid">` in here `formData.append('uploadUid', uploadUid.value);` When i put an alert … -
Replied To a Post in Improvements To Member Regsitration Site Reg.php
It's still breaking a rule about storing passwords and should NEVER be used in any active site. Read http://blog.moertel.com/posts/2006-12-15-never-store-passwords-in-a-database.html until it sinks in. Why learn this lesson first hand? -
Began Watching Improvements To Member Regsitration Site Reg.php
Ladies & Gentleman, Or should I say 'Gentle Ladies' and 'Hard Men' (tough guys)! :winky: Here is my very latest (New Code) reg.php. I have modified it by: * Removing … -
Replied To a Post in Unique Name per computer when sharing ?
I've yet to determine which Windows so I have to write about Server versions and exclude the other scenario which differs. I respect your need to keep secrets and wont' … -
Replied To a Post in Trying to learn classes
If you need tutorials, I found them with this search. https://www.google.com/search?q=vb.net+classes+tutorial -
Began Watching Trying to learn classes
OK so I have a form with Navigation Buttons that open various webpages in browsers in a tab control. In order to clean up my code I would like to … -
Replied To a Post in Java Programming Help
Welcome to the forums. Here you'll share your code and point to where you are having an issue on such and such a line. Maybe there are homework forums but … -
Began Watching Java Programming Help
I am new to Java Programming, I need help on this.. Any help would be appreciated. Write a java program that generates a random number between 50 and 100 for … -
Replied To a Post in Sony vaio. Dead. Turns on, no beep, no boot, no windows sound, no display.
Simple as I can. Remove power, press and hold the power button for 60 seconds, release and test the machine. It's just a simple reset that sometimes brings a machine … -
Replied To a Post in Unique Name per computer when sharing ?
I think you're catching on. For Windows Server the account management is a big part of running the OS. For your Windows 10 Home, Pro and such the only accounts … -
Replied To a Post in Unique Name per computer when sharing ?
You can't talk strictly about Windows sharing because it varies from version to version of Windows. It's a mess. On Windows Server versions you do this one way. On Windows … -
Replied To a Post in Unique Name per computer when sharing ?
You must be writing about Windows sharing. Unless you are on a Windows Server OS, the list is only of the accounts the "server" knows about. I'll dismiss the scenario … -
Began Watching Unique Name per computer when sharing ?
If all computers are on a network sharing the same network name. The only group or userName I can assign to the network is; everyone. How can I give each … -
Replied To a Post in Sony vaio. Dead. Turns on, no beep, no boot, no windows sound, no display.
That reset is generic and you roll with the changes. Try it without the battery, try it without power for sure. The key here is you must try. This is … -
Stopped Watching visual studio automation
hi, i want to automate visual studio 2015 from an external VBA to build a solution, and i do not know what should i do , automate directly vs compiler … -
Replied To a Post in visual studio automation
I see you need to get your command line working then we can share that command and help you put that into your Line 2. -
Began Watching visual studio automation
hi, i want to automate visual studio 2015 from an external VBA to build a solution, and i do not know what should i do , automate directly vs compiler … -
Replied To a Post in Sony vaio. Dead. Turns on, no beep, no boot, no windows sound, no display.
WIthout a motherboard would not make sense as the reset resets something or some motherboards. As to the battery, I've yet to see a PC without a CMOS battery or … -
Replied To a Post in Add a custome button | CK Editor Angular 2
I know you must be a little frustrated on the lack of replies to your questions. I can see why when I did a little digging around. But I do … -
Began Watching Add a custome button | CK Editor Angular 2
I am trying to add custom button in CKEditor. I am using this CKEditor [ng2-ckeditor](https://github.com/chymz/ng2-ckeditor). It is working fine. but I want to add a button. on cliking this button … -
Replied To a Post in Sony vaio. Dead. Turns on, no beep, no boot, no windows sound, no display.
Bad news I fear. A good motherboard is usually all it takes to bring back a dead laptop. However try the following. 1. NEW CMOS BATTERY. Cheap. 2. A reset … -
Began Watching Sony vaio. Dead. Turns on, no beep, no boot, no windows sound, no display.
Hello everyone, I have a Sony lv-240J and I it turns on all the fans spin but then there is no beep, no boot, no display or anything. After a … -
Replied To a Post in Filter report inside a form in Access
A few issues with your post. If you meant Access, just add that in your post or tags. There's a sliver of a clue in your post but you didn't … -
Began Watching Filter report inside a form in Access
Hello there im searching for code where i can filter a report that is placed inside a form. Normally in opening a report the code is Docmd.OpenReport,,, however in my … -
Replied To a Post in How to create multicell in fpdf
To not overwrite a file, change the filename. -
Replied To a Post in How to create multicell in fpdf
Take a moment to clarify if the issue is overwriting a file or is it the topic question?
The End.