• hiroji1020
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 11
    Questions
  • 25
    Replies

Hi

 

I had some issues on VF page on IE10. IE10 send message that "script is running and taking times. Do you want to continue?" We don't have much times for script run actually.

can anyone tell me how to stop this message?

Hi someone, please help me. 

 

We installed windows 8 machine in client environment. We cloud touch it and 2 fingure touch can make small and big window for google or other apps. However, this does not work for Salesforce. Salesforce VF page does not work for 2 fingure operation. 

 

Is this a problem on Google Chrome issue? Can I fix this issue when I install firefox?

 

please help me

 

Best regards, Hosoe

Tried to deploy from SB to prod. However, faced following error. Much appreciate if you know the solution.

 

(Error message)

 

com.salesforce.ide.api.metadata.types.metadata$javaAccessorF_fullname can not be cast to com.sun.xml.internal.bind.runtime.reflect.accessor

faced following errors when install IDE plugin into eclispe.

 

Cannot complete the install because one or more required items could not be found.
  Software being installed: Force.com IDE 28.0.0.201307091110 (com.salesforce.ide.feature.feature.group 28.0.0.201307091110)
  Missing requirement: Force.com IDE 28.0.0.201307091110 (com.salesforce.ide.feature.feature.group 28.0.0.201307091110) requires 'org.eclipse.update.ui 0.0.0' but it could not be found

 

do anyone know this issue?

 

Hi, need help from anyone.

 

I would like to make drag and drop feature in VF. We accomplish it in one window. Means, we can make drag & drop in one window.

 

However, I would like to make this in 2 window. In other word, we open one page and open sub page.

I would like to make drag and drop from sub page to main page. ( Like google drive)

 

Does anyone have this experience?

 

Much appreciate your support on this.

 

-Hosoe

 

 

VFのフォームで自動ふりがなを実現しなければなりません。どなたか解決策を知っている方はいませんでしょうか?

Pageを開くときにURLでIDを指定したりすると思いますが、前後に{}がついてしまいます。

これを取るにはどうすればいいのでしょうか?すみません。基本的なことですが、教えてください。

 

下記の例ではIDに{ID}となってエラーになってしまいます。

 

string pageurl = '/apex/apex/BillEdit?_lkid='+idSet;

VFで繰り返し表示はapex:repeatを使うと思いますが、カスタムオブジェクトの子オブジェクトを繰り返し表示する際のコーディングで困っています。

知っている人は教えてもらえると助かります。

 

カスタムオブジェクト: A

子オブジェクト: B

 

上記で、

<apex:repeat value="{!A.B}" var="line">

とやるとエラーになります。やり方を教えてください。

Hi

i would print page in A3 page size. The PDF print  is preferable .

please give your idea if this is possible?

本当に初歩的な質問なのですが、マニュアル等を読んでもよくわかりません。どなたか教えてください。

画面Aで日付けを指定すると、画面BでPDFを出力するPGを組んでいます。

 

ここで画面Aで指定した日付けを画面Bで受け取るにはどうすればいいのでしょうか?

 

本当に初歩的ですみません。教えてください

Apexで時間を制御したいです。

 

現在時間を取得して、たとえば下記のような処理をするにはどうやってCodeすればいいのか教えてください。

 

現在時間が13:00以前の場合 → 処理1

現在時間が13:00以降の場合 → 処理2

Hi someone, please help me. 

 

We installed windows 8 machine in client environment. We cloud touch it and 2 fingure touch can make small and big window for google or other apps. However, this does not work for Salesforce. Salesforce VF page does not work for 2 fingure operation. 

 

Is this a problem on Google Chrome issue? Can I fix this issue when I install firefox?

 

please help me

 

Best regards, Hosoe

faced following errors when install IDE plugin into eclispe.

 

Cannot complete the install because one or more required items could not be found.
  Software being installed: Force.com IDE 28.0.0.201307091110 (com.salesforce.ide.feature.feature.group 28.0.0.201307091110)
  Missing requirement: Force.com IDE 28.0.0.201307091110 (com.salesforce.ide.feature.feature.group 28.0.0.201307091110) requires 'org.eclipse.update.ui 0.0.0' but it could not be found

 

do anyone know this issue?

 

Hi, need help from anyone.

 

I would like to make drag and drop feature in VF. We accomplish it in one window. Means, we can make drag & drop in one window.

 

However, I would like to make this in 2 window. In other word, we open one page and open sub page.

I would like to make drag and drop from sub page to main page. ( Like google drive)

 

Does anyone have this experience?

 

Much appreciate your support on this.

 

-Hosoe

 

 

VFのフォームで自動ふりがなを実現しなければなりません。どなたか解決策を知っている方はいませんでしょうか?

Pageを開くときにURLでIDを指定したりすると思いますが、前後に{}がついてしまいます。

これを取るにはどうすればいいのでしょうか?すみません。基本的なことですが、教えてください。

 

下記の例ではIDに{ID}となってエラーになってしまいます。

 

string pageurl = '/apex/apex/BillEdit?_lkid='+idSet;

VFで繰り返し表示はapex:repeatを使うと思いますが、カスタムオブジェクトの子オブジェクトを繰り返し表示する際のコーディングで困っています。

知っている人は教えてもらえると助かります。

 

カスタムオブジェクト: A

子オブジェクト: B

 

上記で、

<apex:repeat value="{!A.B}" var="line">

とやるとエラーになります。やり方を教えてください。

Hi

i would print page in A3 page size. The PDF print  is preferable .

please give your idea if this is possible?

本当に初歩的な質問なのですが、マニュアル等を読んでもよくわかりません。どなたか教えてください。

画面Aで日付けを指定すると、画面BでPDFを出力するPGを組んでいます。

 

ここで画面Aで指定した日付けを画面Bで受け取るにはどうすればいいのでしょうか?

 

本当に初歩的ですみません。教えてください

VFにて請求書をPDF化したのですが、これを添付Fileに保存したいですが、やり方がわかりません。どなたか教えてもらえないでしょうか?

Visualforceでapex:commandButtonタグを配置して、これを押下(クリック)した際に、

新規ウィンドウを開いて、新規ウィンドウ側に処理結果を描画する方法はないでしょうか。

 

現在は

 

 

<apex:commandButton action="{!printResult}" value="検索実行"/>

 

 

のようにして、ボタン押下で、printResultメソッドが実行され、結果が同一ウィンドウに表示されますが、

これを新規のウィンドウの中に出力したいです。

お世話になっております。

 

pageBlockTable内に、チェックボックスの項目があります。

 

デフォルトではチェックはついておらず、チェックをしたレコードのみに

ある特定の処理を行いたいと考えています。

 

チェックをしたレコードを取得する方法はあるのでしょうか。

 

宜しくお願いします。