Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Signature Field

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Signature Field

    I have a FileMaker solution that manages customer signatures with a TabletPC, can the same be done with Alpha Five?

    #2
    Re: Signature Field

    Nelson,
    Your question is quite scant in details. I'm thinking a significant amount of more detail would help you get more help in addressing your question.
    Mike W
    __________________________
    "I rebel in at least small things to express to the world that I have not completely surrendered"

    Comment


      #3
      Re: Signature Field

      A very short reply is "Yes". We manage both client and employee signatures using Topaz signature pads. Our code works fine for our purposes. We use x-basic to open and activate the pad, Once the signature is finished, we save the signature off to a folder with a unique filename. then when we display the client or employee form, we just place the image of the signature onto the form. We use a very similar process to capture photos. I know Finian Lenon is using an active-X solution, which I would prefer using as ours doesn't display the signature as it is being captured.


      I didn't really see your statement about the tablet PC, so I don't quite know the interface, but I would think that there would be a way to "see" the image as it is being written to the screen, and then capture it. X-basic, and Active-X would be the most likely solutions. You need to know how the Tablet PC does it's signature capture.


      Tom

      Comment


        #4
        Re: Signature Field

        Thanks for the response.

        The existing solution was built with FileMaker 9, a Topaz plugin from Productive Computing and a Tablet PC with Windows TabletPC Edition. The application is a medical rep inventory system.

        When medication samples are given to each doctor, is then signed in the TabletPC. A rectangular space appears for signature. Once the signature is taken and the done button is pressed, the signature appears in the form. This can be sync to another database just like a regular image.

        My objective will be to create the same system in Alpha five.

        Any other experiences to share?

        Thanks,

        Nelson

        Comment


          #5
          Re: Signature Field

          Hi Tom:

          In fact, I gave up on signature capture entirely. As I went through testing, it became clear that, if we supported the signature pad, we would be required to scan the signatures into Word and many other documents created by the user. This is certainly possible to do but I could see it becoming an ongoing development and support challenge.

          Instead, I've opted for a scanning solution. Basically anything that can be scanned can be tied to a patient record and then viewed in the record with the Acrobat reader. It's much simpler and doesn't require major changes in the office.
          Finian

          Comment


            #6
            Re: Signature Field

            Nelson,

            Is the Topaz plugin an active-X component? If so, then you just need to make alpha aware ofg it, and you should be able to address it in a similar manner to what you have now.

            Finian,
            Your code was so good, I just haven't had the time to change mine around. I can, however see your point. We don't have that massive amount of records to keep. This is just one small file captured so that we can print ID cards.

            Here is a sample of our code. I just capture the signature to a .jpg file, then display the file into a bitmap on the form. I would really like the signature to appear as it is being written, but that coding is for another day...

            Code:
            dim sigplus1 as P
            sigplus1 = ole.Create("SIGPLUS.SigPlusCtrl.1")
            restart:
            	sigplus1.initsigplus()
            	sigplus1.tabletInvisible = .T.
            	SigPlus1.ClearTablet()
            	SigPlus1.EncryptionMode = 0
                         SigPlus1.SigCompressionMode = 0
                         SigPlus1.TabletState = 0
                         SigPlus1.JustifyMode = 5
                         SigPlus1.JustifyX = 10
                         SigPlus1.JustifyY = 10
                         SigPlus1.DisplayPenWidth = 16
            	sigplus1.TabletState = 1
            	sigplus1.lcdrefresh(0,0,0,240,128)
            	sigplus1.lcdcapturemode = 2
            	sigplus1.lcdwritefile(0,2,0,0,240,128,0,"C:\socsvcs\sigblock.bmp")
            ans2 = ui_msg_box(Agency+" Signature Capture","Please Click -OK- When Finished Signing",65)
            if ans2 = 2
            	ui_msg_box(Agency +" Signature Capture","Action Cancelled at User Request")
            	sigplus1.cleartablet()
            	sigplus1.lcdrefresh(0,0,0,240,128)
            	end
            end if
            
            if sigplus1.NumberOfTabletPoints() >0
            	filename1 = "S:"+chr(92)+alltrim(str(employee->badge_no))+"s.jpg"
            
            	if file.exists(filename1)
            		file.remove(filename1)
            	end if
            	sigplus1.ImageFileFormat=4
            	sigplus1.ImageXsize = 450
            	sigplus1.ImageYsize = 150
            	sigplus1.ImagePenWidth = 16
            	sigplus1.JustifyMode = 5
            	sigplus1.tabletstate = 0
            	sigplus1.WriteImageFile(filename1)
            	sigplus1.cleartablet()
            	sigplus1.lcdrefresh(0,0,0,240,128)
            	'display a message box
            	f = file.open(filename1,FILE_RO_SHARED)
            	ui_bitmap_load("temp",f.readb(10000000))
            	f.close()
            	DIM SHARED varC_result as C
            	heading_string = "Is the Signature OK?"
            	yes_button_label = "&Yes"
            	no_button_label = "&No"
            	cancel_button_label = "&Cancel"
            	varC_result = ui_dlg_box("Signature Confirmation",<<%dlg%
            		{region}
            		{text=30,1:heading_string};
            		{endregion};
            		{region}
            		{image=temp}
            		{endregion};
            		{line=1,0};
            		{region}
            		<*15=yes_button_label!Yes> <*15=no_button_label!No> <15=cancel_button_label!Cancel>
            		{endregion};
            		%dlg%)
            	if varC_Result = "No"
            		ui_msg_box(Agency+" Signature Capture","Please Try Again")
            		sigplus1.cleartablet()
            		sigplus1.lcdrefresh(0,0,0,240,128)
            		goto restart
            	  elseif varC_Result = "Cancel"
            		ui_msg_box(Agency+" Signature Capture","Action Cancelled at User Request")
            		end
            	  else
            	  	topparent:Bitmap2.bitmap.filename = filename1
            		parentform.Refresh_Layout()
            		end 
            	end if
            	
              else
              	ui_msg_box(Agency+" Signature Capture","No Signature - Please Try Again")
            	sigplus1.cleartablet()
            	sigplus1.lcdrefresh(0,0,0,240,128)
            	goto restart
            end if
            Tom
            Last edited by Tom Henkel; 03-30-2009, 02:32 PM.

            Comment


              #7
              Re: Signature Field

              I am not quite sure if it is a Active X, is only a plugin that gets installed in the FileMaker extensiones directory.

              Comment

              Working...
              X