well. Im not stuck on the idea that it has to be web based..but I did want to use the visual benifits that FLASH can give me for this application...therefore I need to create other components (.DLLs for example) that I could control (send and recieve data) through my FLASH and save into a database for inventory, statistics and other information.. Im interested in the DLLs that can recieve and send info to the cashier, so that my web interface can know when the register is open or closed...or..so that I can OPEN the cashier through my FLASH movie.. With this I can save a log in my database of when and by who the register was opened..(I would have a previous login) X-ZD Designs
Jonavis
Posts
-
OPEN / CLOSE cash register. -
OPEN / CLOSE Cash RegisterHi guys. I need help, I dont even know if Im putting this in the right FORUM... but here it goes. Ive been asked to create a Point of Sale application that can control a recipt printer and a cash register. I HAVE NO IDEA WHERE TO START. as of now I know that the printer and cash register is connected through LPT1...THATS IT!!.. please help.. Im pretty good at handling web applications and flash...so if there is anyway that I could create componets that I might be able to manage through a web application and SQL/Access database...It´d be great. Thank you very much... X-ZD Designs
-
OPEN / CLOSE cash register.Hi guys. I need help, I dont even know if Im putting this in the right FORUM... but here it goes. Ive been asked to create a Point of Sale application that can control a recipt printer and a cash register. I HAVE NO IDEA WHERE TO START. as of now I know that the printer and cash register is connected through LPT1...THATS IT!!.. please help.. Im pretty good at handling web applications and flash...so if there is anyway that I could create componets that I might be able to manage through a web application and SQL/Access database...It´d be great. Thank you very much... X-ZD Designs
-
Connecting ASP with DB2well...the title says it all. How in the heck do I do that...If possible, could I get the Direct way of doing so and the ODBC way. thanks guys! Jon X-ZD Designs
-
Deleting with XML - ADOHonestly Im not very sure of what language Im working with here. The file is called upload.asp and it is called upon by a javascript in an HTML file pretty much what it does is recieve some variables to upload a file. But what I need is to delete the same file... I'll send the info of the folder, the file name and path so that I can delete it. ------------------------------------------ var doc = new ActiveXObject( 'Msxml2.DomDocument' ); doc.load( Request ); var elt = doc.selectSingleNode( 'root/file' ); var href = elt.getAttribute( 'href' ); href = href.replace( /.*[\\\/](.*)/, '$1' ); var folder = '/images/'; //folder += elt.getAttribute( 'folder' ); var name = elt.getAttribute( 'name' ); var path = elt.getAttribute( 'path' ); var all = path + folder + href var str = new ActiveXObject( 'Adodb.Stream' ); str.type = 1; str.open(); str.write( elt.nodeTypedValue ); str.saveToFile( all, 2 ); str.close(); Response.contentType = 'text/xml'; Response.write( '' ); str = null; doc = null; ------------------------------------------ HELP! Jon X-ZD Designs
-
DLL and ASPHi guys, I need to make a DLL that can RECIEVE and SEND data to an ASP file depending on information that an ASP file sends or recieves from this DLL. Please help...Ive never worked with DLLs before. I would greatly appreciate a small example. THANKS GUYS! Jonavis X-ZD Designs
-
EXPLORER TOOLBAR ICONSHey guys..its me again. This time I was wondering if anyone knew how to add an icon to the explorer toolbar. you know where the BACK, FOWARD, STOP, REFRESH, HOME, buttons are?? well..there are some programs like Messanger or Realplayer that add small icons after you instal their software on your PC...the thing is that I've seen some sites which do it via web. Ive seen it mostly with these ad sites...like the casino one...also...(and Im innocent until proven otherwise)...some porn sites do it too. Does anyone know how its done.... Im asuming its some sort of auto-download but thats as far as I go. thanks guys talk soon. Jon X-ZD Designs
-
From VB to VB.netThat answered my question. Thanks Nick. Jon X-ZD Designs
-
From VB to VB.netHi guys.....Im trying to run this application on mi VS.net and (considering that Im kinda of a newbie on this) I cant follow the instructions cuz they dont match. Can someone please take a look at this and let me know what they think... http://www.devbuzz.com/content/zinc_evb_comm_control_pg1.asp any help? X-ZD Designs
-
FORM VB 6 to VB.netHi guys.....Im trying to run this application on mi VS.net and (considering that Im kinda of a newbie on this) I cant follow the instructions cuz they dont match. Can someone please take a look at this and let me know what they think... http://www.devbuzz.com/content/zinc\_evb\_comm\_control\_pg1.asp any help? X-ZD Designs
-
COMMUNICATING WITH A GSM MODEMwow. great job. That info was really useful. But considering that Im am kinda of new to the subject...I still have a couple of questions: What Im trying to do is create an application (or if you know where I can find one) that reads from a GSM modem or a phone conected to one of my serial ports. I need the application to have a routine where it reads the SMS from the phone, saves the information into a Database, and erases these SMS. I also need to be able to send messages depending on the information saved into my database. From what I understand, your application reads the information from the phone...but does it have a way of procesing it?? X-ZD Designs
-
COMMUNICATING WITH A GSM MODEMI need to create an application that obtains my recieved sms from a gsm modem conected to my PC through any of my Ports. After obtaining this information I need to added this information to a MS Access or SQL database so that it can manipulated with other applications (asp). Also, if its possible, I would like to automatically respond to the number that sent the sms with an "out to lunch" message. HELP!! :-D thanks Jon X-ZD Designs
-
ICON ON TITLE?Hi guys.. one quick question... in VBScript...(for web) how can I subsitute the IE icon on the top left corner of my web pages, for a personalized Icon??? Ive seen around, but have no idea how to obtain it. thanks Jon X-ZD Designs
-
HTML E-mailmaybe this can help.... http://www.asp101.com/samples/email\_html.asp luck, Jon X-ZD Designs
-
Request.ServerVariables("LOCAL_ADDR")give this a try...
${"LOCAL_ADDR"};
I got this from converting an ASP file to a PHP using ASP2PHP. http://asp2php.naken.cc/ I am not really sure if it works... luck, Jon X-ZD Designs -
Get Server Infoyour looking in the wrong place.. From what I've gathered, considering Im a frequent user here at Code Proyect, all you'll find here are legal codes and sources....but...you should look around www.astalavista.com,...look for scanners... There you'll find applications that can preform these tasks..cuz I personally havent heard or seen of a way of reading from another server through web-enabled applications... http://www.astalavista.com/archive/ luck, Jon X-ZD Designs
-
keboard commandsHey... what I can help you with is a little Javascript that executes a specific comandad after a certain string of letters or keys are pressed in the correct order on your keyboard. Place this in the of your file(s) and substitute "word" in the SpecialWord variable for any string of characters that you wish to use. The SpecialUrl can be any page where you would like to be redirected after typing your secret word. SO here it goes..
var SpecialWord = "word",SpecialUrl = "http://www.yoursite.com/secrete_server/",SpecialLetter = 0; function getKey(keyStroke) { var isNetscape=(document.layers); // Cross-browser key capture routine couresty var eventChooser = (isNetscape) ? keyStroke.which : event.keyCode; var which = String.fromCharCode(eventChooser).toLowerCase(); if (which == SpecialWord.charAt(SpecialLetter)) { SpecialLetter++; if (SpecialLetter == SpecialWord.length) window.location = SpecialUrl; } else SpecialLetter = 0; } document.onkeypress = getKey;
with a small modification you could execute a specific JScript, VBScript..or pretty much anything else.. hope that works... luck.. Jon X-ZD Designs -
Automatic updatesthere are a few ways of doing this.. one is with the META tag , which will reload the complete page after 100 seconds. another, which I prefer when I really am not interested in reloading the entire page, is with an IFRAME. You can create an individual page the has the necesary process (ASP, PHP, whatever) and reloads after a couple of seconds. of course you'll have a page called scores.asp that will do whatever you need to do and have the so that only that section of your page does the trick. IFRAMEs are pretty niffty since they work like a layer. You could even put it inside a cell of the main table of your site (for example). hope that works luck Jon x-zd Designs
-
upload framesok dude..basically what you need to do is load the next frame from the previously loaded frame... so lets say that you a have a frameset composed of 3 frames.. something like: so you have frame1 through frame3. Notice that frame2 and frame3 have as a src a blank.html (I'll explain why in a bit). since you want that frame2 loads after frame1 does... you will place the following code in top.html (the file in frame1)
<!-- function MM_goToURL() { //v3.0 var i, args=MM_goToURL.arguments; document.MM_returnValue = false; for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'"); } //-->
you will do the same thing in left.html (the second frame)...but changing only the target frame and the file to load:<!-- function MM_goToURL() { //v3.0 var i, args=MM_goToURL.arguments; document.MM_returnValue = false; for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'"); } //-->
thats pretty much it. Keep in mind that every time you reload the site, the process will repeat itself. hope it works. luck, Jon x-zd Designs -
SERVER TIMEDoes anyone know how I can get my servers time/date. I have a register form in my site, and I want to capture the time the form was sent,..but what I want to avoid is capturing the time/date in the persons PC because then, if by any chance the person has the wrong time/date or is in a different time/date zone, then I'd be saving all sorts of useless info. I could use one of two things, the current time by TIME ZONES, or the time/date in my server... thanks guys! GET TO KNOW ME