NetConnect result? where is he

Hi all

I try to get the "clientObj" transmitted to the client.
IM connecting to FMS2. On the app.onConn. IM the clientObj, back, but do not know where to put their hands on it on the client.
I tried to add a ResultEvent to the NetConnection instance without much luck. (for this self code below)

private void connect (): void {}
NC = new NetConnection();
nc.objectEncoding = 0;
nc.addEventListener (NetStatusEvent.NET_STATUS, netStatusHandler);
nc.addEventListener (AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
nc.addEventListener (ResultEvent.RESULT, getclientObj);
NC. Connect ("rtmp://localhost/myApp", useName.text);
}
private void getclientObj(event:ResultEvent):void {}
Obj = event.result
trace ("some result returns to FSC on the naming context")

}

The .asc looks like this.

application.onConnect = {function (clientObj, rClientName)}
trace ("a client tries to connect");
If (rClientName! = "") {}
isUser = new Boolean (false);
for (i in users) {}
If (rClientName == users .userName) {}
application.acceptConnection (clientObj);
isUser = true;
clientObj.streamName = "stream_filter" + rClientName;
clientObj.broadcasterName = rClientName;

clientObj.mystatus = "online";
clientObj.inSession = new Boolean();
clientObj.inSession = false
onlineUsers_so.setProperty (clientObj.broadcasterName, clientObj);
onlineUsers_so.flush ();
onlineUsers_so.setProperty ("test", clientObj);
trace(onlineUsers_so.clientObj[0].broadcasterName);

Return clientObj;


}
}
clientObj = connRecjUser (clientObj, isUser, rClientName);
}
}

It's probably something REALLY stupid, but Im stuck.
pls help!
thnx,
SH


DHO again.

Fixed it by creating a function on the server that is

and then calls this function.

Tags: Flex

