rb_248
08-14 03:34 PM
Dogking,
It took about 6 months. From what I understand, they pull your file from the BEC and cross check against your new PERM application. So if you have already got your 45 day letter, your case is already in the system and may be it will not take all that long.
there is always risk. If the PERM is denied, the RIR will be denied as well, that is the procedure for conversion cases. You can re-file 6 months later.
I just had my PERM filed. My job hasn't changed and I have 2 years left. My lawyer said it's worth to try. Now I have my finger crossed.
rb_248, after you filed the conversion how long for you to got it approved?
It took about 6 months. From what I understand, they pull your file from the BEC and cross check against your new PERM application. So if you have already got your 45 day letter, your case is already in the system and may be it will not take all that long.
there is always risk. If the PERM is denied, the RIR will be denied as well, that is the procedure for conversion cases. You can re-file 6 months later.
I just had my PERM filed. My job hasn't changed and I have 2 years left. My lawyer said it's worth to try. Now I have my finger crossed.
rb_248, after you filed the conversion how long for you to got it approved?
wallpaper good quotes for facebook
little_willy
08-10 10:04 AM
come on PA members, I am sure there are more IV members from PA than just the few that voted on this poll. Wake up and see the hard work being put in by other members. Members are flying from out of state and you living so close to DC shouldn't offer any excuse not to attend the rally. Strength is in numbers. Check out this video by Chanduv for more inspiration http://immigrationvoice.org/forum/showthread.php?t=12216
bluekayal
04-24 01:48 PM
Your posts were always the calm within the storm. Take care and God bless you.
2011 images Quotes - Live your life live your life quotes.
bigboy007
02-25 10:13 PM
I laughed at it when i first saw this in OhLaw website. Any employee who thinks of AC21 job change would be in either of those buckets mentioned and conclusion is NO AC21 for EB employees if truely interpreted another scary tactic though.....
more...
vegasbaby
10-04 12:14 AM
Would greatly appreciate some advice regarding my fiancee.
She is currently in the US on a B1-B2 Tourist/Business visa. This is her fifth visa and has visited the US a total of 10 times over the past 5 years, spending 1-5 months each time. She has NEVER had a problem on arrival at the airport, never been called into the room for questioning, etc.
We are planning on getting married, but we need to make a trip to her home country for my work in the next few weeks for about a month. We were planning on waiting till 30 days after our return to marry and then to apply for her I-130/I-485 after that.
We just had a consultation with an immigration lawyer who recommended that she does NOT leave the country, and that we should get married ASAP and apply for the I-130/I-485 now, wait 2-3 months and make our trip then. The lawyer thought that there was a possibility that she might not be admitted the next time she comes in if the border agent has even the tiniest suspicion that she is entering to get married.
Although her previous B1-B2 visas were renewed each year without an interview, this year she was called in and they asked her some questions. She mentioned that she was doing some work for me in China, and that she would be staying with me in the US. She also put me down as her financial guarantee in the US.
I understand the basics of dual intent, and would not want to compromise her ability to enter the country.
Of course no one can know for sure, but would be grateful for some experienced advice about this. What are her chances of being refused entry when she returns? (Her visa is valid for one year, so it would be on the same visa she arrived here on this summer.) Would it be better if she arrived on a different flight than me? Or even better if she arrived on a flight to another city rather than the one where we live?
Any suggestions or advice would be greatly appreciated. Thank you.
I have to agree with the attorney here...B1/B2s visa are not much of a gain to USCIS. The beneficiary is not paying any taxes while in US. So there is every possibility of rejection/denial at POE. Best would be getting married while in US..The attorney's would have much more control if COS was done from US. Most attorney's would not be of much help when consular processing is involved.
She is currently in the US on a B1-B2 Tourist/Business visa. This is her fifth visa and has visited the US a total of 10 times over the past 5 years, spending 1-5 months each time. She has NEVER had a problem on arrival at the airport, never been called into the room for questioning, etc.
We are planning on getting married, but we need to make a trip to her home country for my work in the next few weeks for about a month. We were planning on waiting till 30 days after our return to marry and then to apply for her I-130/I-485 after that.
We just had a consultation with an immigration lawyer who recommended that she does NOT leave the country, and that we should get married ASAP and apply for the I-130/I-485 now, wait 2-3 months and make our trip then. The lawyer thought that there was a possibility that she might not be admitted the next time she comes in if the border agent has even the tiniest suspicion that she is entering to get married.
Although her previous B1-B2 visas were renewed each year without an interview, this year she was called in and they asked her some questions. She mentioned that she was doing some work for me in China, and that she would be staying with me in the US. She also put me down as her financial guarantee in the US.
I understand the basics of dual intent, and would not want to compromise her ability to enter the country.
Of course no one can know for sure, but would be grateful for some experienced advice about this. What are her chances of being refused entry when she returns? (Her visa is valid for one year, so it would be on the same visa she arrived here on this summer.) Would it be better if she arrived on a different flight than me? Or even better if she arrived on a flight to another city rather than the one where we live?
Any suggestions or advice would be greatly appreciated. Thank you.
I have to agree with the attorney here...B1/B2s visa are not much of a gain to USCIS. The beneficiary is not paying any taxes while in US. So there is every possibility of rejection/denial at POE. Best would be getting married while in US..The attorney's would have much more control if COS was done from US. Most attorney's would not be of much help when consular processing is involved.
neerajkandhari
03-16 08:52 AM
Can I work for the same employer as a contractor (1099)
I dont want to be on payrorle with the company for whom i work
I dont want to be on payrorle with the company for whom i work
more...
jasonmc86
07-27 06:45 AM
I've done alot of debugging to try figure the problem... (.show()) isn't a method inside the openFileDialog class...?
-The main thing i'm found when debugging is that when the openFileDialog is used to do anything in my program even if i don't use any information from it it doesnt write my TEST data to a xml file or any other methods i use to write an xml file... eg.
When i run these lines in conjunction to the rest of my code
//DialogResult result = DialogAddTo.ShowDialog();
String fileNameToAdd = "E:\\blah";
//String fileNameToAdd = DialogAddTo.FileName;
Commenting out the openFileDialog and just storing a random file name then the rest of my program (eg. writing the xml file and info wanted) works however when i get the file name from the openFileDialog it doesn't let me write any Xml files even ones i have working already.
If anyone has had the same error or has knowledge please reply cheers
eG this code ive tested and it does the job but i want the user to be able to select a file using a dialogBox... NOTE green is commented
switch (tabControlSelector.TabPages[tabControlSelector.SelectedIndex].Text)
{
case "Images":
DialogAddTo.Title = "Add Image to Dir to view";
DialogAddTo.InitialDirectory = "E:\\Images\\";
DialogAddTo.Filter = "JPG| *.jpg";
DialogAddTo.Multiselect = false;
DialogAddTo.ShowDialog();
//DialogResult result = DialogAddTo.ShowDialog();
String fileNameToAdd = "E:\\blah";
//String fileNameToAdd = DialogAddTo.FileName;
DialogAddTo.Dispose();
if (true)
{
viwDataDS.imagesTable.AddimagesTableRow(fileNameTo Add.Substring(fileNameToAdd.LastIndexOf("\\") + 1).ToString(),
fileNameToAdd.ToString(),
DateTime.Now);
viwDataDS.imagesTable.WriteXml("test.xml", XmlWriteMode.WriteSchema);
}
else
{
MessageBox.Show("That Image Already Exists");
}
break;
case "Videos":
break;
-The main thing i'm found when debugging is that when the openFileDialog is used to do anything in my program even if i don't use any information from it it doesnt write my TEST data to a xml file or any other methods i use to write an xml file... eg.
When i run these lines in conjunction to the rest of my code
//DialogResult result = DialogAddTo.ShowDialog();
String fileNameToAdd = "E:\\blah";
//String fileNameToAdd = DialogAddTo.FileName;
Commenting out the openFileDialog and just storing a random file name then the rest of my program (eg. writing the xml file and info wanted) works however when i get the file name from the openFileDialog it doesn't let me write any Xml files even ones i have working already.
If anyone has had the same error or has knowledge please reply cheers
eG this code ive tested and it does the job but i want the user to be able to select a file using a dialogBox... NOTE green is commented
switch (tabControlSelector.TabPages[tabControlSelector.SelectedIndex].Text)
{
case "Images":
DialogAddTo.Title = "Add Image to Dir to view";
DialogAddTo.InitialDirectory = "E:\\Images\\";
DialogAddTo.Filter = "JPG| *.jpg";
DialogAddTo.Multiselect = false;
DialogAddTo.ShowDialog();
//DialogResult result = DialogAddTo.ShowDialog();
String fileNameToAdd = "E:\\blah";
//String fileNameToAdd = DialogAddTo.FileName;
DialogAddTo.Dispose();
if (true)
{
viwDataDS.imagesTable.AddimagesTableRow(fileNameTo Add.Substring(fileNameToAdd.LastIndexOf("\\") + 1).ToString(),
fileNameToAdd.ToString(),
DateTime.Now);
viwDataDS.imagesTable.WriteXml("test.xml", XmlWriteMode.WriteSchema);
}
else
{
MessageBox.Show("That Image Already Exists");
}
break;
case "Videos":
break;
2010 Quotes to Live By
logiclife
11-18 12:18 PM
The problem with premium processing of 485 is that there a procedures in 485, like the FBI namecheck, the Fingerprinting etc, that is perfect recipe for bureaucratic nightmare.
USCIS is in the Department of Homeland security. That's where I485 starts. Then comes FBI namecheck. That's US dept of Justice. After that, comes the issue of alloting visa numbers. That is US State Department.
So you have 3 big bodies of US government who have to all work at premium speed IN SYNC with each other, without passing the buck to each other, to make premium processing possible for 485 filing.
As we all know, USCIS that alone handles I140 petitions took years to implement premium I140. Now if 3 entirely different Departments of US govt were to be asked to harmoniously streamline another procedure, then I guess its wish very less likely to come true, EVEN IF they want it as much as we do.
USCIS is in the Department of Homeland security. That's where I485 starts. Then comes FBI namecheck. That's US dept of Justice. After that, comes the issue of alloting visa numbers. That is US State Department.
So you have 3 big bodies of US government who have to all work at premium speed IN SYNC with each other, without passing the buck to each other, to make premium processing possible for 485 filing.
As we all know, USCIS that alone handles I140 petitions took years to implement premium I140. Now if 3 entirely different Departments of US govt were to be asked to harmoniously streamline another procedure, then I guess its wish very less likely to come true, EVEN IF they want it as much as we do.
more...
WAIT_FOR_EVER_GC
07-29 02:25 PM
My lawyer says there is going to be about 5-10K spillover from Family to employment based. Gurus can you estimate how much dates will move if that happens. I am hoping nothing for EB3 though :(
Please READ EB2/EB3 Prediction rather Calculation thread.
Q on his first post has explained it so clearly what might happen.
Please READ EB2/EB3 Prediction rather Calculation thread.
Q on his first post has explained it so clearly what might happen.
hair hot hair Famous Quotes About
sk.aggarwal
05-04 11:19 AM
What happens, once he moves to the new employer and his present employer withdraws I-140? For any subsequent H1 transfers/extensions will he will need to have an approved I-140, which is not withdrawn ?
Could there be issues, if new employer does a lay off what happens when perm/i-140 is pending or not filled yet
Could there be issues, if new employer does a lay off what happens when perm/i-140 is pending or not filled yet
more...
chanduv23
03-08 08:48 PM
Wow,
at first glance it seems 245(i) is kicking in real hard.
Look at EB-3 numbers for Mexico, Phillipines, Pakistan, South Korea, Guatemala, Brazil, Equador, Peru, Poland, El Salvador, Bolivia, Ecquador,
Compare this with H1-B data and you'll see what I mean.
Also EB-1 seems unusually high at ~37,000
EB-1 is even higher than EB-2
isn't that unusual?
Maybe the numbers were high as they spilled over, but that does not explain why eb2 and eb3, where they must be equal.
It if definitely interesting to note that eb1 India has so much demand.
at first glance it seems 245(i) is kicking in real hard.
Look at EB-3 numbers for Mexico, Phillipines, Pakistan, South Korea, Guatemala, Brazil, Equador, Peru, Poland, El Salvador, Bolivia, Ecquador,
Compare this with H1-B data and you'll see what I mean.
Also EB-1 seems unusually high at ~37,000
EB-1 is even higher than EB-2
isn't that unusual?
Maybe the numbers were high as they spilled over, but that does not explain why eb2 and eb3, where they must be equal.
It if definitely interesting to note that eb1 India has so much demand.
hot This Is Life…
anuh1
04-05 08:27 AM
How you filled this much fast? You posted adds before you got PWD? My attorney is saying that we need to wait untill we get PWD to post adds
more...
house life quotes for facebook status. your facebook status when
arunbabuk
03-17 05:32 PM
Just contributed $100.00. Will contribute more in Future...!
tattoo life quotes and sayings to live by. Quotes And Sayings To Live By.
looneytunezez
04-24 01:58 PM
As per my understanding 10 days is from the time you change your permanent address. Due to lease constraint I also had two apartments at same time. I filled online AR-11 within 10 days after I moved to new apartment.
Thanks folks
LT.
why the red dot btw?
Thanks folks
LT.
why the red dot btw?
more...
pictures hairstyles “Live your life live your life quotes. Live Your Life. ~ K
AK_GC
03-17 02:13 PM
We didn't have issues getting the original loan and getting refinances for our home with H1 and our EAD/ AP....although they need lot more paperwork. But if you have good credit score, and if you have the papers that they request, you should be able to get a good rate. The time from application to closing takes a little longer though.
dresses life quotes and sayings to live by. quotes and sayings about life.
saint_2010
08-13 11:31 AM
What makes you think in this Direction ?
nothing seems to be moving forward...and this is the last week for Aug 17th...so the more # of rejections/denials without possibility to reapply/re-appeal the less burden or number of applications they will have to process...my thoughts!
nothing seems to be moving forward...and this is the last week for Aug 17th...so the more # of rejections/denials without possibility to reapply/re-appeal the less burden or number of applications they will have to process...my thoughts!
more...
makeup Live Is Too Short - Peace And
swartzphotography
March 5th, 2007, 09:54 AM
that is another excellent choice mats the 10 d would suit someone very well that dosent want to spend more than say 1200 bucks on a camera and i would probably choose if i could find one a 10 d over all the above mentioned cameras as mats said it has the metal body and predictave focus and since its not being sold new you could probably find one well under 1000 bucks then use whatever amount you didnt spend on the body to buy a really good lens. cameras come and go but lenses stick around for a while so you mine as well get a good one.