Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Nightsoft
  • Content: Threads
  • Order by date
  1. Nightsoft

    ol-li Subsystem

    Hi everybody. Im trying to make a form with multiply inputs, and subinputs to the inputs. So far i've accomplished to make the dynamics in making the form. See temp. Test example... My Structure for subgrouping is like this ol li_1_1 First List item ol li_11_1 Sub of first...
  2. Nightsoft

    Image resize question

    HI everybody. I'm trying to make an upload thing in php, which has a resize function.. But when doing 20 pics at 2.2 MB a piece, it takes a lot of time. Is it possible to take the image one have selectede in a form and resize it before uploading... I have searched for coding examples, for two...
  3. Nightsoft

    Removal of CommandBar from Word, nested in IE

    Hi EveryOne. I'm Really getting grey hair over this one... I have a word document, which has a create commandbar function to make my own commandbar, when this particular document is opened. It works okay, when opened localy. And it also gets removed when I close the word document. But If I open...
  4. Nightsoft

    Recordset Question?

    Hi there. I'm trying to make an VB6 Application, which has a report in it... The Report, is a custom report, where I've selected the datasource ( Same as in App ) and taken the fields from the db which I want to use. Then I Make an Recordset, and write MyCr.Database.SetDataSource RS This...
  5. Nightsoft

    Online Local File browser ?

    Hi everyone. I'm investigating the posibility to make a webpage, with a local file browser, in a tree view, like ie windows explorer. It is not so much the looks i'm going for. More on how to make the functionality. I have been searching around a lot now, and can't seem to find any docu on...
  6. Nightsoft

    Memory leak ..

    Hi everybody. Im making a system, which shows some incoming cases. The problem i have, is that I'm repeatedly running a sub, with 5 seconds interval. What i do is connect to database (Access), get data if more posts than last, populate listbox and close objects. My Listbox population is done...
  7. Nightsoft

    Repeat function..

    Hi. I'm trying to make a form with a listbox, which has to be populatede, repeatedly... I've tryied with a delay function I found, but, all it does, is to hang my app.. This is my code so far.. : Public Sub Delay(lngSeconds As Long) Dim lngStart As Long lngStart = Timer Do While Timer...
  8. Nightsoft

    Hi.. Im a little confused.. I was t

    Hi.. Im a little confused.. I was trying to make a OO code from som simple PHP code. Only thing it does. is to connect to a mdb access file and gets the name.. In non OOP the code works fine.. It is as if it can't connect to the database when im using OOP? Heres my code : <? class MyConn...
  9. Nightsoft

    Changing variablename??

    Hi.. This is my problem which i have been troubling around some time now. A have a php page which gets a dynamic variable from another page in a link extension. This is my link : ...href=&quot;somepage.php&query=dynamicvariable&quot;> Then what i want to do is to take the dynamicvariable and...
  10. Nightsoft

    Sorting in database problem

    Ok this is my problem. : I have 2 databases : one with information about some journeys nr two with starting date and end date for the journeys. the reference between these database is a uniqe ID. The thing is that when i want to show them, I want them to be order by starting date. when i...
  11. Nightsoft

    Error when changing Header

    Im writing a simple mailform for a homepage and when it runs it and the mail is sent I wan't to changer the header to another page, that writes that the letter has been sent. The problem is that when I try to change the Header it comes with the following error : Warning: Cannot add header...
  12. Nightsoft

    validating on a string.

    I have this little piece of code that says that if $KONVERTERNAVN = the string which contains : KFUM-Spejderne i Danmark But even if the $KONVERTERNAVN is something else than KFUM-Spejderne i Danmark it still runs through this code. The $KONVERTERNAVN is brought by an SQL query and if i just...
  13. Nightsoft

    Change Dates

    How do I chage a Date value from yyyy-mm-dd to dd-mm-yyyy? I looked at a function called date_format but I don't seem to get the function... The date must be formatted within the php code, and not in the SQL Query. Anyone have some help on the date_format so that it'll work after my...
  14. Nightsoft

    A simple Excel &quot;Get Value&quot; function

    Hi. I'm trying to get some data from a simple Excel file (*.xls) But it dosn't seem to bee so easy at all. I've searced trough the FAQ, and trough google and across the most of MSDN. And everything never exactly gives me what I Want. This is my thing: 1. Get access to an Excel file from a...
  15. Nightsoft

    I have a small problem... I'm maki

    I have a small problem... I'm making a require statement in a .php file, which is lying in a directory. The file, that i require is lying one directory back. When I call it I do this. : require &quot;../kategorier.php&quot;; When I wan't to see the page, it comes with the following error code...
  16. Nightsoft

    Problems with MsgBox And Unicode

    Hi! I'm Using word 97 And I'm trying show a Unicode in a Msgbox. This dosn't seem to come out as I expected. All it does is write some useless stuff in the Msgbox. My msgbox is being called using this Makro code. : Sub ShowInfoOnMarkedSign() Dim sign As Object Dim msg As String Dim Answer As...
  17. Nightsoft

    Showing Unicode in MsgBox

    Hi. I've been trying to display Unicode in a msgbox but I't dosn't seem to work. It just prints weird stuff in the MsgBox. I'm using Word 97 VBA. Could anyone give me a hint or even a solution.? Machine code Rocks:-) www.nightsoft.dk
  18. Nightsoft

    Getting Screen resolution

    Hi.! Is there a special function for getting the screen resolution, that a user is having? I've been looking throug some php dokumentation that I have, but I can't find any function to do that. Thanks by the way.! Machine code Rocks:-) www.nightsoft.dk
  19. Nightsoft

    Hi. I'm kinda new in assembler so h

    Hi. I'm kinda new in assembler so here's my quetion: I want to write some text to the screen and I think I'm doing it in a stupid way. What I want to write is Nightsoft. starting at row c column 24-2C this is how my code starts: MOV AX,0200 MOV BX,0000 /* goto XY(0C,24) MOV DX,0C24 INT 10...
  20. Nightsoft

    Trouble with reading and writing to floppy

    HI.! My problem is that i can't find out if Im writing to the floppy or not, my code looks like this : CS:0000 mov bx , 0800 mov cl , 04h mov ch , 00h mov dl , 00h mov dh , 00h...

Part and Inventory Search

Back
Top