Similar Questions

  • How to exclude search results where the situation is just the right search term was found

    Is there a way to exclude the results of search results where the search term appeared in the path/location of the file?

    For example, I find the term 'XYZ' and am only interested in results that include XYZ in the name of the file (not the path) or in the content of the file.  I want to have the screen of search results that appear only because "XYZ" was found in the path.

    One thing is certain, you're familiar with some of the great powers in search bing or google?  For example, how you can search something like this on bing:

    How to set the folder site: cmdrkeene.com view (s)

    This site: cmdrkeene.com tells your Internet search to look at only one site for these terms.  Windows allows you to do the same thing in areas very choose what to look for.  So for your case, type it like this:

    filename:XYZ

    Or if your file name includes spaces, type it between quotation marks, as follows:

    file name: 'project xyz '.

    This is a file if it has those in the special file name.  This includes a file of type "Project WXYZ" because he always has these letters in it.  If you want to ONLY have these letters, nothing else at all (exact matches only), you can put a ~ after the colon.  That means "file name must exactly", then this:

    file name: ~ 'project xyz '.

    Although it would be unlikely to find anything, because most files have something after the name (such as .doc or something), so you can use a * generic, just like the old days:

    file name: ~ "xyz project."

    --------

    It's probably more that you wanted to know, but the first example is what you :)

  • How can I restrict a query to the right results where a value occurs more than once.

    I am trying to identify the data where a foreign key id appears several times for a report.   Usually, there is one line in the table, but sometimes there are several lines. I want only the line returned multiple results.  No matter where clause I think is illegal.

    Here's what I want:

    Select exempt_cert_id, count of tb_exempt_cert_zones (exempt_cert_id)

    where count (exempt_cert_id) > 1

    Exempt_cert_id group

    Try having count (*) > 1

    - -

    SELECT

    - -

    HTH - Mark D Powell.

  • Update + results where condition

    Hi all

    I have the following code
    update article_stock
    set    recalculation = 'I'
    where  article_number in (
             select distinct oo.article_number 
             from   outbound_order oo 
               join article_stock ast 
                 on oo.article_number = ast.article_number)
    When executing the query, he says "xxx updated records. How ever when I look at the columns of article_stock then I don't see the changes.
    What he supposed to do is to update all the columns of recalculation of the separate article_numbers in the outbound_order table.

    The code above does not work. So it seems that I do not understand how to use 'in '. I tried using where exists, but which will update all the records in the article_stock table.

    Can someone explain to me, how to approach this problem? And how to fix it?

    Kind regards

    Metro

    Hello

    If you see the "xxx files updated" result, but nothing has changed, the files that you put at day probably already had the column recalculation = 'I', then you will not see the difference.

    If I understand what you're trying to do, I think you can simplify your application by:

    update article_stock
    set    recalculation = 'I'
    where  article_number in (
             select oo.article_number
             from   outbound_order oo
              );
    

    The JOIN is useless that you update article_stock of the table, then you are on the items you are looking for in the outbound_order table already exists in article_stock.
    The SEPARATE is also unnecessary, because if the article exists in outbound_order, in the Oracle Update article in article_stock, but doesn't change the fact that the article can exist more than once.

    Kind regards
    Sylvie

  • Images in the table of results

    ImageInResultsTable.JPG

    Hello

    I use latitude short 2.2.2 studio and I have many results in the application.

    There is a table of results, where I have the image as the value of the cell (see as steep as above - second column with a small img)

    I want to resize the height and width for only this instance of the results table.

    How can I achieve this?

    Thanks in advance for the answers.

    Hello

    "You pass the value of the image as http://pathtoimage/name.png" width = "150" height = "150" > '?

    Short Studio 2.2 has no image support. But little CSS trick can work.

    Comment out the following line in tomcat-6.0.29\webapps\ROOT\html\extjs\endeca-extjs-overrides.css

    max height: 11px; / * same size as the text in the grid * /.

    Note: This may alter the alignment.

  • query lines, where...

    I have a table with 3 columns.
    Most of the data are not unique in these 3 columns, the data are same like this:
    1, 2, 3
    1, 2, 3
    1, 2, 3
    4, 5, 6
    4, 5, 6
    4, 5, 6
    4, 5, 6
    6, 7, 7
    6, 7, 8
    7, 7, 8
    7, 6, 7
    As you can see the lines broke no uniqueness:
     
    6, 7, 7--this is ok
    6, 7, 8--this is not ok because we expected 6, 7, 7 at last column again
    7, 7, 8--not ok, because there exist "x, 7, X" combinations more with different x-es.
    7, 6, 7--not ok, we expected 7,7,8
    You can ask about these lines not ok?

    I want to make sure these 3 columns always have in data from the table as
    1, 2, 3
    1, 2, 3
    1, 2, 3
    4, 5, 6
    4, 5, 6
    4, 5, 6
    4, 5, 6
    6, 7, 7
    6, 7, 7
    7, 60, 70

    Something like that, maybe:

    with my_table as (select 1 col1, 2 col2, 3 col3 from dual union all
                      select 1 col1, 2 col2, 3 col3 from dual union all
                      select 1 col1, 2 col2, 3 col3 from dual union all
                      select 4 col1, 5 col2, 6 col3 from dual union all
                      select 4 col1, 5 col2, 6 col3 from dual union all
                      select 4 col1, 5 col2, 6 col3 from dual union all
                      select 4 col1, 5 col2, 6 col3 from dual union all
                      select 6 col1, 7 col2, 7 col3 from dual union all
                      select 6 col1, 7 col2, 8 col3 from dual union all
                      select 7 col1, 7 col2, 8 col3 from dual union all
                      select 7 col1, 6 col2, 7 col3 from dual),
          results as (select col1,
                             col2,
                             col3,
                             count(distinct col2) over (partition by col1) col2_count,
                             count(distinct col3) over (partition by col1) col3_count
                      from   my_table)
    select col1,
           col2,
           col3
    from   results
    where  col2_count > 1
    or     col3_count > 1;
    
          COL1       COL2       COL3
    ---------- ---------- ----------
             6          7          7
             6          7          8
             7          6          7
             7          7          8
    
  • Fusion of two sets of complementary results... or EXTERNAL joins works do not?

    Dear experts!

    Again, I have a very difficult problem, for which I ask your help, but this time I'm better prepared than last time and can provide sample data of my (hopefully not too much) simplified example:


    create table topics)
    primary key not null number pk_id,
    title varchar2 (128)
    )
    /

    create table people)
    primary key not null number pk_id,
    name varchar2 (128)
    )
    /

    create table (results)
    primary key not null number pk_id,
    number of fk_subjects_id
    number of fk_people_id
    number of result
    )
    /

    insert into topics (pk_id, title) values (1, 'choose a recipe')
    /

    insert into subjects (pk_id, title) values (2, 'Shopping ingrédients')
    /

    insert into topics (pk_id, title) values (3, 'preparations')
    /

    insert into topics (pk_id, title) values (4, ' Cooking for beginners ")
    /

    insert into topics (pk_id, title) values (5, "power to the pros")
    /

    insert into subjects (pk_id, title) values (6, "Washing dishes for everyone")
    /

    insert into topics (pk_id, title) values (7, 'digestion for experts')
    /

    insert into topics (pk_id, title) values (8, 'becomes hungry again... »)
    /

    insert into topics (pk_id, title) values (9, ' redo from start ")
    /


    insert into people (pk_id, name) values (1, 'Hank')
    /

    insert into people (pk_id, name) values (2, "Cloe")
    /

    insert into people (pk_id, name) values (3, 'Mary')
    /

    Insert in the results (pk_id, fk_subjects_id, fk_people_id, result) values (1, 1, 1, 2)
    /

    Insert in the results (pk_id, fk_subjects_id, fk_people_id, result) values (2, 2, 1, 4)
    /

    Insert in the results (pk_id, fk_subjects_id, fk_people_id, result) values (3, 3, 1, 3)
    /

    insert into a values (pk_id, fk_subjects_id, fk_people_id, result) results (4, 9, 1, 5)
    /

    Insert in the results (pk_id, fk_subjects_id, fk_people_id, result) values (1, 2, 5, 4)
    /

    insert into a values (pk_id, fk_subjects_id, fk_people_id, result) results (6, 2, 2, 1)
    /

    insert into a values (pk_id, fk_subjects_id, fk_people_id, result) results (7, 3, 2, 5)
    /

    insert into a values (pk_id, fk_subjects_id, fk_people_id, result) results (8, 4, 2, 2)
    /

    insert into a values (pk_id, fk_subjects_id, fk_people_id, result) results (9, 5, 2, 3)
    /

    insert into a values (pk_id, fk_subjects_id, fk_people_id, result) results (10, 6, 2, 2)
    /

    insert into a values (pk_id, fk_subjects_id, fk_people_id, result) results (11, 7, 2, 1)
    /

    Insert the values related to outcomes (pk_id, fk_subjects_id, fk_people_id, result) (12, 4, 3, 3)
    /

    Insert the values related to outcomes (pk_id, fk_subjects_id, fk_people_id, result) (13, 5, 3, 5)
    /

    Insert the values related to outcomes (pk_id, fk_subjects_id, fk_people_id, result) (14, 7, 3, 1)
    /

    insert into a values (pk_id, fk_subjects_id, fk_people_id, result) results (15, 8, 3, 5)
    /

    Insert the values related to outcomes (pk_id, fk_subjects_id, fk_people_id, result) (16, 9, 3, 1)


    Please imagine this as a University for cooks. Now, I want to introduce them to their record of performance / "scorecard", for each student, with his or her marks. This performance record should be a list of all the 9 subjects can spend, and where students got a result, result must be filled in. I have thought that it should be possible to achieve something like this:

    SELECT PEOPLE.NAME, SUBJECTS. AS SUCH, RESULTS. RESULT OF RESULTS
    JOIN THE PEOPLE ON THE PEOPLE. PK_ID = RESULTS. FK_PEOPLE_ID
    JOIN TOPICS ON SUBJECTS. PK_ID = RESULTS. FK_SUBJECTS_ID
    WHERE THE RESULTS. FK_PEOPLE_ID = 2

    But also to help (LEFT |) LAW | FULL OUTER joins) here doesn't help me get what I want, I always get only

    NAME TITLE RESULT
    -----
    Cloe choose a recipe 4
    Cloe Shopping ingredients 1
    Cloe preparations 5
    Cooking for beginners 2 Cloe
    Cloe eat for 3 pros
    Cloe dishes for everyone 2
    Cloe to digest for 1 experts

    But I want to:

    NAME TITLE RESULT
    -----
    Cloe choose a recipe 4
    Cloe Shopping ingredients 1
    Cloe preparations 5
    Cooking for beginners 2 Cloe
    Cloe eat for 3 pros
    Cloe dishes for everyone 2
    Cloe to digest for 1 experts
    Cloe becomes hungry again...
    Cloe Redo from start

    Without having to fill out empty lines for all students who do not yet have all the examinations.

    Is this possible? If so, how?

    I thank very you much in advance and Happy Easter to all! :-)

    With sincere friendships.
    Chriss

    Edited by: user9355711 the 01.04.2010 07:01

    Edited by: user9355711 the 01.04.2010 07:28

    Edited by: user9355711 the 01.04.2010 07:29

    Hi Chase,
    Thank you for creating and insert.
    It helped a lot.
    Here's a solution.
    It uses the Oracle syntax and no ANSI Joins.but returns the desired outcome.

    SELECT  p.NAME,sub.title,res.RESULT
      FROM (SELECT * FROM RESULTS WHERE fk_people_id=&num) RES, SUBJECTS SUB,people  p
     WHERE SUB.PK_ID = RES.FK_SUBJECTS_ID(+) AND (res.fk_people_id=p.pk_id OR res.fk_people_id IS NULL) AND p.pk_id=&num
     ORDER BY fk_subjects_id
    

    See you soon!
    Bobin

  • SQL Query - where where cause exists only once...?

    I have a query/set result that I'm trying to / query filter.

    What I need is, in two of the 5 columns in the result set, I need to return where registration exists only once. The other 3, they must meet certain criteria.

    So, logically, it would be true for all: give me results where results in column 1, 2 there is only once AND Column3 is null and Column3 is null, and column 5 = Server



    Not sure if that sense...? :/
    one

    Published by: Topher34 on March 11, 2010 16:18

    Try this way:

    SQL> select id_user
      2  from tbl1
      3  group by id_user
      4  having count(*)=1 and max(group_name) is null and max(nm_privilege) is null;
    
    ID_USER
    --------------------
    AR55245
    ASHARMA
    ADENYSENKO
    AREEFULLAH
    

    Your qery becomes:

    with tbl1 as (
    select acct.id_user,sys.system_name,sys.fl_system_type,gu.group_name,obj.nm_privilege from acct
            left join  gu on acct.id_user=gu.grantee and acct.system_id=gu.system_id
            left join  sys on sys.system_id=acct.system_id
            left join obj on obj.grantee=acct.id_user and obj.system_id=acct.system_id
    )
    select id_user
    from tbl1
    group by id_user
    having count(*)=1 and max(group_name) is null and max(nm_privilege) is null
    

    Max
    http://oracleitalia.WordPress.com

  • can not set up to use exchange with thunderbird address book

    Dear support,

                               I have followed the following link to configure exchange address book with my thunder bird client( I am using the latest version), it is working perfectly fine with some computers, but for few it is not working.
    
       the strange thing is i am not getting any error, when i am typing any name in the address book field it is not giving any results, where as same settings are working fine with other users.
    

    any help will be much appreciated.

    Resolved, your first solution point worked on domain name was incorrect, I thank very you much for your help.

  • Questions-help needed please rendering of fonts

    Last week, a Google search on Firefox or Chrome (but not Opera) gives me results where the fonts look gappy. Sometimes there are extra points above the letters. I uninstalled and reinstalled Firefox from scratch in case an add-on was at fault, but even with a clean install, I still see the question. I checked my font settings and do not have any defined minimum font size. I allow pages to choose their own fonts ticked.

    I downloaded an image where I can see a few correctly rendered text and text to research Gauthier (not a Google search but a query of Mozilla). It also happens when the comments submitted online sometimes, as you type it will gappy but it will correctly show once. Ideas for a fix would be welcomed warmly and I can provide more examples if it would help. Even though it is not related to Firefox, I restore all default settings in Chrome and it does not solve the issue here either.

    I uninstalled the latest Windows Update since the problem is recent, but it changed nothing. I don't know if browsers would still look at my fonts for computers.

    Hi Auds77, it's probably caused by kb3013455 of update from microsoft that can cause problems of rendering fonts on vista:

    After you have installed the 3013455 security update, you may notice a degradation in quality of text in some scenarios. The problem occurs only on systems running Windows Vista SP2 or Windows Server 2003 SP2. Microsoft is researching this problem and will post more information in this article when the information becomes available.

    Reference: https://support.microsoft.com/kb/3013455

    an option may be to tackle this particular update for now until there is a fix from microsoft or you could also look at if there is a graphics driver update available on the Web site of the seller (intel/amd/nvidia) which could also be solved this problem in some cases.

  • How can I display search history - NOT the browser history?

    Everyone knows that Firefox keeps a history of websites you've visited. Also, by right-clicking the search box in FF, it allows you to 'search clear history. " Here are the items you have looked in the past - but not necessarily clicked by the results. (where are they kept?)

    What I want is to see THE historical research. In other words, I want to see (and select in) a list of phrases I have entered in the search box. If it is not available as a feature, it would be an awesome plugin idea.

    See also: (searchbar-history)

    You can also make a drop down menu marker visible, just as the address bar.

    Add code to userChrome.css below default @namespace.

    Customization files (interface) userChrome.css and userContent.css (Web sites) are located in the chrome folder in the user profile folder.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    /* Searchbar History */
    #searchbar .autocomplete-history-dropmarker {
     -moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker");
     display:-moz-box !important;
     -moz-appearance: toolbarbutton-dropdown !important;
    }
  • Need motherboard for V6719NR number

    I have a Compaq V6000 at least that what it says on the bezel of the screen. But when I did a search for pilot online, the results where ever my model is a Persario V6719NR CNF801B67P serial number and product number KC550UA.

    I need to replace my motherboard and want the correct part number for this knowledge. It seems that HP/Compaq will not let you ask a question like that with out charge you, so here I am. I hope that someone who works at HP will be able to watch it for me, and many want to provide me with the exact number of replacement I need.

    From what I can tell, there are many variations of this model and the motherboard.

    Thank you.

    We are not employees of HP, just trying to help people. Here is the manual that you need:

    Repair manuals

    This is the reference number:

    449901-001

    On ebay:

    http://www.eBay.com/ITM/HP-Compaq-V6000-motherboard-449901-001-tested-/261300683086?PT=motherboards & Hash = item3cd6bc014e

    In addition, open the memory compartment. On this series of models, you should find the motherboard part number stencil there under the modules. The service manual is not totally reliable to order replacement parts, I found. Good luck.

    If it's 'the Answer' please click on 'Accept as Solution' to help others find it.

  • GPIB bus schedule

    Hello

    I'm new to programming level of registry GPIB. I have some experience in GPIB, but my previous experience was using more higher level programming.  I try to control the GPIB bus with my test Board, which consists of a CPU + NAT9914, as well as the required transceivers.  NAT works in mode 9914.

    The screenshot I took a test result, where I intended to send MTA0, MLA7, DCL, OLA commands on the GPIB bus. Based on the screenshot, you kindly can let me know if the timings are correct, DAV, NRFD and NDAC, especially compared to the other?

    The diagram on the top 4 bytes sent via GPIB bus (40 h, 27 h, 14 h, 11 h). The diagram below is a zoom-in of the first byte (40 h). The vertical grid lines interval is 5 USD for the top chart, while 500 ns for the bottom.

    Thanks a lot and best regards,

    Hello WH Tan,.

    I checked your captures and checked the commands that you send through the bus.  The controller (the controller NAT9914?) with success all orders address and configuration of GPIB sends to the connected instruments.  Orders through are MTA0, MLA7, DCL, and OLA.

    Capture zoomed showed clearly that NRFD reported that the listener was ready for the data (by the listener), DAV then reported that the data on the bus is valid (by the talker) and the COMMITTEE reported that the listener has received data (by the listener).  Because of the handshake, we can say that the listener has certainly received the data.

    This configuration gives you problems?  If the instrument at primary address 0 has data to send, the instrument main address 7 must be configured to receive these data after that MTA0 and MLA7 are sent.

    I hope this helps.

    Steven T.

  • HP Photosmart C4480 - blurry text when printing *.pdf

    Hi,

    I seem to be a common problem but can't seem to find a common solution. I have a printer [HP Photosmart C4480] who works well for ages. Now, however, seems to have problems printing pdf. As I said (or rather typed), This seems to be a common problem. In other sources on the internet, it is described as dark printed text or text that looks blurry (for example, here). It seems also the text is printed in a shade bluish the color of the font of the text itself is black. Just for the record:

    -J' restarted my computer. 3 times;

    -J' have 2 new hp original cartridge in the printer. The printer is aligned cleaned and everything;

    -L' printer is OK with other files (meaning not being not not *.pdf);

    -This isn't the files. They are ok. It's several files from several reliable sources (for example, my University) that all print sharp printers not HP. I would include a sample attachment, but I can't... O well. I'll add a link. You are here. (* Edit: link has been removed after the problem has been resolved).

    -The problem with the same printer on 5 consecutive laptops running Windows XP upwards and up to what Windows 8. All have the latest version of Adobe.

    -Adjustment of the color to print in black and white (only black and white) does not deny the problem.

    * Edit:-connected via USB.

    * Edit:-portable Test computer running Microsoft Windows 7 x 64 Home Premium (Microsoft Windows 7 Home Premium
    Version 6.1.7601 Service Pack 1 Build 7601).

    * Edit 2:-tried another cable USB (thanks for the suggestion Rich1!). Unfortunately, no results .

    * Edit 3:-problem solved partially. Software incompatibility between HP and Adobe. See the workaround. Only works for gray-scale printing.

    * Edit 4: Rich1 helped me to identify the problem. Seems that when printing the PDF files, the printer does not seem to use black ink and in turn simulates black by combining the primary colors (which gives all the quality of the results, where the blur). This problem also exists in Acrobat with Foxit substitution (for example).

    With sincere friendships.

    J

    I think I've solved the problem, even though it may persist in color prints.

    HP, this seems to be a widespread between the printing software and Acrobat Reader problem. I suggest that you find a more permanent solution. First mention of the problem lies in 2008 and it is widespread, but you seem to be ignorant.

    As to the question.

    This question seems to raise its ugly head after an update to Acrobat Reader. Several sources confirm this. As is the case, software HP seems to be an incompatibility with Acrobat Reader. It sucks because it is the most popular format for sharing on the internet of documents.

    As for the solution.

    1. do not use any web application to print. Save the file. Open it in Adobe Acrobat Reader;

    2. open the print menu [file > print];

    3. click [Advanced] at the top right of the screen.

    4. under color management, check that box to the left of something to the effect of "let the printer choose colors". (I have an English version of the software Acrobat Reader installed, bear with me. Press [OK];

    5. to return to the main print window, go to the menu of [Properties] in the top right of the screen. It should be next to the menu advanced;

    6. in the Properties menu, select the [color] tab. Once there, select an item to the effect of "print in grayscale". Directly under this option must be a menu drop-down. In this menu, select "use only black ink. Press [OK];

    7 print the file. As long as you print in black and white, the focus should be good.

    Hope this helps someone else! If you like my solution, give this guy there Rich1 some kudo is such that at least he had the kindness to answer and help me solve this problem.

    Thank you!

  • Sharp AR-M207, impossible to use Sharp or MS driver

    I try to install my Sharp AR-M207 on my new laptop Windows 7 x 64 and the impression I have ALL tried.  My printer does not have a network connection, so my current setup is AR-M207 USB to a computer running Windows XP.  The printer is shared then it and works on other Windows XP computers.  The new laptop Windows 7 sees the printer on the network to \\office\printer.  I downloaded the drivers from the Sharp website labeled "Windows 64 bit OS Driver Pack includes: contains: PCL, PS, PPD Drivers Driver for AR-M207.  When I run the installation standard installation resembles a network IP address, but it isn't my setup so I used custom, and then click the option shared.  It then displays a list of local printing to ports.  I created a port to \\office\printer and also tried mapping LPT1 to \\office\printer.  For the printer, I had to choose the 200 as 207 was not expressly.  Setup worked well.  When I hit print I see the Windows XP host computer work and a document of "remoted" appears on the screen of the printer Sharp.  The printer warms up, but prints never.  It turns on and off and intermittently said printing to the screen, but does not print.

    I'm tired and then connect via Windows 7 to \\office\printer and he could not find the drivers.  I tried to navigate to extracted the DOWNLOAD Sharp drivers, but apparently they are not to work that way.  I then went through the windows drivers and there was no AR-M207 so I did the update of windows and then the M207 was on the list.  I installed the drivers and got the same result.

    I tried to simplify my setup and connected the laptop Windows 7 directly to the M207 by USB.  I ran the high installation and this time I made a custom Setup > shared > and choose USB.  Same results where the printer warms again and again and never prints.  I've tired Windows drivers for this printer via USB and had the same results.  I am at a total loss.  Should which driver I use for Windows 7 x 64 as the drivers supplied by Sharp do not work for a local USB connection or not the driver that Microsoft provides for this printer.

    I tried to contact Sharp, but they referred me to an "authorized reseller".

    I'm done by downloading the driver SPCL for Windows 7 x 64 and try this.  Same result when I try to connect via the USB port.  He installed a printer with itself after it and then a second with PCL after him. , neither worked even if installation seems to work very well.

    Then I tried to connect via the shared printer connection.  This time he did not ask a driver selection and I just installed automatically.  I am able to print via the shared network connection.

    Good enough.

Maybe you are looking for

  • Satellite L350 - videos with webcam are up to 5 GB!

    Hello. I wonder if you can help me. I have a laptop Satellite L350-17. In brief - trying to load a 5 min video recorded via the software assistant camera (pre installed again) on Toshiba on Youtube. Nothing happened... checked the size of the video a

  • M6 1102sa envy: do recovery

    I have laptop Envy m6 1102sa, I bought it 3 years ago, I don't have a recovery disk, and I want to restore to its original state. I have a folder named recovery has these files: Recovery > WindowsRE > WinUCRD.wim (334 MB) _CNBRP2. FLG (1 KB) lang.ini

  • How can I filter the noise of a signal?

    Hello I wonder if someone can point me in the right direction. I got the task to analyse the signal from a load cell, measuring vertical efforts on a buoy in the ocean waves. All I have are data files - Earth "calibration" run and a period of measure

  • Vista runs in Mode safe, but freezes at normal startup

    Hello I have a Vista Home Premium 32-bit HP Desktop.  As on the first of September, my office has been freezing at different stages in the boot process and in some cases, once started and connected.  The kicker is that it works very well in all the b

  • Problems reinstalling Dell Dock

    I deleted a virus from my laptop (Security Master AV) while he was in safe mode. When I restarted my Dell Dock disappeared and he had the error message speaking "language file". I tried uninstalling and reinstalling, but he said: there was a problem