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 Mike Lewis 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: *

  1. Nightsoft

    ol-li Subsystem

    Hi again. It worked.!!! Thank you Speipnir. This is my final code.. I had to put in an extra argument but it does what i want.. function display_data($strParentId,$strOlId) { $strLiId = 1; // query database for all items with ParentId = $strParentId $resData = mysql_query("SELECT...
  2. Nightsoft

    ol-li Subsystem

    Hi Sleipnir. Thnx for your fast reply. Ill try it out and write back with results. Dennis Machine code Rocks:-) www.nightsoft.dk
  3. 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...
  4. Nightsoft

    Image resize question

    Thanks BillyRay. Though it wasn't the solution :-) the ref, about getting width and height, you've sendt me, was another thing i was looking for. :-) I too think that the user have to make their images smaller.. My boss likes to take 2MB pictures, and want to upload 20 at a time... Giant...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Nightsoft

    Memory leak ..

    Hey koala. ! I finaly understood, that you meant a normal Do While. I got vonfused, with you saying construct, it made me thinking of some word from C and other languages... But amyway.. I've tried it, and it's stabalized, :-) Ive made a sub like this. : Private Sub Form_Load() ...
  10. Nightsoft

    Memory leak ..

    Hi there. Sorry again.. It' was a leftover from me trying to close everything. . . But it isn't the timer. Though it made error, when setting delay on again.. But okay, when removed.. I tried to type call ListSager in my loop, it helped - but it keeps on going up. I'm not sure, what you mean...
  11. Nightsoft

    Memory leak ..

    Hi there.. Sorry, for missing info :-) The CallAgain is a globaly declared variable, which in Main, gets initialiced, as true. In Unload i set it to false, so that when i close, the loop will be closed. ... ..? Machine code Rocks:-) www.nightsoft.dk
  12. 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...
  13. Nightsoft

    Repeat function..

    Hi there.. It was 7 times each time.. But the End in Unload, did the trick. Thnx Digsy, and tb. Cheers Machine code Rocks:-) www.nightsoft.dk
  14. Nightsoft

    Repeat function..

    tb: I didn't knew that I could do that.. Ill look into that some time.. :-) Anything that makes it faster or better is usefull thnx. But then again.. Maybe there will be some problems, because, Im using a Class Module, which has the AddItem. It's not, the listbox directly I'm populating, but...
  15. Nightsoft

    Repeat function..

    Hi again.. I tried to put some msgbox's to see what CallAgain was. I put one in my main, and in my ListSager. Only thing I kan see, is that when i press close, it shows the form again, making CallAgain true again.. Why. It's 7 times.. I can't see yes... But ill keep on debugging. Machine code...
  16. Nightsoft

    Repeat function..

    tb : It needs to be continuosly populated, because, it's a monitoring tool, which looks in a db, if any new posts has come, If any then repopulate listbox. I'm populating it using, in test, access with ADO. Will be going on to MSSQL when the system is ready. All the way through, it's a system...
  17. 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...
  18. Nightsoft

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

    Okay.. That I'm a little more enlightended :-) Thnx very much Nightsoft Machine code Rocks:-) www.nightsoft.dk
  19. Nightsoft

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

    Hi there.. Thnx that helped :-) But why is it nessecary to do this.. Seems to me im just adding the connection to every place where i "this->" .? .. Thnx Machine code Rocks:-) www.nightsoft.dk
  20. 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...

Part and Inventory Search

Back
Top