Posts by None • 70 points
4 posts
-
-2
votes1
answer776
viewsQ: Strange txt symbol that prevents SEFAZ from reading . txt
I’m generating a file .txt with information from an electronic invoice, this is imported into the free application of the SEFAZ government for note generation. The genexus is generating the file .…
-
1
votes1
answer69
viewsQ: Syntax created dynamically
I have a syntax (in php) to generate the Json file. Only that I need this syntax to be created dynamically, that is, according to the result of another class. It’s like this: Given the values of a…
-
0
votes1
answer359
viewsA: Calling friends profile image with GRAPH API
Basically the command is public ActionResult Index() { if (StatusAutorizacao()) { Facebook.FacebookClient client = new Facebook.FacebookClient(access_token); client.AppId = App_Id; client.AppSecret…
-
3
votes1
answer9637
viewsA: Bootstrap classes for creating columns with space
To move the columns you use the class .col-md-offset-* . Class increments left margin of column. For example, .col-md-offset-4 move .col-md-4 after 4 columns. <div class="row"> <div…